emacs-devel
[Top][All Lists]
Advanced

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

keymaps.texi


From: Luc Teirlinck
Subject: keymaps.texi
Date: Sat, 15 Jan 2005 13:15:54 -0600 (CST)

I propose the following change to keymaps.texi, to update it for a
(not so recent) change in `suppress-keymap'.  I can install if desired.

===File ~/keymaps.texi-diff=================================
*** keymaps.texi        13 Jan 2005 16:00:33 -0600      1.56
--- keymaps.texi        15 Jan 2005 12:51:47 -0600      
***************
*** 1266,1274 ****
  @defun suppress-keymap keymap &optional nodigits
  @cindex @code{self-insert-command} override
  This function changes the contents of the full keymap @var{keymap} by
! making all the printing characters undefined.  More precisely, it binds
! them to the command @code{undefined}.  This makes ordinary insertion of
! text impossible.  @code{suppress-keymap} returns @code{nil}.
  
  If @var{nodigits} is @code{nil}, then @code{suppress-keymap} defines
  digits to run @code{digit-argument}, and @kbd{-} to run
--- 1266,1274 ----
  @defun suppress-keymap keymap &optional nodigits
  @cindex @code{self-insert-command} override
  This function changes the contents of the full keymap @var{keymap} by
! remapping @code{self-insert-command} to the command @code{undefined}
! (@pxref{Remapping Commands}).  This makes ordinary insertion of text
! impossible.  @code{suppress-keymap} returns @code{nil}.
  
  If @var{nodigits} is @code{nil}, then @code{suppress-keymap} defines
  digits to run @code{digit-argument}, and @kbd{-} to run
============================================================




reply via email to

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