all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Kenichi Handa  <handa@m17n.org>
Cc: emacs-devel@gnu.org, Miles Bader <miles@gnu.org>
Subject: Re: default default face
Date: Mon, 23 Jun 2008 13:23:41 -0400	[thread overview]
Message-ID: <877icgjc9u.fsf@stupidchicken.com> (raw)
In-Reply-To: <87ve00byh5.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 22 Jun 2008 23:51:18 -0400")

> Miles Bader <miles.bader@necel.com> 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
  




  reply	other threads:[~2008-06-23 17:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-23  3:28 default default face Miles Bader
2008-06-23  3:51 ` Chong Yidong
2008-06-23 17:23   ` Chong Yidong [this message]
2008-06-23 18:32     ` Stefan Monnier
2008-06-23 21:19     ` Chip Coldwell
2008-06-24  2:24     ` Miles Bader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877icgjc9u.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=miles@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.