Re: M-<Delete>
Adrian Aichner <[email protected]>
| Newsgroups | gmane.emacs.xemacs.windows |
|---|---|
| Organization | The XEmacs Project |
| Message-ID | <[email protected]> |
>>>>> "cros" == cros <[email protected]> writes: cros> I was following the tutorial included in the program and I cros> tested out META- <Delete> and META-d, discovering that they cros> both appeared to do the same thing. META-<Delete> removes cros> the word following the cursor rather than the prior word. See C-h k M-DEL, which will tell ya: M-DEL runs `backward-or-forward-kill-word' `backward-or-forward-kill-word' is an interactive compiled Lisp function -- loaded from "c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5\lisp\simple.elc" (backward-or-forward-kill-word ARG) Documentation: Delete either one word backwards or one word forwards. Controlled by the state of `delete-key-deletes-forward' and whether the BackSpace keysym even exists on your keyboard. If you don't have a BackSpace keysym, the delete key should always delete one character backwards. cros> Kent -- Adrian Aichner mailto:[email protected] http://www.xemacs.org/