* bug#64315: 30.0.50; yasnippets not working due to change in bytecomp.el @ 2023-06-27 9:06 Pedro Andres Aranda Gutierrez [not found] ` <handler.64315.B.168785685517631.ack@debbugs.gnu.org> 0 siblings, 1 reply; 6+ messages in thread From: Pedro Andres Aranda Gutierrez @ 2023-06-27 9:06 UTC (permalink / raw) To: 64315 [-- Attachment #1: Type: text/plain, Size: 5120 bytes --] Preconditions: some snippets in ~/.emacs.d/snippets/emacs-lisp-mode Procedure: emacs -Q M-x p-l-p to instal yasnippet (0.14.1) M-x yas-global-mode Try out one of my snippets in the *scratch* buffer I used the following commits (where emacs/lisp/emacs-lisp/bytecomp.el is changed) to track down the breaking change: Commit Test 0d411a0a6df83168c4f9bfed40803de7ec79ef14 OK c9c0d1cf7f6ab6bbd93941c23304a25b81b29fd5 OK ef1394fca0405bb3738f4f08c21c2d0ca8602d52 KO In the first KO, placeholders are not working as expected It all started when I saw the following message on master: yas--template-menu-binding-pair-get-create: Symbol's function definition is void: \(setf\ internal--with-suppressed-warnings\) In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-06-27 built on 0ecd9d511a7f Repository revision: ef1394fca0405bb3738f4f08c21c2d0ca8602d52 Repository branch: HEAD Windowing system distributor 'The X.Org Foundation', version 11.0.12201001 System Description: Ubuntu 22.04.2 LTS Configured using: 'configure --prefix=/usr --program-suffix=30 --with-json --with-x --with-x-toolkit=gtk3 --with-cairo --with-compress-install --with-modules=yes --with-threads --with-included-regex --with-zlib --with-tree-sitter=no --with-native-compilation=yes 'CFLAGS=-g -O2 -ffile-prefix-map=/home/paag/emacs=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro'' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LIBSELINUX LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LC_MONETARY: es_ES.UTF-8 value of $LC_NUMERIC: es_ES.UTF-8 value of $LC_TIME: es_ES.UTF-8 value of $LANG: en_GB.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: yas-global-mode: t yas-minor-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /usr/share/emacs/site-lisp/latex-cjk-thai/thai-word hides /usr/share/emacs/30.0.50/lisp/language/thai-word Features: (shadow sort mail-extr emacsbug message yank-media puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util text-property-search mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date comp comp-cstr warnings icons rx cl-extra yasnippet help-mode modus-operandi-tinted-theme modus-themes yasnippet-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 165363 19455) (symbols 48 12004 0) (strings 32 30048 1665) (string-bytes 1 872455) (vectors 16 20533) (vector-slots 8 417269 13982) (floats 8 67 33) (intervals 56 263 0) (buffers 976 11)) -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet [-- Attachment #2: Type: text/html, Size: 5904 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <handler.64315.B.168785685517631.ack@debbugs.gnu.org>]
* bug#64315: Acknowledgement (30.0.50; yasnippets not working due to change in bytecomp.el) [not found] ` <handler.64315.B.168785685517631.ack@debbugs.gnu.org> @ 2023-06-28 10:17 ` Pedro Andres Aranda Gutierrez 2023-06-28 12:07 ` Eli Zaretskii 0 siblings, 1 reply; 6+ messages in thread From: Pedro Andres Aranda Gutierrez @ 2023-06-28 10:17 UTC (permalink / raw) To: 64315 [-- Attachment #1: Type: text/plain, Size: 1634 bytes --] It seems to be far more wide-spread and has nothing to do with native-comp: ■ Error (use-package): yasnippet/:config: Symbol’s function definition is void: \(setf\ internal--with-suppressed-warnings\) ■ Error (use-package): Failed to install visual-regexp: Symbol’s function definition is void: \(setf\ internal--with-suppressed-warnings\) ■ Error (use-package): Failed to install company: Symbol’s function definition is void: \(setf\ internal--with-suppressed-warnings\) On Tue, 27 Jun 2023 at 11:08, GNU bug Tracking System <help-debbugs@gnu.org> wrote: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > bug-gnu-emacs@gnu.org > > If you wish to submit further information on this problem, please > send it to 64315@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. > > -- > 64315: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64315 > GNU Bug Tracking System > Contact help-debbugs@gnu.org with problems > -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet [-- Attachment #2: Type: text/html, Size: 2723 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#64315: Acknowledgement (30.0.50; yasnippets not working due to change in bytecomp.el) 2023-06-28 10:17 ` bug#64315: Acknowledgement (30.0.50; yasnippets not working due to change in bytecomp.el) Pedro Andres Aranda Gutierrez @ 2023-06-28 12:07 ` Eli Zaretskii 2023-06-28 13:26 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors 0 siblings, 1 reply; 6+ messages in thread From: Eli Zaretskii @ 2023-06-28 12:07 UTC (permalink / raw) To: Pedro Andres Aranda Gutierrez, Stefan Monnier; +Cc: 64315 > From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com> > Date: Wed, 28 Jun 2023 12:17:21 +0200 > > It seems to be far more wide-spread and has nothing to do with native-comp: > > ■ Error (use-package): yasnippet/:config: Symbol’s function definition is void: \(setf\ > internal--with-suppressed-warnings\) > ■ Error (use-package): Failed to install visual-regexp: Symbol’s function definition is void: \(setf\ > internal--with-suppressed-warnings\) > ■ Error (use-package): Failed to install company: Symbol’s function definition is void: \(setf\ > internal--with-suppressed-warnings\) Stefan, could you please look into this? ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#64315: Acknowledgement (30.0.50; yasnippets not working due to change in bytecomp.el) 2023-06-28 12:07 ` Eli Zaretskii @ 2023-06-28 13:26 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors 2023-06-28 16:48 ` Pedro Andres Aranda Gutierrez 0 siblings, 1 reply; 6+ messages in thread From: Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-06-28 13:26 UTC (permalink / raw) To: Pedro Andres Aranda Gutierrez; +Cc: Eli Zaretskii, 64315 >> It seems to be far more wide-spread and has nothing to do with native-comp: >> >> ■ Error (use-package): yasnippet/:config: Symbol’s function definition is void: \(setf\ >> internal--with-suppressed-warnings\) >> ■ Error (use-package): Failed to install visual-regexp: Symbol’s >> function definition is void: \(setf\ >> internal--with-suppressed-warnings\) >> ■ Error (use-package): Failed to install company: Symbol’s function definition is void: \(setf\ >> internal--with-suppressed-warnings\) > > Stefan, could you please look into this? I just pushed to `master` a patch which should revert the regression. Can you confirm that it fixes it for you? Stefan ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#64315: Acknowledgement (30.0.50; yasnippets not working due to change in bytecomp.el) 2023-06-28 13:26 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-06-28 16:48 ` Pedro Andres Aranda Gutierrez 2023-06-28 18:33 ` Eli Zaretskii 0 siblings, 1 reply; 6+ messages in thread From: Pedro Andres Aranda Gutierrez @ 2023-06-28 16:48 UTC (permalink / raw) To: Stefan Monnier; +Cc: Eli Zaretskii, 64315 [-- Attachment #1: Type: text/plain, Size: 1140 bytes --] Yes, that did it! Thanks a ton, /PA On Wed, 28 Jun 2023 at 15:26, Stefan Monnier <monnier@iro.umontreal.ca> wrote: > >> It seems to be far more wide-spread and has nothing to do with > native-comp: > >> > >> ■ Error (use-package): yasnippet/:config: Symbol’s function > definition is void: \(setf\ > >> internal--with-suppressed-warnings\) > >> ■ Error (use-package): Failed to install visual-regexp: Symbol’s > >> function definition is void: \(setf\ > >> internal--with-suppressed-warnings\) > >> ■ Error (use-package): Failed to install company: Symbol’s function > definition is void: \(setf\ > >> internal--with-suppressed-warnings\) > > > > Stefan, could you please look into this? > > I just pushed to `master` a patch which should revert the regression. > Can you confirm that it fixes it for you? > > > Stefan > > -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet [-- Attachment #2: Type: text/html, Size: 1812 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#64315: Acknowledgement (30.0.50; yasnippets not working due to change in bytecomp.el) 2023-06-28 16:48 ` Pedro Andres Aranda Gutierrez @ 2023-06-28 18:33 ` Eli Zaretskii 0 siblings, 0 replies; 6+ messages in thread From: Eli Zaretskii @ 2023-06-28 18:33 UTC (permalink / raw) To: Pedro Andres Aranda Gutierrez; +Cc: 64315-done, monnier > From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com> > Date: Wed, 28 Jun 2023 18:48:19 +0200 > Cc: 64315@debbugs.gnu.org, Eli Zaretskii <eliz@gnu.org> > > Yes, that did it! Thanks a ton, /PA Thanks for testing, I'm closing the bug. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-06-28 18:33 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-06-27 9:06 bug#64315: 30.0.50; yasnippets not working due to change in bytecomp.el Pedro Andres Aranda Gutierrez [not found] ` <handler.64315.B.168785685517631.ack@debbugs.gnu.org> 2023-06-28 10:17 ` bug#64315: Acknowledgement (30.0.50; yasnippets not working due to change in bytecomp.el) Pedro Andres Aranda Gutierrez 2023-06-28 12:07 ` Eli Zaretskii 2023-06-28 13:26 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors 2023-06-28 16:48 ` Pedro Andres Aranda Gutierrez 2023-06-28 18:33 ` Eli Zaretskii
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.