help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs settings priority


From: tpeplt
Subject: Re: emacs settings priority
Date: Sat, 06 Apr 2024 14:17:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

tpeplt <tpeplt@gmail.com> writes:

>
> 1. You can save some steps in your debugging process, above, by using
>    the Emacs options ‘-Q’ (or ‘--quick’) or ‘-q’ (or ‘--no-init-file’).
>    These options tell Emacs not to load your Emacs initialization file
>    (‘.emacs’).  (These options are described in the man page for Emacs.)
>
>    On my system, the ‘lucidasanstypewriter’ font is installed, but the
>    ‘10x20’ font is not.
>
>       $ emacs -fn lucidasanstypewriter-24 &
>
>    works as expected.

Correction: I left out the ‘-q’ option in the command, above.  It should
read:

   $ emacs -q -fn lucidasanstypewriter-24 &

to avoid loading the ‘.emacs’ file.

-- 
The lyf so short, the craft so long to lerne.
- Geoffrey Chaucer, The Parliament of Birds.



reply via email to

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