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

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

bug#52143: 29.0.50; Customize type `group' displays a hanging colon


From: martin rudalics
Subject: bug#52143: 29.0.50; Customize type `group' displays a hanging colon
Date: Sun, 28 Nov 2021 17:16:33 +0100

>>From what I gather: a colon is necessary, for whatever reason.  So having a
> tag-less type, as `group' claims to be, is not possible through normal means.

I don't know why 'group' should be "tag-less" (whatever that incurs)
and thus would simply use

(define-widget 'group 'default
  "A widget which groups other widgets inside."
  :convert-widget 'widget-types-convert-widget
  :copy 'widget-types-copy
  :tag "Group"
  :format "%{%t%}:\n%v"
  ...

But maybe there is a reason for the current specification.

martin





reply via email to

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