From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: enriched-mode problems Date: Sun, 19 Jun 2005 23:49:57 -0400 Message-ID: References: <20050615.070838.116346726.wl@gnu.org> <87u0jzsr9i.fsf@xs4all.nl> <87mzpqbk51.fsf@xs4all.nl> <87y89639xk.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119239782 3935 80.91.229.2 (20 Jun 2005 03:56:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2005 03:56:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 20 05:56:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DkDOC-0008J6-KT for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2005 05:56:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkDUL-0005HK-JQ for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2005 00:02:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkDRh-00043a-8j for emacs-devel@gnu.org; Sun, 19 Jun 2005 23:59:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkDRb-0003yU-GX for emacs-devel@gnu.org; Sun, 19 Jun 2005 23:59:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkDRZ-0003th-0Y for emacs-devel@gnu.org; Sun, 19 Jun 2005 23:59:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkDLS-00005D-V6 for emacs-devel@gnu.org; Sun, 19 Jun 2005 23:53:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DkDIL-0004Ib-99; Sun, 19 Jun 2005 23:49:57 -0400 Original-To: Lute Kamstra In-reply-to: <87y89639xk.fsf@xs4all.nl> (message from Lute Kamstra on Sun, 19 Jun 2005 12:41:59 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:39145 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39145 AUCTeX provides a major mode for editing LaTeX file. Normally, you can generate both dvi files and pdf files from a LaTeX source file. AUCTeX provides a minor mode that lets you select the output format. You can customize this minor mode to a default that reflects your preferred output format. It doesn't seem right to put that in a file's local variables list. This is a personal preference issue.