From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: read-face-name PROMPT arg should be self-contained, including ": " Date: Sun, 18 Mar 2007 08:19:40 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1174220548 2544 80.91.229.12 (18 Mar 2007 12:22:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Mar 2007 12:22:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 18 13:22:26 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HSuP2-0001UG-G8 for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 13:22:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSuQO-0003CP-9p for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 07:23:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSuPe-0001TK-27 for emacs-devel@gnu.org; Sun, 18 Mar 2007 08:23:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSuPd-0001Rw-CZ for emacs-devel@gnu.org; Sun, 18 Mar 2007 08:23:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSuPd-0001RE-6F for emacs-devel@gnu.org; Sun, 18 Mar 2007 07:23:01 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSuOH-0001jq-Vf for emacs-devel@gnu.org; Sun, 18 Mar 2007 08:21:38 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HSuMO-0005Y1-QP; Sun, 18 Mar 2007 08:19:40 -0400 In-reply-to: X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68052 Archived-At: `read-face-name' still blindly appends ": " to the prompt it is supplied. I thought of `read-face-name' as an internal function, not for users to use. But I agree that it could be useful for user code to call. So I'm not against making this change. I see that all the callers within Emacs are easy to change. If someone wants to do it, please do it.