emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 13 Jun 2004 17:55:08 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.986 emacs/etc/NEWS:1.987
*** emacs/etc/NEWS:1.986        Sat Jun 12 06:09:32 2004
--- emacs/etc/NEWS      Sun Jun 13 21:53:49 2004
***************
*** 2145,2150 ****
--- 2145,2159 ----
  
  * Lisp Changes in Emacs 21.4
  
+ +++
+ ** Cleaner way to enter key sequences.
+ 
+ You can enter a constant key sequence in a more natural format, the
+ same one used for saving keyboard macros, using the macro `kbd'.  For
+ example,
+ 
+ (kbd "C-x C-f") => "\^x\^f"
+ 
  ** The sentinel is now called when a network process is deleted with
  delete-process.  The status message passed to the sentinel for a
  deleted network process is "deleted".  The message passed to the
***************
*** 2155,2164 ****
  undo-outer-limit, garbage collection empties it.  This is to prevent
  it from using up the available memory and choking Emacs.
  
  ** New function quail-find-key returns a list of keys to type in the
  current input method to input a character.
  
! ** New functions posn-at-point and posn-at-x-y returns
  click-event-style position information for a given visible buffer
  position or for a given window pixel coordinate.
  
--- 2164,2175 ----
  undo-outer-limit, garbage collection empties it.  This is to prevent
  it from using up the available memory and choking Emacs.
  
+ ---
  ** New function quail-find-key returns a list of keys to type in the
  current input method to input a character.
  
! +++
! ** New functions posn-at-point and posn-at-x-y return
  click-event-style position information for a given visible buffer
  position or for a given window pixel coordinate.
  




reply via email to

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