GNU bug report logs -
#40126
28.0.50; [feature/native-comp] + Org 9.3.6 org-with-wide-buffer macro is wrongly treated as function
Previous Next
Reported by: Ihor Radchenko <yantar92 <at> gmail.com>
Date: Wed, 18 Mar 2020 20:43:02 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
View this message in rfc822 format
Adam Porter <adam <at> alphapapa.net> writes:
> Hi Andrea,
>
> I've been testing the latest Docker image with the deferred
> compilation. I noticed what may be a small, new bug. To reproduce,
> you could use this code:
>
> (setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
> ("melpa" . "https://melpa.org/packages/")))
>
> (package-initialize)
>
> (package-install 'quelpa-use-package)
>
> (use-package bufler
> :quelpa
> (bufler :fetcher github :repo "alphapapa/bufler.el"
> :files (:defaults (:exclude "helm-bufler.el"))))
>
> In the *Async-native-compile-log* buffer, I see:
>
> Compiling /home/me/tmp/src/emacs/native-comp/.emacs.d/elpa/bufler-20200405.1230/bufler.el...
> Symbol's function definition is void: bufler-defauto-group
>
> bufler-defauto-group is a macro, not a function, and it is defined
> before it is called, so I don't understand why the error is happening.
> The package loads and works fine in its byte-compiled form, and the
> error didn't happen when I was using an earlier Docker image from a
> few weeks ago.
>
> Thanks,
> Adam
Hi Adam,
This looks quite similar to
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40126 isn't?
I had no time to look into this but if it's the same issue is good we
have a smaller reproducert to debug on.
Thanks for reporting it.
Andrea
--
akrl <at> sdf.org
This bug report was last modified 5 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.