From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Trilobit Newsgroups: gmane.emacs.help Subject: weird latex-mode Date: Fri, 11 Oct 2002 23:13:09 +0200 Organization: TU Dresden (URZ) Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3DA73EE5.7010508@gmx.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1034371243 19018 127.0.0.1 (11 Oct 2002 21:20:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Oct 2002 21:20:43 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1807D7-0004wP-00 for ; Fri, 11 Oct 2002 23:20:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1807Dg-0007kh-00; Fri, 11 Oct 2002 17:21:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor-online.net!uni-erlangen.de!news-nue1.dfn.de!news-ber1.dfn.de!news.urz.tu-dresden.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 141.30.224.245 User-Agent: Mozilla/9.9 (Turing Windows; U; Turing Machine; rv:9.9.9;) X-Accept-Language: de, en Original-Xref: shelby.stanford.edu gnu.emacs.help:105946 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2493 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2493 Hi, I want to write german LaTeX-documents with xemacs, for that I want to change the command " that it inserts "` instead of ``. Therefore I inserted following lines into my custom.el: (setq TeX-open-quote "\"`") (setq TeX-close-quote "\"'") But xemacs inserts `` anyway. But if I go into the menu Options->Advanced(Customize)->Emacs->Wp->Tex->AUC Tex->Latex and there change the version of Latex from "2" to "2e" or vice versa (it depends on what the variable is set before) this feature works correctly. But it's a bit disturbing to change it everytime I begin to edit an Latex document. Any suggestions what could be wrong with my xemacs(-configuration)? Thx for advance. Ps: Im using the current Debian-Linux testing distribution with xemacs 21.4 installed and Auc-Tex