From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Indenting text bugs. Date: Tue, 2 Mar 2010 10:45:40 -0800 Message-ID: <904A495662EE4DD9B0863B2BF147787B@us.oracle.com> References: <73384c13-4532-43a8-ac2d-6205161cf1a8@e1g2000yqh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1267555869 8716 80.91.229.12 (2 Mar 2010 18:51:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2010 18:51:09 +0000 (UTC) To: "'Defacta'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 02 19:51:05 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 1NmXBQ-00085C-83 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Mar 2010 19:51:04 +0100 Original-Received: from localhost ([127.0.0.1]:60736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmXBP-000856-KC for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Mar 2010 13:51:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmX79-0005n2-1Q for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 13:46:39 -0500 Original-Received: from [140.186.70.92] (port=54251 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmX78-0005ml-9Z for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 13:46:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmX77-0000dw-DD for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 13:46:38 -0500 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:63614) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmX77-0000dm-5a for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 13:46:37 -0500 Original-Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by acsinet12.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o22IkT2K024493 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 2 Mar 2010 18:46:33 GMT Original-Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o22I6jHp002126; Tue, 2 Mar 2010 18:46:29 GMT Original-Received: from abhmt019.oracle.com by acsmt353.oracle.com with ESMTP id 59417031267555541; Tue, 02 Mar 2010 10:45:41 -0800 Original-Received: from dradamslap1 (/10.175.218.42) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 02 Mar 2010 10:45:41 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acq6N9E+a2nggswORymSBuQxFxVzeAAACVLg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4B8D5D05.00F3:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:72317 Archived-At: > I looked for many way to use tab to expand, for example I tried to > understand this page: > http://emacsblog.org/2007/03/12/tab-completion-everywhere/ > but with no success. :-( > > I am under Mac OS X and I don't know how to expand, that's why I am > looking for a way to use tab to increment (by default) and to expand > as well... > > How could I set a keyboard short cut to expand instead of trying to > find a way to use tab for doing both ? 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.