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

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

Re: emacs settings priority


From: crstml
Subject: Re: emacs settings priority
Date: Mon, 8 Apr 2024 16:58:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.18.2

tpeplt wrote:
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.


Thank you for your help tpeplt.

Cristian




reply via email to

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