GNU bug report logs - #5083
23.1.50; Eshell | Invalid function: eshell-eval-using-options

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Mon, 30 Nov 2009 19:25:05 UTC

Severity: normal

Merged with 1969

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 5083 in the body.
You can then email your comments to 5083 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#5083; Package emacs. (Mon, 30 Nov 2009 19:25:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo <sdl.web <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 30 Nov 2009 19:25:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.1.50; Eshell | Invalid function: eshell-eval-using-options
Date: Mon, 30 Nov 2009 19:20:14 +0000
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug.  If you can, give
a recipe starting from `emacs -Q':

To reproduce

1. emacs -q and M-x eshell

2. mkdir test

"Invalid function: eshell-eval-using-options" will be printed in the
eshell buffer although 'test' is successfully created.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.1.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
 of 2009-11-27 on victoria.local
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns''



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#5083; Package emacs. (Tue, 01 Dec 2009 00:00:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo <sdl.web <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 01 Dec 2009 00:00:05 GMT) Full text and rfc822 format available.

Message #10 received at 5083 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: 5083 <at> debbugs.gnu.org
Subject: Re: bug#5083: 23.1.50; Eshell | Invalid function: eshell-eval-using-options
Date: Mon, 30 Nov 2009 23:53:29 +0000
On 2009-11-30 19:20 +0000, Leo wrote:
> To reproduce
>
> 1. emacs -q and M-x eshell
>
> 2. mkdir test
>
> "Invalid function: eshell-eval-using-options" will be printed in the
> eshell buffer although 'test' is successfully created.

Additionally, 'rm somefile' generates

    Symbol's value as variable is void: interactive

and the file is not removed.

Leo



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#5083; Package emacs. (Tue, 01 Dec 2009 11:10:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Albinus <michael.albinus <at> gmx.de>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 01 Dec 2009 11:10:06 GMT) Full text and rfc822 format available.

Message #15 received at 5083 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Leo <sdl.web <at> gmail.com>
Cc: 5083 <at> debbugs.gnu.org
Subject: Re: bug#5083: 23.1.50; Eshell | Invalid function: eshell-eval-using-options
Date: Tue, 01 Dec 2009 12:00:24 +0100
Leo <sdl.web <at> gmail.com> writes:

> On 2009-11-30 19:20 +0000, Leo wrote:
>> To reproduce
>>
>> 1. emacs -q and M-x eshell
>>
>> 2. mkdir test
>>
>> "Invalid function: eshell-eval-using-options" will be printed in the
>> eshell buffer although 'test' is successfully created.
>
> Additionally, 'rm somefile' generates
>
>     Symbol's value as variable is void: interactive
>
> and the file is not removed.

I cannot reproduce it (anymore). I have seen a similar error wrt
eshell-eval-using-options some days ago; meanwhile it does not happen
anymore. Maybe you make a fresh checkout, and apply "make bootstrap"?

> Leo

Best regards, Michael.



Reply sent to Leo <sdl.web <at> gmail.com>:
You have taken responsibility. (Tue, 01 Dec 2009 14:20:04 GMT) Full text and rfc822 format available.

Notification sent to Leo <sdl.web <at> gmail.com>:
bug acknowledged by developer. (Tue, 01 Dec 2009 14:20:05 GMT) Full text and rfc822 format available.

Message #20 received at 5083-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: 5083-done <at> debbugs.gnu.org
Subject: Re: bug#5083: 23.1.50; Eshell | Invalid function: eshell-eval-using-options
Date: Tue, 01 Dec 2009 14:13:53 +0000
On 2009-12-01 11:00 +0000, Michael Albinus wrote:
> Leo <sdl.web <at> gmail.com> writes:
>
>> On 2009-11-30 19:20 +0000, Leo wrote:
>>> To reproduce
>>>
>>> 1. emacs -q and M-x eshell
>>>
>>> 2. mkdir test
>>>
>>> "Invalid function: eshell-eval-using-options" will be printed in the
>>> eshell buffer although 'test' is successfully created.
>>
>> Additionally, 'rm somefile' generates
>>
>>     Symbol's value as variable is void: interactive
>>
>> and the file is not removed.
>
> I cannot reproduce it (anymore). I have seen a similar error wrt
> eshell-eval-using-options some days ago; meanwhile it does not happen
> anymore. Maybe you make a fresh checkout, and apply "make bootstrap"?

Indeed this is due to eshell-eval-using-options macro. `em-unix'
requires `esh-opt' to compile otherwise this error is borne. I have
close this bug. Sorry for the false report.

>
>> Leo
>
> Best regards, Michael.

Leo



Forcibly Merged 1969 5083. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 01 Dec 2009 21:20:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <bug-gnu-emacs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 30 Dec 2009 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.