From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: Help-gnu-emacs Digest, Vol 12, Issue 46 Date: Sat, 15 Nov 2003 10:52:12 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1068915196 32480 80.91.224.253 (15 Nov 2003 16:53:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2003 16:53:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 15 17:53:07 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 1AL3fW-00043Q-01 for ; Sat, 15 Nov 2003 17:53:07 +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 1AL4ct-0005n4-RR for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Nov 2003 12:54:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AL4cd-0005me-0j for help-gnu-emacs@gnu.org; Sat, 15 Nov 2003 12:54:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AL4c6-0005bU-NK for help-gnu-emacs@gnu.org; Sat, 15 Nov 2003 12:54:09 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AL4c6-0005bE-4N for help-gnu-emacs@gnu.org; Sat, 15 Nov 2003 12:53:38 -0500 Original-Received: from lab45.ma.utexas.edu (mail@lab45.ma.utexas.edu [128.83.133.159]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id hAFGqDm26657 for ; Sat, 15 Nov 2003 10:52:13 -0600 Original-Received: from jcorneli by lab45.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1AL3ee-0001na-00 for ; Sat, 15 Nov 2003 10:52:12 -0600 Original-To: help-gnu-emacs@gnu.org In-reply-to: (help-gnu-emacs-request@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:14267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14267 Jesper Harder writes: > Dan Anderson writes: >> Try running emacs with: >> >> $ emacs -q > Or better yet > emacs -q --no-site-file > in case the problem is in site-start.el. OK, that fixed it. Running emacs --no-site-file similarly. Actually even better, b/c I don't have to turn on font-lock-mode manually then ;) Thanks for your help. Joe