[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Re: -q option in load script
- To: "Alastair Irving" <alastairirving19@xxxxxxxxxxx>
- Subject: Re: -q option in load script
- From: "Robert J. Chassell" <bob@xxxxxxxxxxx>
- Date: Fri, 10 Mar 2006 14:56:08 +0000 (UTC)
- Delivered-To: priestdo@xxxxxxxxxxx
- Delivered-To: emacspeak@xxxxxxxxxxx
- In-reply-to: <BAY112-DAV3A499CBF5F6CFF668D0EBDBEC0@xxxxxxxxxxx>(alastairirving19@xxxxxxxxxxx)
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Old-Return-Path: <bob@xxxxxxxxxxx>
- Reply-To: bob@xxxxxxxxxxx
- Resent-Date: Fri, 10 Mar 2006 09:56:13 -0500 (EST)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <MAe72.A.tSG.NOZEEB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
Whilst looking at the emacspeak script provided to launch
emacspeak 23, I noticed that emacs is invoked with the -q option.
In Raman's canonical /usr/bin/emacspeak script, it is not evoked like
that, but if that option is passed to his script, then a ~/.emacs file
is not loaded.
In my script, I evoke the file with a -q so I don't inadvertently load
my ~/.emacs file.
In
(introducing-emacspeak.info)Installation
I simply say
exec emacs -q \
-l /usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-setup.el \
$INITSTR $CL_ALL
That will load your ~/.emacs if you specify it.
But in my own /usr/local/bin/emacspeak-espeakf script, which is for a
blue background, I run the following, which has ten additional lines:
exec emacs -q \
-fn '-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1' \
-l /home/bob/.emacs_short \
-l /usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-setup.el \
-l /home/bob/.emacs-neutral-for-emacspeak \
-l /home/bob/.emacs-for-blue-emacspeak \
--eval "(desktop-save-mode 0)" \
--eval '(dtk-chunk-only-on-punctuations)' \
--eval "(dtk-set-punctuations 'some t)" \
--eval "(setq frame-title-format '(\"Emacspeak espeakf: %b\"))"\
--eval '(set-frame-name "Emacspeak espeakf")' \
--visit /home/bob/.emacs-for-blue-emacspeak \
$INITSTR $CL_ALL
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"
Emacspeak Files |
Subscribe |
Unsubscribe | Search