From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Bienert Newsgroups: gmane.emacs.help Subject: Re: Tics problem in LaTeX mode Date: Mon, 05 Apr 2010 21:58:05 +0200 Message-ID: <4BBA40CD.7070605@zbh.uni-hamburg.de> References: <4BB9FDD2.6080501@zbh.uni-hamburg.de> <4BBA2DCB.9040302@zbh.uni-hamburg.de> <4BBA33EB.4050709@ccbr.umn.edu> <4BBA3C9C.7000502@zbh.uni-hamburg.de> <4BBA3F07.2090402@ccbr.umn.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1270497525 8864 80.91.229.12 (5 Apr 2010 19:58:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2010 19:58:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 05 21:58:44 2010 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.69) (envelope-from ) id 1NysRW-0001F1-LC for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Apr 2010 21:58:42 +0200 Original-Received: from localhost ([127.0.0.1]:36108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NysRW-0005tf-7l for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Apr 2010 15:58:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NysR8-0005t6-8R for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 15:58:18 -0400 Original-Received: from [140.186.70.92] (port=37528 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NysR4-0005r8-E6 for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 15:58:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NysR2-0005FU-FY for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 15:58:14 -0400 Original-Received: from rzaixsrv2.rrz.uni-hamburg.de ([134.100.32.71]:37691) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NysR1-0005F2-Sm for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 15:58:12 -0400 Original-Received: from wendelstein.zbh.uni-hamburg.de (wendelstein.zbh.uni-hamburg.de [134.100.209.3]) by rzaixsrv2.rrz.uni-hamburg.de (8.13.6/8.12.9) with ESMTP id o35Jw9SE056622 for ; Mon, 5 Apr 2010 21:58:10 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by wendelstein.zbh.uni-hamburg.de (Postfix) with ESMTP id D42DD164CC9 for ; Mon, 5 Apr 2010 21:58:09 +0200 (CEST) Original-Received: from wendelstein.zbh.uni-hamburg.de ([127.0.0.1]) by localhost (wendelstein [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32136-03 for ; Mon, 5 Apr 2010 21:58:05 +0200 (CEST) Original-Received: from aachen.zbh.uni-hamburg.de (aachen.zbh.uni-hamburg.de [134.100.209.115]) by wendelstein.zbh.uni-hamburg.de (Postfix) with ESMTP id 682FC164BB4 for ; Mon, 5 Apr 2010 21:58:05 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by aachen.zbh.uni-hamburg.de (Postfix) with ESMTP id 34D2ED8424B for ; Mon, 5 Apr 2010 21:58:05 +0200 (CEST) User-Agent: Thunderbird 2.0.0.23 (X11/20100316) In-Reply-To: <4BBA3F07.2090402@ccbr.umn.edu> X-Enigmail-Version: 0.95.7 X-detected-operating-system: by eggs.gnu.org: AIX 4.3.2 and earlier 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:72605 Archived-At: Erik Iverson wrote: > > > Stefan Bienert wrote: >> Erik Iverson wrote: >>> >>> Stefan Bienert wrote: >>>>> AUCTeX switched off? For me AUCTeX never left " as ". There are also >>>>> variables TeX-close-quote and TeX-open-quote. >>>> I think I have AUCTeX on, since I have that "LaTeX" menu in the >>>> menubar. >>>> How do I check what values are set in the quote variables? >>>> >>> You might first try starting emacs *without* your .emacs being loaded, >>> to see what behavior you notice, then as suggested by others on the >>> list, start uncommenting half of your .emacs at a time until the problem >>> reveals itself, and by doing that, you will have narrowed down what is >>> causing the issue. >>> >> >> OK, `emacs -q` and the problem remains. `emacs -q -no-site-file` and the >> tic-trick works again. With '-no-site-file' I get an 'TeX' entry in the >> menu-bar. >> > > Does C-h v site-run-file RET > give you the name of that site-file? If so, see what's in that file > that might be causing the problem. > Nope, site-run-file is nil. greetings, Stefan