From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sven.Enger@t-online.de (Sven Enger) Newsgroups: gmane.emacs.help Subject: Re: Error when loading fortran mode - Wrong type argument: stringp, quote Date: 29 Jan 2003 05:59:28 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1043848993 5487 80.91.224.249 (29 Jan 2003 14:03:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2003 14:03:13 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18dsnR-0001OD-00 for ; Wed, 29 Jan 2003 15:02:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dslt-0000UG-01 for gnu-help-gnu-emacs@m.gmane.org; Wed, 29 Jan 2003 09:00:57 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-NNTP-Posting-Host: 62.138.230.148 Original-X-Trace: posting.google.com 1043848768 29506 127.0.0.1 (29 Jan 2003 13:59:28 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 29 Jan 2003 13:59:28 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:109525 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6045 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6045 Hi, yes it is emacs 21.2.1. There seems to be an error in ...site-lisp/easymenu.el or that this is not compatible with the setting in my .emacs. With this file removed it works. Thanks! Sven Glenn Morris wrote in message news:... > Sven Enger wrote: > > > when I open a fortran file and enter M-x fortran-mode, I get the > > following error: > > > > Wrong type argument: stringp, quote > > > > I use Linux Red-Hat 7.3 (KDE) and emacs 20.2.1 which came with Red-Hat. > > I assume you mean 21.2.1, if it's the version that comes with RedHat 7.3? > > Does it happen if you start Emacs this way: > > emacs -q --no-site-file > > If not, then the problem is probably in your ~/.emacs file (or possibly > something in the system default files). > > If there is nothing obviously wrong with your .emacs, enter > > M-: (setq debug-on-error t) > > or turn on the "Enter debugger on error" option from the Options menu, > provoke the error again, and post the resulting backtrace.