1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

56656 Commits

Author SHA1 Message Date
Luc Teirlinck
ceea381865 (Choosing Modes): normal-mode processes the -*- line. Add xref. 2005-05-15 17:00:36 +00:00
Luc Teirlinck
a191491224 (File Local Variables): Do not refer to the `-*-' line as
a "local variables list".  Add pxref.
2005-05-15 16:53:06 +00:00
Richard M. Stallman
85ddb888e7 *** empty log message *** 2005-05-15 14:30:33 +00:00
Richard M. Stallman
76f414790d (lisp-mode-variables): Set font-lock-comment-start-skip. 2005-05-15 14:29:25 +00:00
Richard M. Stallman
7435a76be7 (font-lock-comment-start-skip): New variable.
(font-lock-comment-end-skip): New variable.
(font-lock-fontify-syntactically-region): Use them if non-nil.
2005-05-15 14:28:55 +00:00
Richard M. Stallman
820f92e199 Correct/improve previous change. 2005-05-15 13:49:41 +00:00
Jay Belanger
fcd6e6018b *** empty log message *** 2005-05-15 05:36:55 +00:00
Jay Belanger
0dc72b8e4d (calc-store-value): Return a string rather than display it as a message.
Use calc-var-name for variable name.
(calc-store-into): Add the result of calc-store-value to message.
(calc-copy-variable): Add a message.
(calc-store-exchange): Improve error messages.
(calc-store-binary, calc-store-map): Don't reset the values of special constants.
2005-05-15 05:20:59 +00:00
Jay Belanger
8305d012df (Default Simplifications): Insert missing ! (logical not operator). 2005-05-15 04:12:31 +00:00
Michael Kifer
40194b94a1 added documentation for ediff-backup 2005-05-15 03:08:56 +00:00
Luc Teirlinck
7cefdf1d28 (Derived Modes): Correct typos. Add pxref. 2005-05-15 02:14:59 +00:00
Richard M. Stallman
7daddde20c Many cleanups. 2005-05-14 23:38:09 +00:00
Richard M. Stallman
a5768150fe Various cleanups. 2005-05-14 23:23:39 +00:00
Luc Teirlinck
049557c23d (Top): Update detailed menu for node changes. 2005-05-14 21:32:19 +00:00
Luc Teirlinck
56d4215a99 *** empty log message *** 2005-05-14 21:26:07 +00:00
Luc Teirlinck
af415106c2 *** empty log message *** 2005-05-14 18:41:24 +00:00
Luc Teirlinck
a5079d4022 (define-derived-mode): Add link to Elisp manual to docstring. 2005-05-14 18:32:45 +00:00
Andreas Schwab
e0ad342f67 Fix encoding. 2005-05-14 18:19:06 +00:00
Luc Teirlinck
56b19636f3 (hack-local-variables-confirm): Add STRING argument.
Make the function handle non file visiting buffers correctly.
(hack-local-variables-prop-line, hack-local-variables)
(hack-one-local-variable): Use STRING arg of `hack-local-variables-confirm'.
2005-05-14 16:39:49 +00:00
Luc Teirlinck
302691abbc (Modes): Update Menu.
(Hooks):  Move to beginning of chapter.
(Major Modes): Update Menu.
(Major Mode Basics): New node, split off from `Major Modes'.
(Major Mode Conventions): Correct xref.  Explain how to handle
auto-mode-alist if the major mode command has an autoload cookie.
(Auto Major Mode): Major update.  Add magic-mode-alist.
(Derived Modes): Major update.
(Mode Line Format): Update Menu.
(Mode Line Basics): New node, split off from `Mode Line Format'.
2005-05-14 16:16:44 +00:00
Michael Albinus
7177e2a315 Sync with Tramp 2.0.49. 2005-05-14 15:39:15 +00:00
Luc Teirlinck
c71f84bd99 (Hooks): Most minor modes run mode hooks too.
`add-hook' can handle void hooks or hooks whose value is a single function.
2005-05-14 15:25:38 +00:00
Luc Teirlinck
ce58b669c2 (Autoload): Mention `autoload cookie' as synonym for
`magic autoload comment'.  Add index entries and anchor.
2005-05-14 15:22:36 +00:00
Richard M. Stallman
d06ba29495 *** empty log message *** 2005-05-14 14:17:07 +00:00
Richard M. Stallman
f48201dc17 Add a footnote. 2005-05-14 14:16:28 +00:00
Luc Teirlinck
706f435077 (Moving Point): Mention `M-g g' binding for goto-line.
(Position Info): Delete discussion of goto-line.  It is already
described in `Moving point'.
2005-05-14 14:15:27 +00:00
Richard M. Stallman
da0e78ac36 Update footnotes. 2005-05-14 14:12:36 +00:00
Richard M. Stallman
0644322d90 (message3): Call cancel_echoing. 2005-05-14 14:09:36 +00:00
Richard M. Stallman
8a4c9dc44e (Fmemory_full_p): New function.
(syms_of_alloc): defsubr it.
2005-05-14 14:07:03 +00:00
Richard M. Stallman
c8f440050a (send_process_trap): Unblock SIGPIPE.
(send_process): Reset SIGPIPE handler before reporting error.
2005-05-14 14:06:33 +00:00
Luc Teirlinck
da4d9773c9 (Completion Commands): Correct reference.
(Completion Options): Fix typo.
2005-05-14 14:05:59 +00:00
Richard M. Stallman
5f0fe8f11a (eshell-find-tag): Use with-no-warnings. 2005-05-14 14:03:31 +00:00
Richard M. Stallman
424402ec74 (Coding Conventions): Explain how important it is
that just loading certain files not change Emacs behavior.
2005-05-14 14:02:39 +00:00
Luc Teirlinck
fda95b3d5e (Deletion): Complete description of `C-x C-o'. 2005-05-14 14:01:40 +00:00
Richard M. Stallman
cbb8b77d19 (Defining Minor Modes): Define define-global-minor-mode. 2005-05-14 13:59:41 +00:00
Richard M. Stallman
a61d42f160 Rearrangements and cleanups. 2005-05-14 13:58:01 +00:00
Richard M. Stallman
e72e58336c (symbol-file): Doc fix. 2005-05-14 13:57:33 +00:00
Richard M. Stallman
7404c0d4c3 Write "Lisp" properly. Other cleanups. 2005-05-14 13:18:57 +00:00
Richard M. Stallman
9bae34bfb0 Rearrangements and cleanups. Don't mention defaulting of :group. 2005-05-14 13:15:35 +00:00
John Paul Wallington
39c7eb8a6c (define-ibuffer-filter filename): If `dired-directory' is a list, use its car. 2005-05-14 12:56:18 +00:00
John Paul Wallington
2baf64db72 (define-ibuffer-column filename): If `dired-directory' is a list, use its car.
From: Daniel Brockman  <daniel@brockman.se>  (tiny change)
2005-05-14 12:53:34 +00:00
Richard M. Stallman
11efeb9b26 (byte-compile-nogroup-warn): New function.
(byte-compile-form): Call byte-compile-nogroup-warn.
(byte-compile-warning-types): Doc fix.
2005-05-14 12:30:08 +00:00
Richard M. Stallman
bbf87c2985 (c-literal-faces): Add font-lock-comment-delimiter-face. 2005-05-14 11:30:27 +00:00
Richard M. Stallman
7fe92d22bd (dig): Use with-no-warnings. 2005-05-14 11:28:14 +00:00
Richard M. Stallman
22458c3342 (sc-cite-frame-alist, sc-uncite-frame-alist)
(sc-recite-frame-alist, sc-default-cite-frame)
(sc-default-uncite-frame, sc-default-recite-frame)
(sc-attrib-selection-list, sc-rewrite-header-list):
Mark as risky-local-variable.
2005-05-14 11:27:40 +00:00
Richard M. Stallman
3586122054 (ogonek-jak, ogonek-how): Don't use beginning-of-buffer. 2005-05-14 11:26:12 +00:00
Richard M. Stallman
4021f35884 (eldoc-documentation-function): Add autoload. 2005-05-14 11:25:31 +00:00
Richard M. Stallman
7fde7268e1 (solar-data-list): Move definition up. 2005-05-14 11:25:00 +00:00
Richard M. Stallman
01147a5003 (dnd-protocol-alist): Add autoload. 2005-05-14 11:24:17 +00:00
Richard M. Stallman
32518913cd More doc usage fixes. 2005-05-14 11:21:12 +00:00