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

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

tooltip custom group: duplicate labels


From: Juri Linkov
Subject: tooltip custom group: duplicate labels
Date: Sat, 10 Dec 2005 12:19:07 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

M-x customize-group RET tooltip RET
C-s Use echo area C-s C-s

The tag "Use echo area" is used twice in the same customization buffer.

Its first occurrence comes from emacs/lisp/tooltip.el:

(defcustom tooltip-use-echo-area nil
  "Use the echo area instead of tooltip frames for help and GUD tooltips."
  :type 'boolean
  :tag "Use Echo Area"
  :group 'tooltip)

and the second occurrence comes from emacs/lisp/progmodes/gud.el:

(defcustom gud-tooltip-echo-area nil
  "Use the echo area instead of frames for GUD tooltips."
  :type 'boolean
  :tag "Use echo area"
  :group 'tooltip)

I propose to remove :tag from all GUD tooltip options to reveal their
true identities to the users of Customize.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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