From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Indenting text bugs. Date: Wed, 3 Mar 2010 00:44:02 +0100 Message-ID: References: <73384c13-4532-43a8-ac2d-6205161cf1a8@e1g2000yqh.googlegroups.com> <904A495662EE4DD9B0863B2BF147787B@us.oracle.com> <4B8D8D03.3050202@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1267573499 13376 80.91.229.12 (2 Mar 2010 23:44:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2010 23:44:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Suvayu Ali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 03 00:44:55 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nmblh-00056F-Bq for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Mar 2010 00:44:49 +0100 Original-Received: from localhost ([127.0.0.1]:40039 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nmblg-0006zZ-F6 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Mar 2010 18:44:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmblJ-0006yj-P7 for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 18:44:25 -0500 Original-Received: from [140.186.70.92] (port=53666 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmblI-0006xj-DV for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 18:44:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmblH-00010P-Kw for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 18:44:24 -0500 Original-Received: from mail-fx0-f222.google.com ([209.85.220.222]:36130) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmblH-00010L-Fh for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 18:44:23 -0500 Original-Received: by fxm22 with SMTP id 22so958364fxm.26 for ; Tue, 02 Mar 2010 15:44:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=iWOHEWcR39tRfzD5EQbu5tJc5COnFp0abA62i9QAc3g=; b=hrb+QVvHLU0uEcjHtz9GRydECe5EkHsOSgx9BBpTZVgyBP2cKd9B37EaQoZ3RvnFWC qa8SJLVD9txhr/K1R6mlQkDZFY3Uu/jmjRje5JNauogiakHP0pytn7FdwFWltW4RsW7S gRVLWfNywB27OrErmRwHbXD5nj4HxjkMtyLmU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=begBI5SwiKxx3e0L5Oo2ilpHvrt96qaqSqOxNoVRWPBdb3uOeUq8IpZ7LFjQe+Cf1n pV+1IdrA/USMQUgaKfl3Z6nOBKo2qT50hpxMpe89CIT+7czpCx+wg1qegEL4r2KTnjhh uNdQm3Lmi2jGAuuihe2Nwd1Sw8TsKa1hmpK/s= Original-Received: by 10.239.193.135 with SMTP id j7mr699823hbi.58.1267573462302; Tue, 02 Mar 2010 15:44:22 -0800 (PST) In-Reply-To: <4B8D8D03.3050202@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72322 Archived-At: On Tue, Mar 2, 2010 at 11:11 PM, Suvayu Ali wrote: >> >> Normally, `M-TAB' (hence `ESC TAB') will complete text (e.g. a function >> name) at >> point. It is bound by default to `complete-symbol', >> `lisp-complete-symbol', >> `completion-at-point', or something similar, depending on the current mode >> and >> your Emacs version. >> > > Isn't that a very inconvenient default? Almost every window manager across > platforms intercept that to switch windows... Yes, some of us think that it is. Note hoever that it is "Meta-Tab", not "Alt-Tab". Personally I use the left window key (instead of Alt) as Emacs' Meta. On ms windows that requires the patched version of Emacs+EmacsW32 however.