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 19:30:31 +0800 Message-ID: <87ipjkmc6g.fsf@gnu.org> References: <1785F314BBE44370A77F2967B752FFAA@us.oracle.com> <87y5sh5ku0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328527887 23846 80.91.229.3 (6 Feb 2012 11:31:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 11:31: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 Mon Feb 06 12:31: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 1RuMn5-0008Rm-1f for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Feb 2012 12:31:23 +0100 Original-Received: from localhost ([::1]:33368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuMn4-0005vA-7B for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Feb 2012 06:31:22 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuMmw-0005tV-JD for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 06:31:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuMmv-0001ca-4W for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 06:31:14 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuMmv-0001cW-1N for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 06:31:13 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1RuMni-00055r-D5 for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 06:32: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: Mon, 06 Feb 2012 11:32: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.132852790019540 (code B ref 8397); Mon, 06 Feb 2012 11:32:02 +0000 Original-Received: (at 8397) by debbugs.gnu.org; 6 Feb 2012 11:31:40 +0000 Original-Received: from localhost ([127.0.0.1]:56388 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuMnL-000556-9c for submit@debbugs.gnu.org; Mon, 06 Feb 2012 06:31:39 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:42340 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuMnI-00054z-EP for 8397@debbugs.gnu.org; Mon, 06 Feb 2012 06:31:37 -0500 Original-Received: from bb121-7-229-69.singnet.com.sg ([121.7.229.69]:57948 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RuMmT-00068F-AQ; Mon, 06 Feb 2012 06:30:46 -0500 In-Reply-To: (Drew Adams's message of "Sun, 5 Feb 2012 10:23:15 -0800") 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:56550 Archived-At: "Drew Adams" writes: > I don't know how to get to the field or button I reported about, > unless what I meant was the `Face:' field and `Select Face' button > (for Emacs < 22) that is associated (only?) with the `Inherit' field. > Do you happen to know ;-) how to get to such a field/button otherwise? Not ringing a bell, sorry. > If you make the *Completions* window dedicated (e.g. (setq > special-display-regexps '("[ ]?[*][^*]+[*]"))), then M-TAB switches > the focus to the *Completions* frame each time you hit it. That means > you cannot just continue to type text into the edit field - you must > first reselect the customize frame to give it focus. This is an inherent limitation of special-display-regexps. It is possible to use display-buffer-alist to get the same effect while leaving an exception for *Completions*.