- 29 Nov, 1999 3 commits
-
-
Gerd Moellmann authored
invalid translation of old-style backquote syntax to new syntax.
-
Stefan Monnier authored
(indent-for-comment, set-comment-column, kill-comment): use it.
-
Stefan Monnier authored
(comment-normalize-vars): Set default (cdr comment-continue) (comment-end-quote-re): new function taken out of `comment-region-internal' (uncomment-region): Rewritten using syntax-tables. Also unquotes nested comment-ends and eliminates continuation markers. (comment-region-internal): Don't create a default for cce. Use `comment-end-quote-re'.
-
- 28 Nov, 1999 14 commits
-
-
Stefan Monnier authored
(comment-with-narrowing): New macro. Provides a way to preserve indentation inside narrowing. (comment-region-internal): Add "\n" to close the comment if necessary. Correctly handle commenting-out when BEG is not bolp.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT,EMACS_TIME_LE): New macros.
-
Stefan Monnier authored
- uncomment-region doesn't work for some unknown reason - comment-multi-line allows the use of multi line comments - comment-extra-lines allows yet another style choice - comment-add allows to default to `;;' - comment-region on a comment calls uncomment-region - C-u C-u comment-region aligns comment end markers - C-u C-u C-u comment-region puts the comment inside a rectangle
-
Michael Kifer authored
-
Richard M. Stallman authored
-
Gerd Moellmann authored
-
Eli Zaretskii authored
-
Gerd Moellmann authored
out of range position.
-
Gerd Moellmann authored
Switch off busy-cursor by setting inhibit_busy_cursor to 2.
-
Eli Zaretskii authored
signalling an error.
-
Eli Zaretskii authored
pointer type mismatch.
-
- 26 Nov, 1999 22 commits
-
-
Richard M. Stallman authored
-
Dave Love authored
-
Richard M. Stallman authored
(custom-variable-reset-standard): Doc fix. (custom-face-reset-standard): Doc fix. (custom-face-menu): "Reset to Standard" => "Erase Customization". (custom-variable-menu): Likewise. (custom-reset-menu): Likewise. (custom-buffer-create-internal): Likewise.
-
Dave Love authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Improve messages for capitalization of arg names, for flag variables, for t and nil, for imperatives. Call them imperatives rather than infinitives sans "to". (checkdoc-common-verbs-wrong-voice): Add "moves". (checkdoc-message-text-engine): Improve messages for y-or-n-p. (checkdoc-file-comments-engine): Don't convert comments from 3-semicolon to 2-semicolon. That is a matter of style. (checkdoc-triple-semi-comment-check-flag): Variable deleted. (checkdoc-comments): Don't bind that variable.
-
Dave Love authored
-
Dave Love authored
-
Richard M. Stallman authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
Fset_text_properties, but with additional parameter SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after changes. (Fset_text_properties): Use it.
-
Gerd Moellmann authored
parameter nil so that no after changes will be signaled.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(recompute_basic_faces): Change assert to abort.
-
- 25 Nov, 1999 1 commit
-
-
Dave Love authored
(hippie-expand): Add :links. (hippie-expand-try-functions-list): Customize.
-