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

After all that work, I think we'll have to revert this, anyway.  The
string returned here isn't just used in the buffers themselves, but also
in the buffer names, so this fails:

(ert-deftest so-long-tests-customize ()
  "Test the `so-long-customize' command."
  (so-long-customize)
  (should (string= (buffer-name) "*Customize Group: So Long*")))

*sigh*

Or...  we could work some more on this to fix these use cases.

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