From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: Re: just comments fontified in latex mode? Date: Sat, 15 Nov 2003 13:05:21 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1068919521.4612.194.camel@hades.syr-24-59-76-83.twcny.rr.com> References: <1068857510.23565.176.camel@hades.syr-24-59-76-83.twcny.rr.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068919651 8214 80.91.224.253 (15 Nov 2003 18:07:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2003 18:07:31 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 15 19:07:29 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 1AL4pV-0007KY-00 for ; Sat, 15 Nov 2003 19:07:29 +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 1AL5lr-0004Ah-LZ for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Nov 2003 14:07:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AL5lX-00048c-O5 for help-gnu-emacs@gnu.org; Sat, 15 Nov 2003 14:07:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AL5l1-0003vD-JK for help-gnu-emacs@gnu.org; Sat, 15 Nov 2003 14:07:26 -0500 Original-Received: from [64.246.36.112] (helo=torre.pghoster.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AL5l1-0003tZ-5I for help-gnu-emacs@gnu.org; Sat, 15 Nov 2003 14:06:55 -0500 Original-Received: from 192.0.0.253 (syr-24-59-76-83.twcny.rr.com [24.59.76.83]) (authenticated (0 bits)) by torre.pghoster.com (8.11.6/8.11.6) with ESMTP id hAFI5Pv31169; Sat, 15 Nov 2003 12:05:25 -0600 Original-To: Joe Corneli In-Reply-To: X-Mailer: Ximian Evolution 1.4.4-8mdk 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:14272 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14272 On Sat, 2003-11-15 at 11:42, Joe Corneli wrote: > > Try running emacs with: > > > $ emacs -q > > > Now M-x load-file RET .emacs (or the path to your .emacs) RET > > > If things aren't messed up anymore it means your sysadmin has > > something in the site .emacs (I forget the technical term) and it's > > causing the problem. > > And if things still are messed up? :) Well the idea is simple. Emacs loads the .emacs for the computer/server/site and then your .emacs. I was curious whether or not the site .emacs what causing the problems. Try loading emacs with just the -q. If you're still having problems there's something you need to add to your .emacs that was probably in the .emacs of your last computer/server. If you're not having problems you need to remove something from your .emacs. Best bet is to add things in line by line. -Dan