emacs-devel
[Top][All Lists]
Advanced

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

Re: eshell/addpath broken since commit dea24a0f7d


From: Iñigo Serna
Subject: Re: eshell/addpath broken since commit dea24a0f7d
Date: Tue, 25 Jan 2022 20:50:41 +0100
User-agent: mu4e 1.6.10; emacs 29.0.50

Hi Jim,

Have you tried `make bootstrap' (or `touch lisp/eshell/*.el' if you
don't want to rebuild everything)? Commit dea24a0f7d changes the
`eshell-eval-using-options' macro in a way that requires recompiling
files that use it.

Ouch. You're right, I missed this part.
Sorry everyone for the noise.

Thanks,
--
Iñigo Serna

On 25 January 2022 at 20:19 +01, Jim Porter <jporterbugs@gmail.com> wrote:

On 1/25/2022 10:49 AM, Iñigo Serna wrote:
It looks `eshell/addpath' is broken in master since commit dea24a0f7d [1].
$ src/emacs --debug-init -Q --eval "(progn (require 'eshell)
(eshell/addpath \"~/bin\"))"
Debugger entered--Lisp error: (wrong-number-of-arguments (4 . 4) 3)
  eshell--do-opts("addpath" ((98 "begin" nil prepend "add path
 element at beginning") (104 "help" nil nil "display this usage
 message") :usage "[-b] PATH\nAdds the given PATH to $PATH.")
 ("~/bin"))
  eshell/addpath("~/bin")

Have you tried `make bootstrap' (or `touch lisp/eshell/*.el' if you
don't want to rebuild everything)? Commit dea24a0f7d changes the
`eshell-eval-using-options' macro in a way that requires recompiling
files that use it.

- Jim



reply via email to

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