emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: default default face


From: Chip Coldwell
Subject: Re: default default face
Date: Mon, 23 Jun 2008 17:19:36 -0400 (EDT)
User-agent: Alpine 1.10 (LFD 962 2008-03-14)

On Mon, 23 Jun 2008, Chong Yidong wrote:

> > Miles Bader <address@hidden> 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

You would also need to fix doc/emacs/cmdargs.texi, which contains

"The default font used by Emacs (under X) is:

@smallexample
-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1
@end smallexample"

Chip

-- 
Charles M. "Chip" Coldwell
Senior Software Engineer
Red Hat, Inc
978-392-2426

GPG ID:  852E052F
GPG FPR: 77E5 2B51 4907 F08A 7E92  DE80 AFA9 9A8F 852E 052F




reply via email to

[Prev in Thread] Current Thread [Next in Thread]