From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ari King Newsgroups: gmane.emacs.help Subject: Re: Inconsistent Indenting/Spacing Date: Fri, 4 Jan 2013 13:20:51 -0800 (PST) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1357334469 14845 80.91.229.3 (4 Jan 2013 21:21:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2013 21:21:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Ari King To: gnu.emacs.help@googlegroups.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 04 22:21:25 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TrEhb-0003u2-5n for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jan 2013 22:21:19 +0100 Original-Received: from localhost ([::1]:57377 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrEhL-0000cY-Lc for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jan 2013 16:21:03 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrEhE-0000cS-Le for help-gnu-emacs@gnu.org; Fri, 04 Jan 2013 16:20:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrEhB-0002Tw-Sk for help-gnu-emacs@gnu.org; Fri, 04 Jan 2013 16:20:56 -0500 Original-Received: from mail-oa0-f63.google.com ([209.85.219.63]:51219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrEhB-0002TZ-NO for help-gnu-emacs@gnu.org; Fri, 04 Jan 2013 16:20:53 -0500 Original-Received: by mail-oa0-f63.google.com with SMTP id j1so9839362oag.28 for ; Fri, 04 Jan 2013 13:20:52 -0800 (PST) Original-Received: by 10.49.116.34 with SMTP id jt2mr9228729qeb.38.1357334451905; Fri, 04 Jan 2013 13:20:51 -0800 (PST) Original-Path: glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.14.163.201; posting-account=AgcriAoAAAALFgWz3dMlnLI9LvRPraOd Original-NNTP-Posting-Host: 173.14.163.201 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 173.14.163.201 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.219.63 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88445 Archived-At: > What is TAB bound to in the file mode that you are asking about? This > > could be a file mode specific binding. Use this command to find out > > what a key is bound to: > > > > C-h c TAB > > TAB runs the command ?? > TAB runs the command indent-for-tab-command Which I believe is the default, correct? Thanks. -Ari