emacs-devel
[Top][All Lists]
Advanced

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

Re: Faces applies to new frames


From: Robert J. Chassell
Subject: Re: Faces applies to new frames
Date: Fri, 27 Jun 2008 10:48:19 +0000

    ... there is no `font' parameter in default-frame-alist ... 

That does not matter so long as the initialization file is called late.

The call

    emacs -q -l ~/.emacs-simple

fails because emacs/lisp/startup.el fails to process arguments on the
command line when they provided.

My ~/.emacs-simple invokes

    (setq initial-frame-alist
     '((font . "-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1")))

where
    xlsfonts -fn -Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1
tells us
    -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
    -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
    -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
    -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
    -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
    -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1

Today's GNU Emacs CVS, Fri, 2008 Jun 27  09:49 UTC
GNU Emacs 23.0.60.13 (i686-pc-linux-gnu, GTK+ Version 2.12.9)

(Incidently, lisp/startup.el says `process Emacs shell arguments' but
the only reference that I found in the Emacs manual for `Emacs shell'
was for an Emacs shell buffer.  However, the commentary for
lisp/startup.el says
  ;; This file parses the command line and gets Emacs running.
That sentence implies a non-Emacs shell that provides a command line.)

-- 
    Robert J. Chassell                          GnuPG Key ID: 004B4AC8
    address@hidden                         address@hidden
    http://www.rattlesnake.com                  http://www.teak.cc




reply via email to

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