bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#41905: Small change: In Customize, display name with with spaces, bu


From: Lars Ingebrigtsen
Subject: bug#41905: Small change: In Customize, display name with with spaces, but keep symbol name underneath.
Date: Sat, 05 Sep 2020 18:37:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Mauro Aranda <maurooaranda@gmail.com> writes:

> Looks like we're back to where we started, though :-(

Yup.

I think the solution here is to stash the data needed somewhere so that
we don't need to guessing round trip.

The most obvious place to stash the data is in the string itself, so
custom-unlispify-tag-name should just put a 'data text property on the
unlispified string (with the symbol), and then the relevant functions
should use that instead of looking at the buffer text.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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