From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Adam Funk Newsgroups: gmane.emacs.help Subject: Re: How to get AucTeX not to mess up the contents of the boxedverbatim environment? Date: Wed, 20 Oct 2004 13:07:41 GMT Organization: n/a Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <2tk80dF20jls8U1@uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1098277972 32330 80.91.229.6 (20 Oct 2004 13:12:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2004 13:12:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 20 15:12:49 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CKGGm-0003nG-00 for ; Wed, 20 Oct 2004 15:12:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKGOB-0006EL-7o for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Oct 2004 09:20:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!news1.google.com!news.glorb.com!news.zanker.org!border2.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news-hub.cableinet.net!blueyonder!pe1.news.blueyonder.co.uk!blueyonder!text.news.blueyonder.co.uk!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 82.38.176.177 Original-X-Complaints-To: abuse@blueyonder.co.uk Original-X-Trace: text.news.blueyonder.co.uk 1098277661 82.38.176.177 (Wed, 20 Oct 2004 14:07:41 BST) Original-NNTP-Posting-Date: Wed, 20 Oct 2004 14:07:41 BST Original-Xref: shelby.stanford.edu gnu.emacs.help:125971 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21345 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21345 On Tuesday 19 October 2004 11:18, Ralf Angeli wrote: > If you only have to suppress filling, type `M-x customize-variable RET > LaTeX-indent-environment-list RET' and add an entry by using the entry > for the verbatim environment as an example. > > If the environment has to be flush left like the verbatim environment > you have to customize the variable `LaTeX-verbatim-regexp' as well. I did both of those. Perfect! Thanks, Adam