emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Icicles, Printing and Easy Menu


From: Herbert Euler
Subject: Re: Icicles, Printing and Easy Menu
Date: Mon, 30 Oct 2006 15:46:08 +0800

I reproduce the same problem with the following operations:

1. Start Emacs with either

   $ emacs -Q

or

   $ emacs -q

2. In the *scratch* window:

(require 'pp)
==> pp
(require 'printing)
==> printing
(pr-update-menus t)
==> Debugger entered--Lisp error: (wrong-type-argument listp 3)

So, there is clearly something wrong with Easy Menu.  I will
track this later.

The problem is in Printing. (require 'pp) is not needed at all. Only (require 'printing) and (pr-update-menus t) when Emacs is started with '-q' is sufficient to produce the error.

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]