From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: Inconsistent Indenting/Spacing Date: Sat, 05 Jan 2013 04:28:12 +0400 Message-ID: <8738ygwk0z.fsf@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1357345709 10947 80.91.229.3 (5 Jan 2013 00:28:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2013 00:28:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ari King Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 05 01:28:44 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 1TrHcx-0005Tm-NQ for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Jan 2013 01:28:43 +0100 Original-Received: from localhost ([::1]:44187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrHci-0004C8-CM for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jan 2013 19:28:28 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrHcZ-0004Aw-36 for help-gnu-emacs@gnu.org; Fri, 04 Jan 2013 19:28:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrHcU-0005QX-VV for help-gnu-emacs@gnu.org; Fri, 04 Jan 2013 19:28:18 -0500 Original-Received: from mail-la0-f42.google.com ([209.85.215.42]:35636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrHcU-0005QJ-Nd for help-gnu-emacs@gnu.org; Fri, 04 Jan 2013 19:28:14 -0500 Original-Received: by mail-la0-f42.google.com with SMTP id fe20so10685746lab.1 for ; Fri, 04 Jan 2013 16:28:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=EvGULh1/RcQCx53zI9VgYpWol2zldE5l+f0Iaa3oRjM=; b=eaGycRR8Q/gv/DEJmfQYLlCAJeu55piLsAF/pabiSZUgYDCy3iw7YqPm9MaD+9kbcU qqdUlIjtUhHtjaWFYAmBtKo44M5c7YLDtdsLYryOK9owP271/kUi4sEfudCcRPBrpADv Rpkg/6LwD7GUdTXPmlhizXlWSxSY3JZCw0QXDyf/hC55xBcgjd8EDAEiRDL+0UVzSFAj DcM0gmpFTQxc5vKnRvZclR9zoYeFxc76dmZgjcTa2VzOuCztYKXK0WMel6QMGrS0WtN4 XOztHsjr1MFvBqIjcaPtJACHtB6gwyoZUQJyCxbplt1gPkZ9+5cNVP8uX2PNTSupqMOb wcFg== X-Received: by 10.112.23.2 with SMTP id i2mr22573477lbf.24.1357345693354; Fri, 04 Jan 2013 16:28:13 -0800 (PST) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPS id f8sm11448583lbg.2.2013.01.04.16.28.10 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Jan 2013 16:28:11 -0800 (PST) In-Reply-To: (Ari King's message of "Fri, 4 Jan 2013 13:20:51 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.42 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:88456 Archived-At: Ari King writes: >> 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. Yes. If you look at the command's description (C-h k TAB), you'll see that it delegates to the indirect value of `indent-line-function'. What value does this variable have in the problematic buffer(s)?