help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Problem with eshell


From: David Hansen
Subject: Re: Problem with eshell
Date: Sun, 05 Oct 2008 22:06:30 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

On Sat, 4 Oct 2008 14:23:43 -0500 Adolfo De Unanue wrote:

> It is me again, I am using the CVS version of GNU/Emacs but since one
> month ago, when I run "eshell" and I try to use any command (ls by
> example) I got the following error:
>
>
> Welcome to the Emacs shell
>
> ~ $ ls
> Invalid function: assert
>
> Someone knows what is happening?

`assert' is a macro defined in the `cl' package.  In some eshell source
file a (eval-when-compile (require 'cl)) is missing.

To find the offending function and file do M-x toggle-debug-on-error and
attach the output in M-x report-emacs-bug (or the diff to fix it).

David





reply via email to

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