/[texi2html]/texi2html/Tests/xemacs_res/xemacs_5.html
ViewVC logotype

Diff of /texi2html/Tests/xemacs_res/xemacs_5.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by pertusus, Tue Aug 9 17:19:27 2005 UTC revision 1.27 by pertusus, Tue Aug 23 23:51:18 2005 UTC
# Line 458  do the following: Line 458  do the following:
458          add Mod2 = Super_L          add Mod2 = Super_L
459  </pre></td></tr></table>  </pre></td></tr></table>
460  <p>The first line says that the key that is currently called <code>Caps_Lock</code>  <p>The first line says that the key that is currently called <code>Caps_Lock</code>
461  should no longer behave as a &quot;lock&quot; key.  The second line says that  should no longer behave as a &ldquo;lock&rdquo; key.  The second line says that
462  this should now be called <code>Super_L</code> instead.  The third line says that  this should now be called <code>Super_L</code> instead.  The third line says that
463  the key called <code>Super_L</code> should be a modifier key, which produces the  the key called <code>Super_L</code> should be a modifier key, which produces the
464  <code>Mod2</code> modifier.  <code>Mod2</code> modifier.
# Line 668  called <em>keymaps</em>.  See section <a Line 668  called <em>keymaps</em>.  See section <a
668  sequences you can bind commands to.  See section <a href="xemacs_30.html#SEC368">Keymaps</a>, for information on  sequences you can bind commands to.  See section <a href="xemacs_30.html#SEC368">Keymaps</a>, for information on
669  creating keymaps.  creating keymaps.
670  </p>  </p>
671  <p>  When we say  &quot;<kbd>C-n</kbd> moves down vertically one line&quot; we are  <p>  When we say  &ldquo;<kbd>C-n</kbd> moves down vertically one line&rdquo; we are
672  glossing over a distinction that is irrelevant in ordinary use but is  glossing over a distinction that is irrelevant in ordinary use but is
673  vital in understanding how to customize Emacs.  The function  vital in understanding how to customize Emacs.  The function
674  <code>next-line</code> is programmed to move down vertically.  <kbd>C-n</kbd>  <code>next-line</code> is programmed to move down vertically.  <kbd>C-n</kbd>
# Line 681  customization. Line 681  customization.
681  things simple.  To give the customizer the information needed, we often  things simple.  To give the customizer the information needed, we often
682  state the name of the command that really does the work in parentheses  state the name of the command that really does the work in parentheses
683  after mentioning the key that runs it.  For example, we will say that  after mentioning the key that runs it.  For example, we will say that
684  &quot;The command <kbd>C-n</kbd> (<code>next-line</code>) moves point vertically  &ldquo;The command <kbd>C-n</kbd> (<code>next-line</code>) moves point vertically
685  down,&quot; meaning that <code>next-line</code> is a command that moves vertically  down,&rdquo; meaning that <code>next-line</code> is a command that moves vertically
686  down and <kbd>C-n</kbd> is a key that is standardly bound to it.  down and <kbd>C-n</kbd> is a key that is standardly bound to it.
687  </p>  </p>
688  <a name="IDX44"></a>  <a name="IDX44"></a>
689  <p>  While we are on the subject of information for customization only,  <p>  While we are on the subject of information for customization only,
690  it's a good time to tell you about <em>variables</em>.  Often the  it's a good time to tell you about <em>variables</em>.  Often the
691  description of a command will say, &quot;To change this, set the variable  description of a command will say, &ldquo;To change this, set the variable
692  <code>mumble-foo</code>.&quot;  A variable is a name used to remember a value.  <code>mumble-foo</code>.&rdquo;  A variable is a name used to remember a value.
693  Most of the variables documented in this manual exist just to facilitate  Most of the variables documented in this manual exist just to facilitate
694  customization: some command or other part of Emacs uses the variable  customization: some command or other part of Emacs uses the variable
695  and behaves differently depending on its setting.  Until you are interested in  and behaves differently depending on its setting.  Until you are interested in

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26