[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/custom.texi
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/man/custom.texi |
Date: |
Tue, 24 Aug 2004 20:25:52 -0400 |
Index: emacs/man/custom.texi
diff -c emacs/man/custom.texi:1.65 emacs/man/custom.texi:1.66
*** emacs/man/custom.texi:1.65 Mon Aug 16 22:48:22 2004
--- emacs/man/custom.texi Wed Aug 25 00:20:30 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