From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#8397: 24.0.50; defcustom :type face Date: Mon, 06 Feb 2012 00:03:19 +0800 Message-ID: <87y5sh5ku0.fsf@gnu.org> References: <1785F314BBE44370A77F2967B752FFAA@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328457867 1954 80.91.229.3 (5 Feb 2012 16:04:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 16:04:27 +0000 (UTC) Cc: 8397@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 05 17:04:26 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ru4Zi-0003UU-IV for geb-bug-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 17:04:22 +0100 Original-Received: from localhost ([::1]:54591 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru4Zh-0006tl-Sx for geb-bug-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 11:04:21 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:40016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru4Zf-0006tQ-14 for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 11:04:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ru4Zd-0006uE-Rg for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 11:04:18 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru4Zd-0006uA-Md for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 11:04:17 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Ru4aM-0007pk-84 for bug-gnu-emacs@gnu.org; Sun, 05 Feb 2012 11:05:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 Feb 2012 16:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8397 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8397-submit@debbugs.gnu.org id=B8397.132845785530055 (code B ref 8397); Sun, 05 Feb 2012 16:05:02 +0000 Original-Received: (at 8397) by debbugs.gnu.org; 5 Feb 2012 16:04:15 +0000 Original-Received: from localhost ([127.0.0.1]:55713 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ru4Za-0007oi-F9 for submit@debbugs.gnu.org; Sun, 05 Feb 2012 11:04:15 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:54123 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ru4ZY-0007ob-Hs for 8397@debbugs.gnu.org; Sun, 05 Feb 2012 11:04:13 -0500 Original-Received: from bb121-7-229-69.singnet.com.sg ([121.7.229.69]:55485 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Ru4Yo-0002FQ-Nn; Sun, 05 Feb 2012 11:03:27 -0500 In-Reply-To: <1785F314BBE44370A77F2967B752FFAA@us.oracle.com> (Drew Adams's message of "Thu, 31 Mar 2011 10:45:58 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:56518 Archived-At: "Drew Adams" writes: > Prior to Emacs 22, you could simply click the `Select Face' button and > then use TAB completion to see all faces and choose one. IOW, that > button prompted you in the minibuffer for the face name, and hitting > TAB immediately (no need to type anything) showed you the names of all > faces. > > Starting with Emacs 22, you must type some text into the face-name > field, then hit M-TAB. So you must know some of the face name ahead of > time, instead of simply seeing all names as a reminder. I don't see the problem: when the field is blank, M-TAB shows all faces as completion alternatives. There is no need to know any face name ahead of time.