From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Recent read-face patch breaks `M-x customize-face' Date: Sat, 06 Apr 2013 10:02:52 -0400 Message-ID: References: <20130405175032.GA29138@saturn> <20831.7759.573008.165973@gargle.gargle.HOWL> <20832.3369.138812.620060@gargle.gargle.HOWL> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365278480 27726 80.91.229.3 (6 Apr 2013 20:01:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Apr 2013 20:01:20 +0000 (UTC) Cc: Giorgos Keramidas , emacs-devel@gnu.org To: "Roland Winkler" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 06 22:01:19 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UOZHt-0007UX-MY for ged-emacs-devel@m.gmane.org; Sat, 06 Apr 2013 22:00:33 +0200 Original-Received: from localhost ([::1]:57675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOTht-00020a-8I for ged-emacs-devel@m.gmane.org; Sat, 06 Apr 2013 10:03:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOThq-00020V-1c for emacs-devel@gnu.org; Sat, 06 Apr 2013 10:02:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOThm-0001Gt-IX for emacs-devel@gnu.org; Sat, 06 Apr 2013 10:02:57 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:51741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOThm-0001Ge-E4; Sat, 06 Apr 2013 10:02:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFxLSu/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAs0EhQYDSSIHgbBLZEKA6R6gV6DEw X-IPAS-Result: Av4EABK/CFFFxLSu/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAs0EhQYDSSIHgbBLZEKA6R6gV6DEw X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="6660246" Original-Received: from 69-196-180-174.dsl.teksavvy.com (HELO pastel.home) ([69.196.180.174]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Apr 2013 10:02:50 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 06FA967BF4; Sat, 6 Apr 2013 10:02:52 -0400 (EDT) In-Reply-To: <20832.3369.138812.620060@gargle.gargle.HOWL> (Roland Winkler's message of "Sat, 6 Apr 2013 06:55:21 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158701 Archived-At: >> It would be safer to simply turn any non-list value of `default' into >> a one-element list. > Makes sense. Yet the problem here is that customize-face calls > read-face-name with DEFAULT having the bogus value "all faces". > So customize-face should still be fixed. Just for the record: the reason for this "all faces" argument is so that M-x customize-face prompts with "Customize face (default `all faces'):" Stefan