From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.help Subject: Re: wrong type argument commandp defadvice Date: Mon, 12 Sep 2005 12:38:02 +0200 Organization: nil Message-ID: References: <120920050254436984%nospam@nomail.not> Reply-To: angeli@iwi.uni-sb.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126525455 3683 80.91.229.2 (12 Sep 2005 11:44:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Sep 2005 11:44:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 12 13:44:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EEmiB-0005K3-2S for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Sep 2005 13:42:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EEmiA-0001Qd-A6 for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Sep 2005 07:42:58 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-kar1.dfn.de!hades.rz.uni-saarland.de!hades.rz.uni-sb.de Original-Newsgroups: gnu.emacs.help Original-Lines: 31 User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:133876 Original-To: help-gnu-emacs@gnu.org 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:29427 Archived-At: * cerios (2005-09-12) writes: > Hi, I got this error > wrong type argument commandp defadvice > on visiting a .tex file, and then emacs mostly froze - the menus > were still active, but I could not move the cursor or do any > command using the menu, even quit. Could you please type `M-x toggle-debug-on-error RET', reproduce the error and post the backtrace (in case you get one)? > It's not nicely repeatable - I visited the same .tex file again > and it did not happen. I've at least one other similar error recently. Do you get the same error if you copy the line (defadvice foo (after bar activate)) into the *scratch* buffer, place point after the last parenthesis and type `C-x C-e'? > This is on 22.0.50.1 on a mac. > > If anything I suspect something related to the jde package, though > I don't know where to begin to deal with this. > > Annoying... emacs was rock solid for ages; I wish I could > go back to an older version (cannot, new OS). Are you aware that you are running a development version of Emacs? -- Ralf