GNU bug report logs - #41905
Small change: In Customize, display name with with spaces, but keep symbol name underneath.

Previous Next

Package: emacs;

Reported by: ej32u <at> protonmail.com

Date: Wed, 17 Jun 2020 04:17:02 UTC

Severity: normal

Tags: fixed

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


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

From: Juri Linkov <juri <at> linkov.net>
To: Mauro Aranda <maurooaranda <at> gmail.com>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 41905 <at> debbugs.gnu.org,
 ej32u <at> protonmail.com
Subject: Re: bug#41905: Small change: In Customize, display name with with
 spaces, but keep symbol name underneath.
Date: Sun, 06 Sep 2020 21:40:36 +0300
>>> What I liked about the 'display approach is that it didn't seem to
>>> require changes in the describe-* commands to work...
>>
>> That is a good point, and it would make C-h v make work automatically.
>> But 'display properties are kinda awkward -- for one, the cursor moves
>> over them in a single skip, so they're a bit confusing in that respect.
>
> Yes, that's true.  So...perhaps it's better to just ditch that idea.

Just display spaces over every '-' character (and upper-case letters
at word beginnings):

(concat (propertize "f" 'display "F")
        "ill"
        (propertize "-" 'display " ")
        (propertize "c" 'display "C")
        "olumn")




This bug report was last modified 4 years and 340 days ago.

Previous Next


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