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

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

bug#64901: 29.1; use-package fails to require bind-key at runtime in com


From: David Fiander
Subject: bug#64901: 29.1; use-package fails to require bind-key at runtime in compiled files
Date: Thu, 27 Jul 2023 12:03:10 -0500
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

How very odd. I'm running on a pretty much vanilla 29.1RC build, and have confirmed this on both my main FreeBSD 13.2 machine and on Ubuntu LTS 22.04. Loading the source file works, but loading the complied file doesn't.

- David

On 2023-07-27 11:52, Eli Zaretskii wrote:
Date: Thu, 27 Jul 2023 09:51:35 -0500
From: David Fiander <david@fiander.info>

Create a file called "bind-test.el" with the contents:
---
(use-package dired
      :bind ("C-c d" . dired-at-point))
---

Compile this file.

Run emacs -Q and then

      (load-file "bind-test.elc")

See the error message
The error message

      ⛔ Error (use-package): dired/:catch: Symbol’s value as variable is
void: personal-keybindings

appears.

I cannot reproduce this.  I get no errors, and the binding in :bind is
performed.





reply via email to

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