From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.help Subject: Re: How to get AucTeX not to mess up the contents of the boxedverbatim environment? Date: Tue, 19 Oct 2004 12:18:53 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2tk80dF20jls8U1@uni-berlin.de> References: Reply-To: angeli@iwi.uni-sb.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098181418 7245 80.91.229.6 (19 Oct 2004 10:23:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2004 10:23:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 19 12:23:31 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 1CJr9P-0006lc-00 for ; Tue, 19 Oct 2004 12:23:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJrGj-0001fO-MC for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Oct 2004 06:31:05 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!npeer.de.kpn-eurorings.net!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: comp.text.tex,gnu.emacs.help Original-Followup-To: gnu.emacs.help Original-Lines: 26 Original-X-Trace: news.uni-berlin.de zG+UTeKg2mlFJNcCNz6CZwSPP+4BU5IhcFMV8Xk7hudGLZM5V1hhwUu0iH Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (berkeley-unix) Cancel-Lock: sha1:hnDEADveJjfxIH6hqJrYZMlt1II= Original-Xref: shelby.stanford.edu comp.text.tex:289124 gnu.emacs.help:125948 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:21320 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21320 * Adam Funk (2004-10-19) writes: > I've just started using the boxedverbatim environment of the moreverb > package (LaTeX Companion, Section 3.3.3). AucTex recognizes the > verbatim environment and doesn't indent or change the line breaks > within it (for example when putting a center environment around it with > C-c C-e). > > How can I set it to treat boxedverbatim the same way? 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. You didn't write what you actually want to put into the boxedverbatim environment, but maybe the listings package is a better option. And this package will be supported by AUCTeX out of the box with the next release. If you want to try this right away, you can get a snapshot at . Followup-To: gnu.emacs.help -- Ralf