1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00
Commit Graph

647 Commits

Author SHA1 Message Date
Eli Zaretskii
2724b26a3d (Char-Tables): Remove documentation of set-char-table-default, which has no
effect since Emacs 23.
<char-table-range, set-char-table-range>: Don't mention generic characters
and charsets.  Add a cons cell as a possible argument.
2008-10-14 12:48:12 +00:00
Eli Zaretskii
02e99324a2 (Splitting Characters, Translation of Characters): Don't mention generic
characters.
2008-10-14 12:47:06 +00:00
Eli Zaretskii
d15c8cce41 (Fontsets): Don't mention generic characters. 2008-10-14 12:46:40 +00:00
Eli Zaretskii
22526bc416 (Char-Tables): `map-char-table' can now call its argument FUNCTION with
a cons cell as KEY.
2008-10-14 11:39:50 +00:00
Eli Zaretskii
45e46036ff * objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
* eval.texi (Special Forms): ...to here.
2008-10-13 11:24:22 +00:00
Eli Zaretskii
9b240644fb (What Is a Function): `functionp' returns nil for special forms. Add an xref. 2008-10-13 11:18:02 +00:00
Eli Zaretskii
eaf4b68932 (Top): Add a @detailmenu entry for "Frame-Local Variables". 2008-10-13 10:43:53 +00:00
Eli Zaretskii
34544152c9 (Frames): Mention multiple tty frames.
(Frame Parameters, Parameter Access): Mention frame-local variable bindings.
2008-10-13 10:39:26 +00:00
Eli Zaretskii
0f7766a426 (Frame-Local Variables): New section.
(Buffer-Local Variables): Add an xref to it.
(Intro to Buffer-Local, Creating Buffer-Local): A variable cannot have both
frame-local and buffer-local binding.
2008-10-13 10:38:43 +00:00
Chong Yidong
02105f6bf3 (Top): Update node order in Mark chapter. 2008-10-13 05:41:05 +00:00
Chong Yidong
13abd5e3ff (Shift Selection): Correct case in node name. 2008-10-13 05:40:56 +00:00
Chong Yidong
69d0d70128 * mark.texi (Shift Selection): Correct case in node name.
* emacs.texi (Top): Update node order in Mark chapter.
2008-10-13 05:40:48 +00:00
Eli Zaretskii
375e835140 (MS-DOS): Fix bad pxref. 2008-10-12 19:55:27 +00:00
Eli Zaretskii
2d6fc764ae (Minibuffer File): Fix markup in last change. Refer to elsewhere in the manual
instead of describing yet again the intricacies of $HOME on MS-Windows and MS-DOS.
2008-10-12 19:54:23 +00:00
Carsten Dominik
864c974046 Lots of minor fixes.
(Capture): New chapter.
(Org Plot): New section.
2008-10-12 06:22:56 +00:00
Carsten Dominik
a6520ff378 Add description for attachments, plus minor changes. 2008-10-12 06:21:55 +00:00
Chong Yidong
653ec62b85 (Minibuffer File): Add xref to File Names.
(Minibuffer File): Add discussion of `~' in file names.  Add
insert-default-directory index reference.
2008-10-12 00:46:08 +00:00
Chong Yidong
4f95951327 * mini.texi (Minibuffer File): Add xref to File Names.
(Minibuffer File): Add discussion of `~' in file names.  Add
insert-default-directory index reference.
2008-10-12 00:45:57 +00:00
Chong Yidong
9cfd630892 (General Variables): Change Numbered Backups xref to Backup Names.
(Initial Options): Document renamed variable inhibit-startup-screen.
2008-10-12 00:42:44 +00:00
Chong Yidong
f2884f63a7 * cmdargs.texi (Initial Options): Document renamed variable inhibit-startup-screen. 2008-10-12 00:42:32 +00:00
Chong Yidong
b535670d6c Delete Numbered Backups node. 2008-10-12 00:41:09 +00:00
Chong Yidong
02223edd5e (File Names): Reorganize description.
(Visiting): Add xref to Mode Line.  Copyedits.
(Save Commands): Mention prefix behavior of C-x C-s.
(Numbered Backups): Node deleted.
(Backup Names): Contents of Numbered Backups moved here.  State default
of version-control variable.
(Reverting): Copyedits.
(Version Control): Add additional version control systems.
2008-10-12 00:40:49 +00:00
Chong Yidong
ab58114f8a * files.texi (File Names): Reorganize description.
(Visiting): Add xref to Mode Line.  Copyedits.
(Save Commands): Mention prefix behavior of C-x C-s.
(Numbered Backups): Node deleted.
(Backup Names): Contents of Numbered Backups moved here.  State default
of version-control variable.
(Reverting): Copyedits.
(Version Control): Add additional version control systems.

* emacs.texi (Top): Delete Numbered Backups node.

* cmdargs.texi (General Variables): Change Numbered Backups xref to
Backup Names.
2008-10-12 00:40:06 +00:00
Romain Francoise
b0b5100aca (Edit Keyboard Macro): Lossage is now 300 keys. 2008-10-11 18:55:08 +00:00
Chong Yidong
ea146ed84a (Buffers): Add xrefs to Mode Line and Lisp Interaction.
(Select Buffer): Mention use of minibuffer history.  Describe default
value of default-major-mode.  Mention that C-x 4 b selects the other
window.
(List Buffers): Document CRM indicators in the order they appear.
(Kill Buffer): Document new command kill-matching buffers.
(Several Buffers): Move explanation of the relationship between buffer
list and buffer menu to the top.
(Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2008-10-11 17:35:20 +00:00
Chong Yidong
89774b5f39 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
(Select Buffer): Mention use of minibuffer history.  Describe default
value of default-major-mode.  Mention that C-x 4 b selects the other
window.
(List Buffers): Document CRM indicators in the order they appear.
(Kill Buffer): Document new command kill-matching buffers.
(Several Buffers): Move explanation of the relationship between buffer
list and buffer menu to the top.
(Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2008-10-11 17:31:29 +00:00
Chong Yidong
a115d013f4 (Exiting): Document change of C-x C-c to save-buffers-kill-terminal.
Document kill-emacs.
2008-10-10 18:21:33 +00:00
Chong Yidong
4c72bf2770 * entering.texi (Exiting): Document change of C-x C-c to
save-buffers-kill-terminal.  Document kill-emacs.
2008-10-10 18:20:34 +00:00
Jay Belanger
4a65fb7ad2 (Embedded mode overview, Customizing Embedded Mode, Customizing Calc):
Change references to `calc-embedded-open/close-word' to
`calc-embedded-word-regexp'.
2008-10-10 14:54:11 +00:00
Karl Berry
a9097c6dda formatting fixes for new printed edition 2008-10-05 00:14:59 +00:00
Juanma Barranquero
183080b610 Fix typos. 2008-10-01 09:12:37 +00:00
Eli Zaretskii
f68eb9911b (Coding Systems): Don't mention codepage-setup. 2008-09-30 19:13:51 +00:00
Eli Zaretskii
d073c1ebc0 (MS-DOS Printing, MS-DOS and MULE): No need to create cpNNN coding systems
anymore.
(MS-DOS and MULE): Don't mention code-pages.el.  Don't mention support for
unibyte mode.  Don't mention line-drawing characters.  Don't mention
dos-unsupported-char-glyph.
2008-09-30 19:12:17 +00:00
Magnus Henoch
db7a4b661b cl.texi (Porting Common Lisp): Fix parenthesis order in example. 2008-09-30 15:54:46 +00:00
Jay Belanger
4043c1949e (User Defined Units): Mention how to enter optional display string. 2008-09-30 02:45:50 +00:00
Chong Yidong
b5fb9df55e (Search): Shorten introduction.
(Basic Isearch): Add command table.  Discuss reverse isearch and
isearch highlighting.
(Repeat Isearch): Move lazy highlighting discussion here.  Add search
ring to cindex.
(Special Isearch): Move input methods discussion here.
(Non-ASCII Isearch): Node deleted, merged with Special Isearch.
(Isearch Yank): Node deleted, and contents moved into Basic Isearch and
Repeat Isearch.
(Isearch Minibuffer): New node.
(Word Search): Document new word search commands.
(Regexp Example): Simplify example using sentence-end-base variable.
(Replace): Reword introduction.
(Unconditional Replace): Remove unnecessary example.
(Other Repeating Search): Document new `M-s o' binding.
2008-09-25 17:52:23 +00:00
Chong Yidong
321e63fc49 Update node listings. 2008-09-25 17:52:14 +00:00
Chong Yidong
1a2dd44da9 * search.texi (Search): Shorten introduction.
(Basic Isearch): Add command table.  Discuss reverse isearch and
isearch highlighting.
(Repeat Isearch): Move lazy highlighting discussion here.  Add search
ring to cindex.
(Special Isearch): Move input methods discussion here.
(Non-ASCII Isearch): Node deleted, merged with Special Isearch.
(Isearch Yank): Node deleted, and contents moved into Basic Isearch and
Repeat Isearch.
(Isearch Minibuffer): New node.
(Word Search): Document new word search commands.
(Regexp Example): Simplify example using sentence-end-base variable.
(Replace): Reword introduction.
(Unconditional Replace): Remove unnecessary example.
(Other Repeating Search): Document new `M-s o' binding.

* emacs.texi (Top): Update node listings.
2008-09-25 17:52:03 +00:00
Miles Bader
eef5ade7a3 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1431
2008-09-25 15:47:30 +00:00
Miles Bader
e52cac8805 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1429
2008-09-25 15:38:29 +00:00
Juanma Barranquero
10d1d0af5f Fix typos. 2008-09-24 01:16:16 +00:00
Chong Yidong
01163003d1 (Minibuffer): Simplify introduction.
(Minibuffer File): Document tilde in minibuffer filenames.
(Minibuffer Edit): Mention that the prompt is read-only.  Describe how
to enter tabs, spaces, and question marks.  Describe behavior of C-a.
(Completion Example): Update example to current command list.
(Completion Options): Document `lazy' value of completion-auto-help.
Update contents of completion-ignored-extensions.
(Minibuffer History): Describe "future history" list.  State default
value of history-delete-duplicates.
2008-09-22 23:43:32 +00:00
Chong Yidong
3a85ea6918 (Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros.  Simplify examples.  Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.
2008-09-22 23:40:54 +00:00
Chong Yidong
402168faf7 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros.  Simplify examples.  Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.
2008-09-22 23:40:38 +00:00
Juanma Barranquero
e45da31d30 * emacs.texi (Top): Remove Kill Errors from menu. 2008-09-22 21:13:57 +00:00
Chong Yidong
bc129797ca (Fixit): Favor C-/ keybinding for undo throughout. Link to Erasing
node.
(Undo): Reorganize paragraphs for logical flow.  Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end.  Note new behavior of
M-$ in active region.  Remove non-ispell-specific keybindings from
table.
2008-09-22 18:16:42 +00:00
Chong Yidong
841c809617 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
to Erasing node.
(Undo): Reorganize paragraphs for logical flow.  Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end.  Note new behavior of
M-$ in active region.  Remove non-ispell-specific keybindings from
table.
2008-09-22 18:15:32 +00:00
Dan Nicolaescu
eab2ee8944 * emacs.c (standard_args): Add --daemon.
(main): Disconnect from the terminal when --daemon is passed.
(is_daemon): New variable.
(Fdaemonp): New function.
(syms_of_emacs): Defsubr it.

* startup.el (command-line): Start the server when in daemon mode.

* cmdargs.texi (Initial Options): Document --daemon.
2008-09-21 23:31:40 +00:00
Bill Wohler
00c5530674 *** empty log message *** 2008-09-21 17:34:10 +00:00
Bill Wohler
2ecba53455 Retain dual license as agreed to by the FSF.
However, bump GPL to Version 3.
Use @include for license text.
2008-09-21 17:00:00 +00:00