help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: LaTeX reformat


From: Stefan Monnier
Subject: Re: LaTeX reformat
Date: Thu, 08 Jan 2004 23:02:29 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> (global-set-key '(meta w) 'fill-region)

Since this is an Emacs newsgroup, it's better to use a syntax that is not
XEmacs-specific:

  (global-set-key [(meta ?w)] 'fill-region)

Note that M-w is by default bound to "kill-ring-save" (aka "copy" for
people used cut/copy/paste), so you may prefer another binding.


        Stefan


reply via email to

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