From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.help Subject: Re: fill-paragraph Date: Wed, 28 Oct 2009 23:08:19 +0000 Message-ID: References: <87my3b5wk2.fsf@fh-trier.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256771337 29778 80.91.229.12 (28 Oct 2009 23:08:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2009 23:08:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas Politz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 29 00:08:50 2009 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.50) id 1N3HdK-00082d-2H for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Oct 2009 00:08:50 +0100 Original-Received: from localhost ([127.0.0.1]:56691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3HdJ-0000uG-Kc for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Oct 2009 19:08:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3Hcv-0000sR-IN for help-gnu-emacs@gnu.org; Wed, 28 Oct 2009 19:08:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3Hcr-0000nn-5q for help-gnu-emacs@gnu.org; Wed, 28 Oct 2009 19:08:25 -0400 Original-Received: from [199.232.76.173] (port=57231 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3Hcq-0000nh-V4 for help-gnu-emacs@gnu.org; Wed, 28 Oct 2009 19:08:20 -0400 Original-Received: from ppsw-5.csi.cam.ac.uk ([131.111.8.135]:47806) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3Hcq-0007pv-Df for help-gnu-emacs@gnu.org; Wed, 28 Oct 2009 19:08:20 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]:49006) by ppsw-5.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.155]:587) with esmtpsa (LOGIN:sl392) (TLSv1:DHE-RSA-AES128-SHA:128) id 1N3Hcp-0000xX-Ia (Exim 4.70) (return-path ); Wed, 28 Oct 2009 23:08:19 +0000 In-Reply-To: <87my3b5wk2.fsf@fh-trier.de> (Andreas Politz's message of "Wed, 28 Oct 2009 17:10:21 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:69324 Archived-At: On 2009-10-28 16:10 +0000, Andreas Politz wrote: > Seriously, if you add "tikzpicture" to LaTeX-indent-environment-list > > (add-to-list 'LaTeX-indent-environment-list '("tikzpicture")) Thank you. Leo