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 17:08:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Mauro Aranda <maurooaranda@gmail.com> writes:

> Then I guess we must change info-lookup-interactive-arguments to do that.

Thanks; applied to Emacs 28 with one small change:

> -                  (format "Describe %s (default %s): " topic default)
> +                     (progn (set-text-properties 0 (length default) nil 
> default)
> +                         (format "Describe %s (default %s): " topic default))

I changed this to use substring-no-properties instead of
set-text-properties.

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