From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: macos.texi updated Date: Thu, 20 Oct 2005 00:55:02 -0400 Message-ID: References: <8C0A68AE-EF12-4D6C-9879-D0FF3B04DE1B@mac.com> <87r7bhw2o8.fsf-monnier+emacs@gnu.org> <991DC775-381E-4B96-BBC6-B3701CCD6EAD@cogsci.ucsd.edu> <3158D814-131C-469F-9DCF-3E678AC27957@cogsci.ucsd.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129784261 23053 80.91.229.2 (20 Oct 2005 04:57:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2005 04:57:41 +0000 (UTC) Cc: mituharu@math.s.chiba-u.ac.jp, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 20 06:57:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESSTD-0004mZ-28 for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 06:56:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESSTC-0000tT-Ju for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 00:56:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESSSN-0000lT-20 for emacs-devel@gnu.org; Thu, 20 Oct 2005 00:55:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESSSH-0000iq-9M for emacs-devel@gnu.org; Thu, 20 Oct 2005 00:55:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESSSF-0000iS-Vv for emacs-devel@gnu.org; Thu, 20 Oct 2005 00:55:04 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESSSG-0004i7-9k for emacs-devel@gnu.org; Thu, 20 Oct 2005 00:55:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ESSSE-0006N9-5J; Thu, 20 Oct 2005 00:55:02 -0400 Original-To: Adrian Robert In-reply-to: (message from Adrian Robert on Tue, 18 Oct 2005 14:29:19 -0400) 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:44375 Archived-At: At the elisp- wielding-user-visible level this manifests in what you pass to and get back from x-list-fonts, as well as any font-setting functions, Could you explain what "font-setting functions" means? Could you name some "font-setting functions"? setting font as a frame parameter, etc... That parameter basically exists for the sake of those who might want to specify an XLFD font name. It's not the normal way to do things. As for x-list-fonts, that uses XLFD because on X that was the normal interface to use. Is there a better way to do this now?