all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#54976: 29.0.50; Eshell breaks when unknown entries in eshell-modules-list
@ 2022-04-16 20:50 Sean Whitton
  2022-06-19 14:57 ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Whitton @ 2022-04-16 20:50 UTC (permalink / raw)
  To: 54976

Hello,

Suppose you put this in your init.el:

    (add-to-list 'eshell-modules-list 'eshell-elecslash)

because you want to use the new em-elecslash.el module I'm working on.

Then if you try to M-x eshell on an older version of Emacs which lacks
em-elecslash, Eshell will fail to initialise at all.

It is easy add a guard (when (locate-library ...)) or similar, but this
is not possible if you have added eshell-elecslash using the customise
interface.  In that case, by enabling the module, youq just make your
init unusable with older Emacs.

It would be better to print a warning, say, rather than error.

-- 
Sean Whitton





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-19 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-16 20:50 bug#54976: 29.0.50; Eshell breaks when unknown entries in eshell-modules-list Sean Whitton
2022-06-19 14:57 ` Stefan Kangas
2022-06-19 22:26   ` Sean Whitton

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.