1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

127 Commits

Author SHA1 Message Date
Richard M. Stallman
af1b425501 (Minor Modes): Fix typo.
(Easy Customization): Fix menu style.
(Variables): Add xref.
(Examining): Setting for future sessions works through .emacs.
(Keymaps): "Text terminals", not "Many".
(Init Rebinding): Explain \C-.  Show example of \M-.
Fix minor wording errors.
(Function Keys): Explain vector syntax just once.
(Named ASCII Chars): Clarify history of TAB/C-i connection.
(Init File): Mention .emacs.d directory.
(Init Examples): Add xref.
(Find Init): Mention .emacs.d directory.
2005-02-06 11:16:21 +00:00
Luc Teirlinck
70b96d19f1 (Easy Customization): Adapt menu to node name change. 2005-01-30 14:47:11 +00:00
Richard M. Stallman
89fa0de4cd (Easy Customization): Defn of "User Option" now
includes faces.  Don't say just "option" when talking about variables.
Do say just "options" to mean "anything customizable".
(Specific Customization): Describe `customize-variable',
not `customize-option'.
2005-01-30 11:34:58 +00:00
Richard M. Stallman
d367560513 (Saving Customizations): Minor improvement. 2005-01-04 16:01:46 +00:00
Luc Teirlinck
ed93087045 (Saving Customizations): Emacs no longer loads `custom-file' after
.emacs in 21.4.  (It never did in prior versions.)  No longer mention
customizing through Custom.
2005-01-04 00:08:12 +00:00
Richard M. Stallman
ee264870f8 (Face Customization): Mention hex color specs. 2005-01-01 14:53:07 +00:00
Richard M. Stallman
3c338c5f1a (File Variables): Clarify previous change. 2004-12-29 20:41:05 +00:00
Luc Teirlinck
226675108f (Saving Customizations): Emacs only loads the custom file
automatically after the init file in version 21.4 or later.
Adapt text and examples to this fact.
2004-12-09 01:29:55 +00:00
Richard M. Stallman
2adf0559a9 Fix typo. 2004-12-05 14:15:17 +00:00
Richard M. Stallman
bba2a48eb4 (Easy Customization): Move up to section level,
before Variables.  Avoid using the term "variable"; say "option".
New initial explanation.
(Variables): In initial explanation, connect "variable" to the
already-explained "user option".
2004-12-05 14:14:50 +00:00
Reiner Steib
2e66e5b785 * custom.texi (File Variables): Add `unibyte' and make it more
clear that `unibyte' and `coding' are special.  Suggested by Simon
Krahnke <overlord@gmx.li>.

* mule.texi (Enabling Multibyte): Refer to File Variables.
Suggested by Simon Krahnke <overlord@gmx.li>.
2004-11-29 15:58:15 +00:00
Richard M. Stallman
2038519d92 (Hooks): Explain using setq to clear out a hook.
(File Variables): Explain multiline string constants.
(Non-ASCII Rebinding): Explain when you need to update
non-ASCII char codes in .emacs.
2004-09-20 15:37:53 +00:00
Kenichi Handa
1c6cfb0b0d (Non-ASCII Rebinding): Fix and simplify the
description for unibyte mode.
2004-08-25 00:22:23 +00:00
Richard M. Stallman
6f368e2d1c (Non-ASCII Rebinding):
C-q always inserts the right code to pass to global-set-key.
2004-08-16 22:48:22 +00:00
Jesper Harder
110c949551 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
* custom.texi (Customization): do.
* anti.texi (Antinews): do.
* abbrevs.texi (Defining Abbrevs): do.
2004-06-20 14:45:43 +00:00
Richard M. Stallman
a67091f2b3 (Init Syntax): Explain about vars that do special
things when set with setq or with Custom.
(Init Examples): Add line-number-mode example.
2004-06-13 22:08:07 +00:00
Richard M. Stallman
25efa2de39 (Init File): Two dashes start --no-site-file. 2004-05-29 15:53:14 +00:00
Kim F. Storm
d8f8d1bb80 (File Variables): Add safe-local-eval-forms. 2004-04-05 19:27:23 +00:00
Eli Zaretskii
76dd369211 Replace @sc{ascii} and ASCII with @acronym{ASCII}. 2003-11-02 07:01:19 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Kim F. Storm
a0d0adaf6a (Customization): Add xref to Keyboard Macros chapter.
(Keyboard Macros): Move to new kmacro.texi file.
2003-08-17 22:26:42 +00:00
Richard M. Stallman
8e082eccda (Init Rebinding): Replace previous change with xref.
(Non-ASCII Rebinding): Explain that issue more briefly here.
2003-06-04 09:26:06 +00:00
Kai Großjohann
94720bc7aa (Init Rebinding): Xref Non-ASCII Rebinding, for
non-English letters.  Explain how to set coding systems correctly
and how to include the right coding cookie in the file.
2003-05-28 08:56:29 +00:00
Richard M. Stallman
f7fd2535ce Fix xref. 2003-04-24 23:14:55 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Richard M. Stallman
88ca5bbf8d (Saving Customizations): New node has the info on custom-file.
(Changing an Option): Document Use Backup Value.
2002-09-18 16:11:02 +00:00
Stefan Monnier
e32a595961 Don't need to load custom-file from your .emacs any more. 2002-08-14 21:50:08 +00:00
Richard M. Stallman
f4d127d759 Document custom-file variable. 2002-07-27 19:11:14 +00:00
Richard M. Stallman
0a5ec0fec0 Doc default arg for customize-face. 2002-06-26 22:37:27 +00:00
Stefan Monnier
f2aa473a2c *** empty log message *** 2002-06-23 22:15:43 +00:00
Richard M. Stallman
3a2ceb9e9c Explain C-c LETTER better. 2002-04-23 17:34:54 +00:00
Miles Bader
6bdcb1dcd1 Update the `customize-face' example to reflect current reality. 2002-04-01 01:24:25 +00:00
Eli Zaretskii
33b0dcb887 (Disabling): Document that .emacs is not edited from "emacs -q". 2002-02-02 13:18:46 +00:00
Richard M. Stallman
65de839b43 Minor clarification. 2002-02-01 04:29:36 +00:00
Richard M. Stallman
e538270f88 Add xref to X Resources. 2001-10-30 18:27:40 +00:00
Eli Zaretskii
7580167efc (File Variables): Emphasize the importance of having the `mode' variable
the first in the list of local variables.  From Eric Hanchrow
<offby1@blarg.net>.
2001-10-04 07:10:35 +00:00
Eli Zaretskii
739a80b3f1 Update the copyright years. 2001-09-13 15:46:23 +00:00
Richard M. Stallman
d0960fb38f Spelling corrections.
Delete obsolete comment.
2001-09-12 20:59:32 +00:00
Richard M. Stallman
ce3bd809e3 Show how to put more special ASCII characters
in strings and vectors.
2001-09-06 19:37:04 +00:00
Eli Zaretskii
03812848cc (Mouse Buttons): Document the different units of double-click-fuzz
on TTYs.
2001-08-31 15:04:56 +00:00
Richard M. Stallman
1ba2ce6859 Don't use "print" for displaying a message. 2001-08-20 04:20:06 +00:00
Richard M. Stallman
d6f207b78d Show a keyboard macro with minibuffer arguments in it. 2001-08-12 21:22:26 +00:00
Eli Zaretskii
4dfff41f93 (Mouse Buttons): Document the default values for double-click-time
and double-click-fuzz.
2001-08-10 09:07:39 +00:00
Richard M. Stallman
17ec59da80 Show example of specifying C-M-= in Lisp.
Minor cleanup.
2001-08-08 23:38:27 +00:00
Gerd Moellmann
4e8864c7fc Add description of double-click-fuzz. 2001-07-30 14:08:51 +00:00
Eli Zaretskii
58b9e19f22 (Non-ASCII Rebinding): Fix a typo. Add index entries. 2001-07-12 07:09:34 +00:00
Richard M. Stallman
da6e9d86ab Explain more clearly what it takes to make a customization permanent.
Explain global vs local minor modes first thing, then list the modes.
2001-07-08 16:45:01 +00:00
Richard M. Stallman
b2d77e08a6 Minor clarifications. 2001-06-19 11:21:09 +00:00
Richard M. Stallman
6b46232e9b Update Customization buffer examples
and some other minor changes.
2001-06-01 17:57:23 +00:00
Eli Zaretskii
acead980df Proofreading changes from Tim Goodwin <tjg@star.le.ac.uk>. 2001-06-01 16:54:11 +00:00
Richard M. Stallman
c94a6bc0dd Explain how Binary Overwrite mode affects C-q. 2001-05-20 17:20:33 +00:00
Eli Zaretskii
f4220fcd18 (Changing an Option): Document that "emacs -q" cannot save customizations. 2001-05-08 12:53:03 +00:00
Eli Zaretskii
14a893ee62 (Init File): Say explicitly that site-start.el is also searched along
load-path.  Recommend where to put default.el and site-start.el.  Add
index entries for site-start.el and default.el.
2001-05-07 11:14:44 +00:00
Richard M. Stallman
4f65d89a0e (Customization Groups): Mention customize-group command. 2001-05-05 22:37:56 +00:00
Eli Zaretskii
f932771a96 Document that overwrite-mode is bound to INSERT and add @kindex for INSERT.
Reported by Bill Richter <richter@math.northwestern.edu>.
2001-05-05 06:10:55 +00:00
Richard M. Stallman
03d4836128 Explain binding TAB etc using \t etc.
Minor clarifications.
2001-04-22 14:55:21 +00:00
Eli Zaretskii
bbde444233 (Init Syntax): Add a cross reference to "Non-ASCII Rebinding".
(Init Examples): Show how to add an autoload form.
2001-04-15 06:47:20 +00:00
Eli Zaretskii
2ab9e3cec6 (Init Syntax): Fix last change. 2001-04-08 17:05:04 +00:00
Eli Zaretskii
e2bf12baef (Init Syntax): Mention the -*-coding:-*- tag if .emacs uses non-ASCII
characters in strings.
2001-04-04 14:11:05 +00:00
Richard M. Stallman
dc08c4a0a3 Correct syntax table data structure. Other clarifications about
syntax tables.
2001-04-01 03:25:57 +00:00
Eli Zaretskii
7f3c9b308e DELETE and BACSKPACE are supported on any window system, not only X. 2001-03-08 08:26:38 +00:00
Eli Zaretskii
6a9a44bffc (File Variables): Fix a typo.
(Non-ASCII Rebinding): Likewise.
From Juanma Barranquero <lektu@uol.com.br>.
2001-03-07 16:49:27 +00:00
Dave Love
bc49c316c3 custom-buffer-done-function <- Custom-buffer-done
'(lambda <- (function (lambda in hook
2001-03-06 17:01:42 +00:00
Gerd Moellmann
c6c49a2773 (Keyboard Translations): Remove a `@need 3000'
in the example.
2001-02-22 14:42:34 +00:00
Eli Zaretskii
4946337df6 Remove redundant index entries. 2001-02-21 15:29:46 +00:00
Richard M. Stallman
5d9dd378d3 Don't use naked lambdas in examples. Fix bad @xref usage.
Fix errors in file-coding-system-alist example, and clarify text.
Other minor changes.
2001-02-17 16:41:00 +00:00
Eli Zaretskii
97878c08e0 Don't say "X Windows". From Colin Walters <walters@cis.ohio-state.edu>. 2001-01-10 08:15:32 +00:00
Stefan Monnier
43aef553f2 Don't quote lambdas. 2000-12-03 22:11:57 +00:00
Eli Zaretskii
07eab3c32c Docment that `eval' can be used with local variables in the first
line.  Tell that in shell scripts the second line is used for
local variables.
2000-12-02 15:26:21 +00:00
Dave Love
c9f2d80c7b (Changing an Option): Change load-path example. 2000-08-22 18:23:04 +00:00
Gerd Moellmann
60a963715f *** empty log message *** 2000-05-23 11:12:04 +00:00
Stefan Monnier
bed44076dc Weed out redundant uses of `function' 2000-03-27 04:29:55 +00:00
Richard M. Stallman
35a2a6a0d0 *** empty log message *** 2000-03-20 01:41:48 +00:00
Dave Love
6ca0edfe40 Fix copyright line. 2000-03-12 18:19:41 +00:00
Dave Love
0a7790e0fd Doc recent changes in Custom.
Warn about keybinding 8-bit chars.
2000-01-05 23:31:27 +00:00
Richard M. Stallman
4ea68fcc0e *** empty log message *** 1999-11-09 19:08:51 +00:00
Dave Love
6bf7aab684 # 1999-09-29 15:17:24 +00:00