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: Eli Zaretskii
Subject: bug#64901: 29.1; use-package fails to require bind-key at runtime in compiled files
Date: Thu, 27 Jul 2023 19:52:42 +0300

> 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]