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

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

Re: indent-region


From: David Rasmussen
Subject: Re: indent-region
Date: Wed, 26 Nov 2003 15:51:58 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007

Jesper Harder wrote:

It works on GNU/Linux.  ms-windows is possibly broken.


Well, all sorts of keypresses can be detected under ms-windows, just as with Linux. So if anything is broken, it's the application, not the OS.

I'm too lazy to try this on my linuxbox.


It's somewhat easier to use ESC instead of Meta:
* press ESC
* release ESc
* press Control-Alt Gr-<

Doesn't work either.


What does `C-h k ESC C-\' say?


ESC \ runs the command delete-horizontal-space
   which is an interactive compiled Lisp function in `simple'.
(delete-horizontal-space &optional BACKWARD-ONLY)

Delete all spaces and tabs around point.
If BACKWARD-ONLY is non-nil, only delete spaces before point.


See the section "Init Rebinding" in the Emacs manual.

Okay.

/David



reply via email to

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