bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#42961: 28.0.50; [feature/native-comp] slime load-path warning


From: Stefan Kangas
Subject: bug#42961: 28.0.50; [feature/native-comp] slime load-path warning
Date: Thu, 20 Aug 2020 10:44:02 -0700

spvk <caiohcs0@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





reply via email to

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