GNU bug report logs - #70847
29.3; eshell scripts "from anywhere"

Previous Next

Package: emacs;

Reported by: Christopher Howard <christopher <at> librehacker.com>

Date: Thu, 9 May 2024 17:59:01 UTC

Severity: normal

Found in version 29.3

Done: Jim Porter <jporterbugs <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 70847 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Howard <christopher <at> librehacker.com>
To: Jim Porter <jporterbugs <at> gmail.com>
Cc: 70847 <at> debbugs.gnu.org
Subject: Re: bug#70847: 29.3; eshell scripts "from anywhere"
Date: Tue, 28 May 2024 11:42:32 -0800
Hi, I applied these patches against the source for our "emacs-next" package, which gives version 30.0.50. However, something basic seems to be broken. If I do this basic procedure...

```
cd ~/local
EMACSLOADPATH=/home/christopher/local/share/emacs/site-lisp:/home/christopher/local/share/emacs/30.0.50/lisp ./bin/emacs -Q &
```

Then, M-x eshell-command echo blah RET

Under my normal 29.3 I expect to see "blah" echoed to the message area, but instead I get this error:

> Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
>   eshell-add-input-to-history("echo hello")
>   eshell-read-command()
>   byte-code("\301 \10D\207" [current-prefix-arg eshell-read-command] 2)
>   call-interactively(eshell-command record nil)
>   command-execute(eshell-command record)
>   execute-extended-command(nil "eshell-command" "eshell-comma")
>   funcall-interactively(execute-extended-command nil "eshell-command" "eshell-comma")
>   call-interactively(execute-extended-command nil nil)
>   command-execute(execute-extended-command)

-- 
Christopher Howard




This bug report was last modified 1 year and 51 days ago.

Previous Next


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