From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: yasnippets block last emacs Date: Mon, 26 Jun 2023 13:59:48 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10088"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 26 20:00:08 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qDqVS-0002PK-Qc for ged-emacs-devel@m.gmane-mx.org; Mon, 26 Jun 2023 20:00:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qDqVC-0002pM-UI; Mon, 26 Jun 2023 13:59:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qDqVB-0002p4-51 for emacs-devel@gnu.org; Mon, 26 Jun 2023 13:59:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qDqVA-0000qb-Ry; Mon, 26 Jun 2023 13:59:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=nrkr269ss86TU+n8dwbtDR+IvzFTpVJqy8cLFrISZB0=; b=KYtjvIRuFilF1I7bqD4E /FtjKcCo2O4TKHupOcx+PXSOoCm8VWa7PscnqbyD3HnQ4yn5q34FTtr2S4hzlPJ5vvlA4dObDHqod 76YrbLLvqWcOoFRRmddoZPDyjBJCqRI4BAETr/ycAy5Zz919pYh2nHqAUnfO9WKzlAsvIyBugYPv3 eDVg4cLbEw5i5lpsdVG4b7933GIK7+JrpaV0TWzt9L8/aDwKbJuHZh5BBMsfm5EVCi3fN7Oi1DAHn Ly5WxdP4kqukR4nK8QJ/spQgRd4zrV1bQgs40OZUf+pyddKJhfW2b6k6DpaQl+XpJ2Xm+cJ/wyyb4 4Ky89Ezh9sr/QA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1qDqVA-0005TJ-AD; Mon, 26 Jun 2023 13:59:48 -0400 In-Reply-To: (Pedro Andres Aranda Gutierrez's message of "Mon, 26 Jun 2023 18:12:31 +0200") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307243 Archived-At: Pedro Andres Aranda Gutierrez 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