| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
(normal-backup-enable-predicate): New function.
(backup-enable-predicate): Use it to replace the lambda form.
|
|
|
|
|
|
|
|
|
|
|
| |
Doc fixes.
(todo) <defgroup>: Add :version.
(todo-add-category): Don't use pushnew.
(todo-cmd-raise): Fix typo.
(todo-top-priorities): Change temp buffer name.
(todo-category-alist): Avoid redundant lambda.
(todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
Use outline-next-heading.
|
| |
|
|
|
|
|
| |
(autoarg-kp-digits, autoarg-kp-mode-map): New variable.
(autoarg-kp-mode, autoarg-kp-digit-argument): New command.
|
| |
|
| |
|
|
|
|
|
| |
(log-edit-done): Only add the comment to the ring if it's different
from the last comment entered.
|
| |
|
| |
|
|
|
|
| |
builtin function. Sanity-check presence of arglist for builtins.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
characters included.
(tibetan-consonant-transcription-alist): Rule for "R" added.
(tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
"+R" added.
(tibetan-base-to-subjoined-alist): Rule for "RA" added.
|
|
|
|
|
|
|
|
|
|
| |
encoding of Tibetan characters.
(tibetan-decompose-precomposition-alist): New variable.
(tibetan-decompose-region): Convert precomposed characters to
non-precomposed characters.
(tibetan-decompose-string): Likewise.
(tibetan-composition-function): Fix args to
thibetan-compose-string.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
to prevent the point moving to the end of a composition when a
part of a composition is searched.
(isearch-other-meta-char): If the key invoking this command can be
mapped by function-key-map to a printing char, call
isearch-process-search-char directly.
|
| |
|
| |
|
| |
|
|
|
|
| |
(mouse-show-mark): Don't quote lambda.
|
|
|
|
|
|
|
|
|
| |
Add an optional WHEN argument and change the format of the
symbol-property information.
* emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
(byte-compile-obsolete, byte-compile-variable-ref): Understand the
new obsolete-symbol-property format and print WHEN if it is provided.
(make-obsolete): Update the calls to use the third argument.
|
|
|
|
|
| |
after-change-function.
(unload-feature): Deal with symbols which are both bound and fbound.
|
| |
|
|
|
|
| |
before-change-function, after-change-function.
|
|
|
|
| |
Update e-mail address.
|
|
|
|
|
|
| |
pattern for function of change.
(change-log-font-lock-keywords) <acknowledgements>: Amalgamate
acknowledgements patterns.
|
| |
|
|
|
|
|
| |
unhandled events in the returned events, but set them in
unread-command-events. Exit if all inputs are deleted.
|
|
|
|
| |
being used, call isearch-process-search-multibyte-characters.
|
| |
|
| |
|
|
|
|
|
| |
Reenable code to create initial fontsets.
Use set-fontset-font in place of put-charset-property.
|
| |
|
| |
|
|
|
|
| |
label, ensure that the first colon isn't followed by another.
|
|
|
|
|
| |
(finger): If HOST matches a regexp from finger-X.500-host-regexps,
send a query containing USER only, not USER@HOST.
|
| |
|
|
|
|
|
| |
and rmail-msgend to compute the restriction at the end, instead of
computing it.
|
| |
|
|
|
|
| |
echo area if the minibuffer window is active.
|
| |
|
|
|
|
| |
`(menu-item ...)' when looking for the position of DEFAULT-ITEM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
upcase/downcase literals.
(antlr-tiny-action-length): New user option.
(antlr-hide-actions): New command. Suggested by
Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
(antlr-mode-map): New binding [C-c C-v].
(antlr-mode-menu): New entries.
(antlr-downcase-literals): New command.
(antlr-upcase-literals): Ditto.
Minor changes: indendation, mode-name.
(antlr-indent-line): Indent cpp directive at column 0.
(antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
XEmacs bug workaround, XEmacs hint.
(antlr-font-lock-additional-keywords): Workaround for intentional
bug in XEmacs version of font-lock.
(antlr-mode): Set symbol property `mode-name' to "Antlr". Could
be used by a smarter version of `buffers-menu-grouping-function'.
|
| |
|
| |
|
|
|
|
|
| |
charset-iso-final-char return -1 for eight-bit-control and
eight-bit-graphic.
|