diff options
| author | Eli Zaretskii | 2012-01-06 12:17:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-01-06 12:17:23 +0200 |
| commit | 8034735f6fac4719a402face6d31e97f6c067803 (patch) | |
| tree | 0cecd698854ef6fcfa985cfbd7c94536c980a209 | |
| parent | 4afee9d5fdc053354dc85d650e2d36094fa70209 (diff) | |
| download | emacs-8034735f6fac4719a402face6d31e97f6c067803.tar.gz emacs-8034735f6fac4719a402face6d31e97f6c067803.zip | |
Fix bug #10422 with Registry-related index entries.
doc/emacs/cmdargs.texi (MS-Windows Registry): Shorten the index entry.
Move the stuff about resources to xresources.texi.
doc/emacs/xresources.texi (Resources): Move information about setting X
resources in the Registry from cmdargs.texi. Make the index entry
be similar to the one in cmdargs.texi.
| -rw-r--r-- | doc/emacs/ChangeLog | 10 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 8 | ||||
| -rw-r--r-- | doc/emacs/xresources.texi | 15 |
3 files changed, 20 insertions, 13 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9d6ab3ee6cf..eef7c79b819 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-01-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * cmdargs.texi (MS-Windows Registry): Shorten the index entry. | ||
| 4 | (Bug#10422) | ||
| 5 | Move the stuff about resources to xresources.texi. | ||
| 6 | |||
| 7 | * xresources.texi (Resources): Move information about setting X | ||
| 8 | resources in the Registry from cmdargs.texi. Make the index entry | ||
| 9 | be similar to the one in cmdargs.texi. | ||
| 10 | |||
| 1 | 2012-01-05 Chong Yidong <cyd@gnu.org> | 11 | 2012-01-05 Chong Yidong <cyd@gnu.org> |
| 2 | 12 | ||
| 3 | * custom.texi (Customization Groups): Update example. | 13 | * custom.texi (Customization Groups): Update example. |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 487e3eca61b..11cc4df8ce9 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -675,9 +675,9 @@ changing any environment or registry settings. | |||
| 675 | @node MS-Windows Registry | 675 | @node MS-Windows Registry |
| 676 | @appendixsubsec The MS-Windows System Registry | 676 | @appendixsubsec The MS-Windows System Registry |
| 677 | @pindex addpm, MS-Windows installation program | 677 | @pindex addpm, MS-Windows installation program |
| 678 | @cindex registry, setting environment variables and resources on MS-Windows | 678 | @cindex registry, setting environment variables (MS-Windows) |
| 679 | 679 | ||
| 680 | Under MS-Windows, the installation program @command{addpm.exe} adds | 680 | On MS-Windows, the installation program @command{addpm.exe} adds |
| 681 | values for @env{emacs_dir}, @env{EMACSLOADPATH}, @env{EMACSDATA}, | 681 | values for @env{emacs_dir}, @env{EMACSLOADPATH}, @env{EMACSDATA}, |
| 682 | @env{EMACSPATH}, @env{EMACSDOC}, @env{SHELL} and @env{TERM} to the | 682 | @env{EMACSPATH}, @env{EMACSDOC}, @env{SHELL} and @env{TERM} to the |
| 683 | @file{HKEY_LOCAL_MACHINE} section of the system registry, under | 683 | @file{HKEY_LOCAL_MACHINE} section of the system registry, under |
| @@ -704,10 +704,6 @@ still cannot determine the values, compiled-in defaults are used. | |||
| 704 | In addition to the environment variables above, you can also add many | 704 | In addition to the environment variables above, you can also add many |
| 705 | of the settings which on X belong in the @file{.Xdefaults} file | 705 | of the settings which on X belong in the @file{.Xdefaults} file |
| 706 | (@pxref{X Resources}) to the @file{/Software/GNU/Emacs} registry key. | 706 | (@pxref{X Resources}) to the @file{/Software/GNU/Emacs} registry key. |
| 707 | Settings you add to the @file{HKEY_LOCAL_MACHINE} section will affect | ||
| 708 | all users of the machine. Settings you add to the | ||
| 709 | @file{HKEY_CURRENT_USER} section will only affect you, and will | ||
| 710 | override machine wide settings. | ||
| 711 | 707 | ||
| 712 | @node Display X | 708 | @node Display X |
| 713 | @appendixsec Specifying the Display Name | 709 | @appendixsec Specifying the Display Name |
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index cacf3617fc5..7a4e4798061 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi | |||
| @@ -51,15 +51,16 @@ this file do not take effect immediately, because the X server stores | |||
| 51 | its own list of resources; to update it, use the command | 51 | its own list of resources; to update it, use the command |
| 52 | @command{xrdb}---for instance, @samp{xrdb ~/.Xdefaults}. | 52 | @command{xrdb}---for instance, @samp{xrdb ~/.Xdefaults}. |
| 53 | 53 | ||
| 54 | @cindex Registry (MS-Windows) | 54 | @cindex registry, setting resources (MS-Windows) |
| 55 | (MS-Windows systems do not support X resource files; on Windows, | 55 | (MS-Windows systems do not support X resource files; on Windows, |
| 56 | Emacs looks for X resources in the Windows Registry, first under the | 56 | Emacs looks for X resources in the Windows Registry, first under the |
| 57 | key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs} and then under the key | 57 | key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}, which affects only |
| 58 | @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}. The menu and scroll | 58 | the current user and override the system-wide settings, and then under |
| 59 | bars are native widgets on MS-Windows, so they are only customizable | 59 | the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}, which affects |
| 60 | via the system-wide settings in the Display Control Panel. You can | 60 | all users of the system. The menu and scroll bars are native widgets |
| 61 | also set resources using the @samp{-xrm} command line option, as | 61 | on MS-Windows, so they are only customizable via the system-wide |
| 62 | explained below.) | 62 | settings in the Display Control Panel. You can also set resources |
| 63 | using the @samp{-xrm} command line option, as explained below.) | ||
| 63 | 64 | ||
| 64 | Each line in the X resource file specifies a value for one option or | 65 | Each line in the X resource file specifies a value for one option or |
| 65 | for a collection of related options. Each resource specification | 66 | for a collection of related options. Each resource specification |