emacs-devel
[Top][All Lists]
Advanced

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

Re: yasnippets block last emacs


From: Pedro Andres Aranda Gutierrez
Subject: Re: yasnippets block last emacs
Date: Tue, 27 Jun 2023 07:09:25 +0200

Hi,

Interestingly enough, if I try to grep through my .emacs.d to find find internal--with-suppressed-warnings, I get no coincidence:

~ ➤ find .emacs.d -name \*.el -exec grep -H internal--with-suppressed-warnings {} \;
~ ➤    
 
but when I grep through the emacs source:

paag@multi-edit:~/emacs$ find emacs -name \*.el -exec grep -H internal--with-suppressed-warnings {} \;
emacs/lisp/emacs-lisp/bytecomp.el:             ;; Later `internal--with-suppressed-warnings' binds it again, this
emacs/lisp/emacs-lisp/bytecomp.el:                   `(internal--with-suppressed-warnings
emacs/lisp/emacs-lisp/bytecomp.el:(put 'internal--with-suppressed-warnings 'byte-hunk-handler
emacs/lisp/emacs-lisp/bytecomp.el:(byte-defop-compiler-1 internal--with-suppressed-warnings

It might not be native compile, but...
Scratching my head...
/PA

On Mon, 26 Jun 2023 at 19:59, Andrea Corallo <acorallo@gnu.org> wrote:
Pedro Andres Aranda Gutierrez <paaguti@gmail.com> writes:

> Hi
>
> I'm getting the following message:
>
> yas--template-menu-binding-pair-get-create: Symbol's function definition is void: \(setf\
> internal--with-suppressed-warnings\)
>
> Just compiled emacs:
>
> 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-26 built on 5fdd05eae699
> Repository revision: a6de0d22e4209e2c75dbf1e8c005dfc9d8c64cce
> Repository branch: master
>
> 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
>
> Doesn't happen when I don't have NATIVE_COMP  activated.

That's most likely a bug in the yasnippets missing the necessesary
require.  I suggest you to report it to the yasnippets developer(?s).

Best Regards

  Andrea


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


reply via email to

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