emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/custom.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/custom.texi [lexbind]
Date: Sat, 04 Sep 2004 05:44:18 -0400

Index: emacs/man/custom.texi
diff -c emacs/man/custom.texi:1.48.2.8 emacs/man/custom.texi:1.48.2.9
*** emacs/man/custom.texi:1.48.2.8      Sat Sep  4 09:24:36 2004
--- emacs/man/custom.texi       Sat Sep  4 09:26:23 2004
***************
*** 1635,1651 ****
  Type @kbd{C-q} followed by the key you want to bind, to insert @var{char}.
  
  Since this puts a address@hidden character in the @file{.emacs},
! you should specify the proper coding system for that file.  @xref{Init
! Syntax}.  You should specify the same coding system for the file that
! you use for your keyboard.
  
! @strong{Warning:} if you change the keyboard encoding, or change
! from unibyte to multibyte mode, such that the code that
  @kbd{C-q} inserts becomes different, you'll need to edit the
  Lisp expression accordingly.
  
! If you bind 8-bit characters like this in your init file, you may find it
! convenient to specify that it is unibyte.  @xref{Enabling Multibyte}.
  
  @node Mouse Buttons
  @subsection Rebinding Mouse Buttons
--- 1635,1649 ----
  Type @kbd{C-q} followed by the key you want to bind, to insert @var{char}.
  
  Since this puts a address@hidden character in the @file{.emacs},
! you should specify for that file a coding system that supports
! that character.  @xref{Init Syntax}.
  
! @strong{Warning:} if you change the keyboard encoding, such that the code that
  @kbd{C-q} inserts becomes different, you'll need to edit the
  Lisp expression accordingly.
  
! @strong{Warning:} @kbd{C-q} will insert the wrong code if you visit
! the file @file{.emacs} in a unibyte buffer, so don't do that.
  
  @node Mouse Buttons
  @subsection Rebinding Mouse Buttons




reply via email to

[Prev in Thread] Current Thread [Next in Thread]