From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Auctex, enquote and indentation Date: Mon, 27 Jan 2014 11:03:50 +0100 Message-ID: <87eh3thhbt.fsf@gnu.org> References: <20140127094554.GA19064@pedroche.uni-erfurt.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390817054 16560 80.91.229.3 (27 Jan 2014 10:04:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jan 2014 10:04:14 +0000 (UTC) To: lista-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 27 11:04:22 2014 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 1W7j3E-0002pU-R2 for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 11:04:20 +0100 Original-Received: from localhost ([::1]:58639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7j3D-0005Ko-SP for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 05:04:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7j2x-0005Kd-Qh for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 05:04:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7j2r-0006Wh-MJ for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 05:04:03 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:36272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7j2r-0006WS-GC for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 05:03:57 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id BE4EC1A83CD for ; Mon, 27 Jan 2014 11:03:56 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cDMf7cjRCvOK for ; Mon, 27 Jan 2014 11:03:56 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t61 (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 60EA01A83C8 for ; Mon, 27 Jan 2014 11:03:56 +0100 (CET) In-Reply-To: <20140127094554.GA19064@pedroche.uni-erfurt.de> (Igor Sosa Mayor's message of "Mon, 27 Jan 2014 10:45:54 +0100") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 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:95688 Archived-At: Igor Sosa Mayor writes: Hi Igor, > I'm using auctex 11.87 and would like to change the indentation of > \enquote{}. As you can see here: > http://picpaste.de/auctex-KqAcshOA.png > > \enquote{...} is being indented with 2 characters on the left. Is the > a possibility to avoid this behavior? I'm looking into csquotes.el in > the auctex sources, but I can't figure out how to do it... That's nothing special with \enquote. AUCTeX indents stuff contained in a macro by two spaces by default. You can change that by customizing: ,----[ C-h v TeX-brace-indent-level RET ] | TeX-brace-indent-level is a variable defined in `tex.el'. | Its value is 2 | | Documentation: | *The level of indentation produced by an open brace. | | You can customize this variable. `---- Bye, Tassilo