* bug#34413: 27.0.50; package-quickstart feature breaks SLIME/SLY
@ 2019-02-10 13:51 Davor Rotim
2019-02-10 14:40 ` Stefan Monnier
2019-06-30 8:44 ` bug#34413: Status: " Davor Rotim
0 siblings, 2 replies; 4+ messages in thread
From: Davor Rotim @ 2019-02-10 13:51 UTC (permalink / raw)
To: 34413
When enabling the new package-quickstart feature SLIME or SLY fail to load with the following message:
Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "sly")
#<subr autoload-do-load>((autoload "sly" "Start a Lisp implementation and connect to it.\n\n ..." t nil) sly nil)
apply(#<subr autoload-do-load> ((autoload "sly" "Start a Lisp implementation and connect to it.\n\n ..." t nil) sly))
autoload-do-load((autoload "sly" "Start a Lisp implementation and connect to it.\n\n ..." t nil) sly)
command-execute(sly)
Disabling this feature allows SLIME or SLY to start normally again.
Tested on GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-02-10
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#34413: 27.0.50; package-quickstart feature breaks SLIME/SLY
2019-02-10 13:51 bug#34413: 27.0.50; package-quickstart feature breaks SLIME/SLY Davor Rotim
@ 2019-02-10 14:40 ` Stefan Monnier
2019-02-10 15:22 ` Davor Rotim
2019-06-30 8:44 ` bug#34413: Status: " Davor Rotim
1 sibling, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2019-02-10 14:40 UTC (permalink / raw)
To: Davor Rotim; +Cc: 34413
> When enabling the new package-quickstart feature SLIME or SLY fail to load
> with the following message:
>
> Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "sly")
> #<subr autoload-do-load>((autoload "sly" "Start a Lisp implementation and connect to it.\n\n ..." t nil) sly nil)
> apply(#<subr autoload-do-load> ((autoload "sly" "Start a Lisp implementation and connect to it.\n\n ..." t nil) sly))
> autoload-do-load((autoload "sly" "Start a Lisp implementation and connect to it.\n\n ..." t nil) sly)
> command-execute(sly)
So, IIUC the startup doesn't signal an error (hence appears to proceed
correctly) and the problem only appears when you later do `M-x sly` (or
equivalent)?
The above error suggests that the underlying problem may be that the
quickstart file failed to add the relevant directory to `load-path`.
I'll take a look at it.
In case it's relevant, could you say where you got those packages from?
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#34413: 27.0.50; package-quickstart feature breaks SLIME/SLY
2019-02-10 14:40 ` Stefan Monnier
@ 2019-02-10 15:22 ` Davor Rotim
0 siblings, 0 replies; 4+ messages in thread
From: Davor Rotim @ 2019-02-10 15:22 UTC (permalink / raw)
To: Stefan Monnier; +Cc: 34413
Correct, no errors at startup only when starting with `M-x sly`. Both
packages were installed from MELPA:
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/"))
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#34413: Status: 27.0.50; package-quickstart feature breaks SLIME/SLY
2019-02-10 13:51 bug#34413: 27.0.50; package-quickstart feature breaks SLIME/SLY Davor Rotim
2019-02-10 14:40 ` Stefan Monnier
@ 2019-06-30 8:44 ` Davor Rotim
1 sibling, 0 replies; 4+ messages in thread
From: Davor Rotim @ 2019-06-30 8:44 UTC (permalink / raw)
To: bug#34413; +Cc: monnier
This issue has since been solved with the following commits:
https://github.com/slime/slime/pull/512
https://github.com/joaotavora/sly/commit/3a2d2165d581881fb3a0128e32bfa4e3819a0065
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-30 8:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-10 13:51 bug#34413: 27.0.50; package-quickstart feature breaks SLIME/SLY Davor Rotim
2019-02-10 14:40 ` Stefan Monnier
2019-02-10 15:22 ` Davor Rotim
2019-06-30 8:44 ` bug#34413: Status: " Davor Rotim
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.