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

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

Re: customize options and faces are not in alphabetical order


From: martin rudalics
Subject: Re: customize options and faces are not in alphabetical order
Date: Fri, 22 Dec 2006 23:45:53 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> emacs -Q
> M-x customize <some-group>
>
> The options and faces should be in alphabetical order. The actual
> order seems random.

Should be possible:

(defcustom custom-browse-sort-alphabetically nil
  "If non-nil, sort members of each customization group alphabetically."
  :type 'boolean
  :group 'custom-browse)

(defcustom custom-buffer-sort-alphabetically nil
  "If non-nil, sort members of each customization group alphabetically."
  :type 'boolean
  :group 'custom-buffer)

(defcustom custom-menu-sort-alphabetically nil
  "If non-nil, sort members of each customization group alphabetically."
  :type 'boolean
  :group 'custom-menu)





reply via email to

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