| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
(imenu-example--create-lisp-index, imenu-example--create-c-index):
Mark as obsolete.
|
|
|
|
|
| |
(inferior-prolog-mode): Use it.
(inferior-prolog-load-file): Reset list of errors.
|
| |
|
| |
|
|
|
|
| |
only if it is running already.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
integers are nowadays always represented by the same (positive) number
on all platforms.
(read-key-empty-map): New const.
(read-key-delay): New var.
(read-key): New function.
(force-mode-line-update): Use with-current-buffer.
(locate-user-emacs-file): Don't forget to abbreviate the file name.
(start-process-shell-command, start-file-process-shell-command):
Discourage the use of command-args.
* processes.texi (Asynchronous Processes): Adjust arglist of
start-process-shell-command and start-file-process-shell-command.
|
| |
|
|
|
|
| |
and ad-hoc checks to decide whether to continue completion or not.
|
|
|
|
|
|
|
|
|
| |
(completion--do-completion): Use it.
(completions-annotations): New face.
(completion--insert-strings): Use it.
(completion-pcm--delim-wild-regex): Add docstring.
(completion-pcm--string->pattern): Add support for 0-width delimiters
in completion-pcm--delim-wild-regex.
|
|
|
|
| |
Remove unused var `buffer-modified-p'.
|
|
|
|
| |
(minibuffer-complete, minibuffer-complete-word): Don't move point.
|
|
|
|
| |
and :session buses.
|
| |
|
| |
|
|
|
|
|
| |
(ucs-normalize-hfs-nfd-pre-write-conversion): New function.
(utf-8-hfs): Make it perform normalization on encoding too.
|
|
|
|
| |
(texinfo-mode): Delete duplicated chars from sentence-end-base.
|
|
|
|
| |
(html-mode): Delete duplicated chars from sentence-end-base.
|
|
|
|
|
| |
(sentence-end-without-space): Delete duplicated chars.
(sentence-end-base): Likewise.
|
|
|
|
| |
a minor mode, pass it an argument (Bug#4148).
|
|
|
|
| |
Check also for (member 'partial-completion completion-styles).
|
|
|
|
| |
abbrev (Bug#3943).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(cperl-mode-syntax-table): Modify syntax entry for ["'`].
(cperl-forward-re): Check cperl-brace-recursing.
(cperl-highlight-charclass): New function.
(cperl-find-pods-heres): Use it.
(cperl-fill-paragraph): Synch to save-excursion placement used
upstream.
(cperl-beautify-regexp-piece): Fix column calculation.
(cperl-make-regexp-x): Handle case where point is between "q" and
"rs".
(cperl-beautify-level): Don't process entire regexp.
(cperl-build-manpage, cperl-perldoc): Bind Man-switches before
calling man.
(cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
(cperl-init-faces): Build a list in the normal way.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(sql-product): Use it.
(sql-mode-menu): Auto-generate the menu based on sql-product-alist.
(sql-set-product): Add completion.
(sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
(sql-highlight-linter-keywords, sql-highlight-ms-keywords)
(sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
(sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
(sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
(sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
(sql-highlight-db2-keywords): Remove.
(sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
(sql-highlight-product): Use derived-mode-p.
(sql-set-sqli-buffer): Use with-current-buffer.
(sql-connect-informix, sql-connect-ingres, sql-connect-oracle): Simplify.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
character classes (Bug#3190).
|
|
|
|
| |
another heredoc if the user adds another < (Bug#3226).
|
|
|
|
| |
initialize based on window-system (Bug#4124).
|
|
|
|
| |
that accepts any defined color, such as RGB triplets (Bug#3677).
|
|
|
|
|
| |
directory to /. Expand DIR argument before switching to fallback.
Suggested by Kevin Ryde (Bug#2631, Bug#3911).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* viper-cmd.el (viper-insert-isearch-string): new function.
(viper-if-string): redefine C-s in the minibuffer to insert the last
incremental search string.
* ediff-init.el (ediff-coding-system): use escape-quoted in case of
XEmacs.
* ediff-merg.el (ediff-merge-region-is-non-clash-to-skip,
ediff-merge-region-is-non-clash,
ediff-skip-merge-region-if-changed-from-default-p): use defun.
Also check if the job is really a merge job.
* ediff.el (ediff-current-file): new function.
|
| |
|
|
|
|
|
|
|
|
|
| |
conventions.
(js-insert-and-indent): Function deleted.
(js-mode-map): Don't bind keys to js-insert-and-indent.
(js-beginning-of-defun): Rename from js--beginning-of-defun.
(js-end-of-defun): Rename from js--end-of-defun.
(js-auto-indent-flag): Variable deleted.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
* speedbar.el (speedbar-supported-extension-expressions): Add .js.
* progmodes/hideshow.el (hs-special-modes-alist): Add js-mode
entry.
* progmodes/js.el: New file.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
help-fns.el, because in daemon mode help-fns.el may be loaded when
faces are still uninitialized (Bug#1078).
* help-fns.el (help-argument-name): Move defface to faces.el.
|
|
|
|
|
| |
create buffer with a pty but no process so that GDB can make the
inferior the controlling process.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Call rmail-set-message-counters-counter just once.
It returns # msgs after point.
(rmail-set-message-counters-counter):
Arg is now SPOT-TO-FIND. Return # messages after that one.
* mail/rmail.el (rmail-forget-messages):
Ignore nil elt in rmail-message-vector. Use dotimes.
|