GNU bug report logs - #71370
30.0.50; Please un-obsolete buffer-substring as a generalized variable

Previous Next

Package: emacs;

Reported by: Adam Porter <adam <at> alphapapa.net>

Date: Wed, 5 Jun 2024 01:34:02 UTC

Severity: wishlist

Found in version 30.0.50

Full log


Message #103 received at 71370 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 71370 <at> debbugs.gnu.org, yantar92 <at> posteo.net, michael_heerdegen <at> web.de,
 Stefan Kangas <stefankangas <at> gmail.com>, adam <at> alphapapa.net, acorallo <at> gnu.org,
 spwhitton <at> spwhitton.name
Subject: Re: bug#71370: 30.0.50; Please un-obsolete buffer-substring as a
 generalized variable
Date: Sun, 23 Mar 2025 10:00:19 -0400
> That is not a necessary condition for making buffer-substring a
> generalized variable.  We could have an internal function, maybe not
> even exposed to Lisp, to replace the buffer substring.

We do, exposed to ELisp:

    (macroexpand '(setf (buffer-substring A B) C))
=~>
    (cl--set-buffer-substring A B C)


- Stefan





This bug report was last modified 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.