GNU bug report logs -
#42961
28.0.50; [feature/native-comp] slime load-path warning
Previous Next
Reported by: spvk <caiohcs0 <at> gmail.com>
Date: Thu, 20 Aug 2020 16:29:01 UTC
Severity: normal
Found in version 28.0.50
Done: Andrea Corallo <akrl <at> sdf.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 42961 <at> debbugs.gnu.org (full text, mbox):
spvk <caiohcs0 <at> gmail.com> writes:
> To reproduce:
> 1. Start emacs -Q
> 2. Evaluate the following:
> ;; START
> (defvar bootstrap-version)
> (let ((bootstrap-file
> (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
> (bootstrap-version 5))
> (unless (file-exists-p bootstrap-file)
> (with-current-buffer
> (url-retrieve-synchronously
> "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
> 'silent 'inhibit-cookies)
> (goto-char (point-max))
> (eval-print-last-sexp)))
> (load bootstrap-file nil 'nomessage))
>
> (straight-use-package 'use-package)
>
> (use-package slime
> :straight t)
> ;; END
Do you have a recipe to reproduce this without involving the third-party
packages straight.el and use-package?
> In GNU Emacs 28.0.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.24.13, cairo version 1.16.0)
> of 2020-08-17 built on localhost.localdomain
> Repository revision: 76faab27cf4055f6ac37b9b05c98bc03939afb7e
> Repository branch: feature/native-comp
> Windowing system distributor 'Fedora Project', version 11.0.12006000
> System Description: Fedora 31 (Workstation Edition)
Can you reproduce this without using the native-comp branch, for example
the current master branch?
Best regards,
Stefan Kangas
This bug report was last modified 4 years and 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.