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: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Fri, 15 Feb 2002 04:36:05 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.599 emacs/etc/NEWS:1.600
*** emacs/etc/NEWS:1.599        Fri Feb 15 03:53:15 2002
--- emacs/etc/NEWS      Fri Feb 15 04:36:04 2002
***************
*** 396,401 ****
--- 396,409 ----
  whether Emacs should handle the extra buttons itself (the default), or
  pass them to Windows to be handled with system-wide functions.
  
+ ** Under X11, it is possible to swap Alt and Meta (and Super and Hyper).
+ The new variables `x-alt-keysym', `x-hyper-keysym', `x-meta-keysym',
+ and `x-super-keysym' can be used to choose which keysyms Emacs should
+ use for the modifiers.  For example, the following two lines swap
+ Meta and Alt:
+     (setq x-alt-keysym 'meta)
+     (setq x-meta-keysym 'alt)
+ 
  ---
  ** A French translation of the `Emacs Survival Guide' is available.
  



reply via email to

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