From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Erik Iverson Newsgroups: gmane.emacs.help Subject: Re: Tics problem in LaTeX mode Date: Mon, 05 Apr 2010 14:50:31 -0500 Message-ID: <4BBA3F07.2090402@ccbr.umn.edu> References: <4BB9FDD2.6080501@zbh.uni-hamburg.de> <4BBA2DCB.9040302@zbh.uni-hamburg.de> <4BBA33EB.4050709@ccbr.umn.edu> <4BBA3C9C.7000502@zbh.uni-hamburg.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1270497086 7306 80.91.229.12 (5 Apr 2010 19:51:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2010 19:51:26 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Bienert Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 05 21:51:23 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 1NysKQ-0006OT-Of for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Apr 2010 21:51:23 +0200 Original-Received: from localhost ([127.0.0.1]:45308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NysKQ-00043w-5t for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Apr 2010 15:51:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NysJj-0003vf-9s for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 15:50:39 -0400 Original-Received: from [140.186.70.92] (port=47158 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NysJh-0003vL-VG for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 15:50:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NysJg-0004M3-Gt for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 15:50:37 -0400 Original-Received: from walleye.ccbr.umn.edu ([128.101.116.11]:1784) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NysJg-0004Lw-3k for help-gnu-emacs@gnu.org; Mon, 05 Apr 2010 15:50:36 -0400 Original-Received: from tadpole.ccbr.umn.edu (tadpole.ccbr.umn.edu [128.101.116.26]) by walleye.ccbr.umn.edu (8.9.3p2/8.9.3) with ESMTP id OAA11056; Mon, 5 Apr 2010 14:50:34 -0500 (CDT) Original-Received: from iron.ccbr.umn.edu (iron.ccbr.umn.edu [128.101.116.194]) by tadpole.ccbr.umn.edu (8.9.3/8.9.3) with ESMTP id OAA00704; Mon, 5 Apr 2010 14:50:32 -0500 (CDT) User-Agent: Thunderbird 2.0.0.23 (X11/20090812) In-Reply-To: <4BBA3C9C.7000502@zbh.uni-hamburg.de> X-detected-operating-system: by eggs.gnu.org: NMAP syn scan (4) 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:72604 Archived-At: 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.