From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: name argument in font-spec Date: Sat, 14 Jun 2008 17:49:09 -0400 Message-ID: <87mylnu1pm.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213480437 32750 80.91.229.12 (14 Jun 2008 21:53:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2008 21:53:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 14 23:54:41 2008 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 1K7dhm-0007ot-2R for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 23:54:38 +0200 Original-Received: from localhost ([127.0.0.1]:43098 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7dgy-0002jc-47 for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 17:53:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7dgu-0002jQ-Ke for emacs-devel@gnu.org; Sat, 14 Jun 2008 17:53:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7dgt-0002iv-AS for emacs-devel@gnu.org; Sat, 14 Jun 2008 17:53:44 -0400 Original-Received: from [199.232.76.173] (port=36614 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7dgt-0002ir-2b for emacs-devel@gnu.org; Sat, 14 Jun 2008 17:53:43 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:57804) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7dgs-00047T-PG for emacs-devel@gnu.org; Sat, 14 Jun 2008 17:53:42 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 18B044E8FF; Sat, 14 Jun 2008 17:49:09 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99224 Archived-At: The function Ffont_spec accepts a :name argument, but this is not documented in the docstring. Is this intentional, or an oversight? AFAICT, the only way for a Lisp function to obtain a font-spec from a font name is to do (font-spec :name name), so I think this key should definitely be documented.