From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "William Xue" Newsgroups: gmane.emacs.devel Subject: Re: Set font dialog in windows Date: Fri, 17 Mar 2006 12:58:00 +0800 Organization: WV Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1142571504 31573 80.91.229.2 (17 Mar 2006 04:58:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Mar 2006 04:58:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 17 05:58:21 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FK72Z-0006VN-Ua for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2006 05:58:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FK72Z-00072M-Im for ged-emacs-devel@m.gmane.org; Thu, 16 Mar 2006 23:58:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FK72N-000728-P2 for emacs-devel@gnu.org; Thu, 16 Mar 2006 23:58:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FK72M-0006zx-9M for emacs-devel@gnu.org; Thu, 16 Mar 2006 23:58:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FK72M-0006ze-50 for emacs-devel@gnu.org; Thu, 16 Mar 2006 23:58:06 -0500 Original-Received: from [64.233.162.192] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FK779-0006BQ-NR for emacs-devel@gnu.org; Fri, 17 Mar 2006 00:03:03 -0500 Original-Received: by zproxy.gmail.com with SMTP id v1so561568nzb for ; Thu, 16 Mar 2006 20:58:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:to:subject:from:organization:cc:content-type:mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; b=spU7/m5v7JOURjKW9yAoG4M3+/Xy/Ksjkmrwi2np6rh4p6ifAY/lPneOzoZEmaQWL1E5obOvtHaQ62DAZjPbQMFSP07iyhTVfH3iKK3qTwesCUH7W1pKEweUa4fx30pkgloPQ6XvkKzr99RIF+AOz31efTErkvuovbRFacbpiUw= Original-Received: by 10.36.160.4 with SMTP id i4mr1500778nze; Thu, 16 Mar 2006 20:58:05 -0800 (PST) Original-Received: from williamxue ( [58.33.81.38]) by mx.gmail.com with ESMTP id 19sm717610nzp.2006.03.16.20.58.03; Thu, 16 Mar 2006 20:58:05 -0800 (PST) Original-To: "Herbert Euler" In-Reply-To: User-Agent: Opera Mail(BETA2)/9.00 (Win32) 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:51747 Archived-At: On Fri, 17 Mar 2006 10:38:39 +0800, Herbert Euler wrote: >> From: "William Xue" >> To: emacs-devel@gnu.org >> Subject: Set font dialog in windows >> Date: Fri, 17 Mar 2006 10:29:13 +0800 >> >> Hi, >> I find that the choosefont dialog displayed by "Set Font/Fontset..." >> item of Options menu in NTEmace only involved a subset of the system >> fonts. Is there any restriction to use other fonts that did not display >> in the dialog in NTEmacs? > > You could set the variable 'w32-list-proportional-fonts' with > (setq w32-list-proportional-fonts t). Thanks, Guanpeng! I take for that it should modify the code in w32fns.c. There are also some strange fonts such as 8512, 8612, fa12, fa16, fb12, fb16, and so on, which I never saw in other choosefont dialogs. > > Regards, > Guanpeng Xu > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel -- Sincerely yours, William