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: Re: default default face Date: Mon, 23 Jun 2008 13:23:41 -0400 Message-ID: <877icgjc9u.fsf@stupidchicken.com> References: <87ve00byh5.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 1214242129 27191 80.91.229.12 (23 Jun 2008 17:28:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Jun 2008 17:28:49 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 23 19:29:33 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 1KApr5-0002mM-A0 for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2008 19:29:27 +0200 Original-Received: from localhost ([127.0.0.1]:53946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KApqG-0002cE-2C for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2008 13:28:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KApqB-0002bz-F7 for emacs-devel@gnu.org; Mon, 23 Jun 2008 13:28:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KApqA-0002bk-11 for emacs-devel@gnu.org; Mon, 23 Jun 2008 13:28:31 -0400 Original-Received: from [199.232.76.173] (port=53380 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KApq9-0002bh-S4 for emacs-devel@gnu.org; Mon, 23 Jun 2008 13:28:29 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:34552) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KApq7-0001u9-HX; Mon, 23 Jun 2008 13:28:27 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 13D834E440; Mon, 23 Jun 2008 13:23:42 -0400 (EDT) In-Reply-To: <87ve00byh5.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 22 Jun 2008 23:51:18 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:99791 Archived-At: > Miles Bader writes: > >> Ok, now the `fixed' and `variable-pitch' faces look beautiful by >> default -- but what about the default `default' face? Currently it >> still seems to be the old ugly (and non-AA) courier face. >> >> It seems like it should be "Monospace" by default too, just like the >> `fixed' face. WDYT about making changing the defaults as follows: *** trunk/src/xrdb.c.~1.65.~ 2008-06-02 12:27:57.000000000 -0400 --- trunk/src/xrdb.c 2008-06-23 13:21:57.000000000 -0400 *************** *** 527,536 **** XrmDatabase db; char line[256]; ! char *helv = "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1"; #ifdef USE_MOTIF ! char *courier = "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1"; extern Lisp_Object Vdouble_click_time; #endif --- 527,536 ---- XrmDatabase db; char line[256]; ! char *helv = "Sans"; #ifdef USE_MOTIF ! char *courier = "Monospace"; extern Lisp_Object Vdouble_click_time; #endif