From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Rasmussen Newsgroups: gmane.emacs.help Subject: Re: indent-region Date: Wed, 26 Nov 2003 15:51:58 +0100 Organization: UNI-C Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1069858886 11512 80.91.224.253 (26 Nov 2003 15:01:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2003 15:01:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 16:01:22 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AP1AQ-0006rO-00 for ; Wed, 26 Nov 2003 16:01:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AP27G-0002l2-Kw for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2003 11:02:10 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: oek.dk Original-X-Trace: news.net.uni-c.dk 1069858057 10858 62.61.154.25 (26 Nov 2003 14:47:37 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Wed, 26 Nov 2003 14:47:37 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, da In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:118659 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14601 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14601 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