From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#69684: Functionality of Fbare_symbol has been lost. Date: Sun, 10 Mar 2024 09:21:15 +0000 Message-ID: References: <86r0giwrw9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2701"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eggert@cs.ucla.edu, 69684@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Mar 10 10:21:48 2024 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1rjFNM-0000W1-7b for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 10 Mar 2024 10:21:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rjFN5-0007O3-Kh; Sun, 10 Mar 2024 05:21:31 -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 1rjFN3-0007Ng-Oi for bug-gnu-emacs@gnu.org; Sun, 10 Mar 2024 05:21:29 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rjFN3-0007a8-DD for bug-gnu-emacs@gnu.org; Sun, 10 Mar 2024 05:21:29 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rjFNa-0007Fv-3y for bug-gnu-emacs@gnu.org; Sun, 10 Mar 2024 05:22:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Mar 2024 09:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69684 X-GNU-PR-Package: emacs Original-Received: via spool by 69684-submit@debbugs.gnu.org id=B69684.171006252127884 (code B ref 69684); Sun, 10 Mar 2024 09:22:02 +0000 Original-Received: (at 69684) by debbugs.gnu.org; 10 Mar 2024 09:22:01 +0000 Original-Received: from localhost ([127.0.0.1]:35630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rjFNY-0007Fg-P3 for submit@debbugs.gnu.org; Sun, 10 Mar 2024 05:22:01 -0400 Original-Received: from mail.muc.de ([193.149.48.3]:18504) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rjFNT-0007FA-Fs for 69684@debbugs.gnu.org; Sun, 10 Mar 2024 05:21:58 -0400 Original-Received: (qmail 6726 invoked by uid 3782); 10 Mar 2024 10:21:16 +0100 Original-Received: from acm.muc.de (pd953a236.dip0.t-ipconnect.de [217.83.162.54]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 10 Mar 2024 10:21:15 +0100 Original-Received: (qmail 6667 invoked by uid 1000); 10 Mar 2024 09:21:15 -0000 Content-Disposition: inline In-Reply-To: <86r0giwrw9.fsf@gnu.org> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:281384 Archived-At: Hello, Eli. On Sun, Mar 10, 2024 at 07:57:26 +0200, Eli Zaretskii wrote: > > Cc: acm@muc.de, Paul Eggert > > Date: Sat, 9 Mar 2024 23:23:50 +0000 > > From: Alan Mackenzie > > Hello Paul, hello Emacs. > > Since a recent commit, Fbare_symbol (in src/data.c) no longer works on a > > symbol with position when symbols-with-pos-enabled is nil, instead > > signalling an error. > > This is due to the new CHECK_SYMBOL (sym); statement in Fbare_symbol, > > which wasn't there before. > > Since I merged master into my development branch, I can no longer build > > it because of this change. A rapid reversion to the previous > > functionality would be appreciated. :-) > Couldn't you fix this on your branch by (what sounds like a trivial) > change in Fbare_symbol? I've done that already here, of course. But I was wanting to make a commit yesterday evening, which of course I can't with this bug unresolved. Paul is quite particular over the exact formulation of these macros and inline functions, which have an important influence on Emacs's speed. So I thought I would give him a chance to fix it neatly first. > Btw, why is your branch special in this regard? It's the branch where I'm implementing position information in doc strings, using symbols with position to get this information. This is bug #67455. Progress is pretty much at the stage where we can start discussing the exact presentation of the information in backtraces, etc. -- Alan Mackenzie (Nuremberg, Germany).