From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Yehudah Rubinsky Newsgroups: gmane.emacs.help Subject: Re: LaTeX-mode menu Date: Fri, 21 Nov 2003 10:31:56 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <5.1.0.14.0.20031121102653.00ad5328@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1069429841 18147 80.91.224.253 (21 Nov 2003 15:50:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2003 15:50:41 +0000 (UTC) Cc: Arjan Bos Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 21 16:50:35 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ANDYJ-0002CE-00 for ; Fri, 21 Nov 2003 16:50:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ANEON-0004BE-Cb for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Nov 2003 11:44:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ANEMo-0003o1-AE for help-gnu-emacs@gnu.org; Fri, 21 Nov 2003 11:42:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ANEMG-0003ZU-QH for help-gnu-emacs@gnu.org; Fri, 21 Nov 2003 11:42:44 -0500 Original-Received: from [207.69.200.110] (helo=smtp6.mindspring.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ANEDn-0000dx-R3 for help-gnu-emacs@gnu.org; Fri, 21 Nov 2003 11:33:27 -0500 Original-Received: from h-67-100-121-179.phlapafg.dynamic.covad.net ([67.100.121.179] helo=ed.andisplace.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1ANDGJ-0005jP-00; Fri, 21 Nov 2003 10:31:59 -0500 X-Sender: edrubins@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:14474 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14474 >Can it be that the value of the %HOME% environment variable in the dos >window differs from the value of the $HOME environment variable in the >cygwin bash window? If so, then you have two separate .emacs files with >different entries. Actually it turned out to be runemacs.exe. If I start emacs from the DOS window with "start emacs --load=.emacs" instead of "runemacs --load=.emacs" I get auctex instead of Tex mode. (The loaded .emacs in turn loads the site wide .emacs.) Best, Ed