From: Robert Marshall <spam@chezmarshall.freeserve.co.uk>
Subject: Re: how can tell emacs not to load desktop when invoked by mutt?
Date: Thu, 24 Apr 2003 12:41:06 +0100 [thread overview]
Message-ID: <ubryw3yy5.fsf@mail.chezmarshall.freeserve.co.uk> (raw)
In-Reply-To: 1o388b.r5.ln@acm.acm
On Thu, 24 Apr 2003, Alan Mackenzie wrote:
> David Kastrup <dak@gnu.org> wrote on 24 Apr 2003 03:45:44 +0200:
>> wang yin <wy@wangyin.com> writes:
>
>>> I set my mutt's editor variable to "emacs -nw" :) But I use the
>>> "desktop package". So every time I reply a mail, emacs will start
>>> over again and load ~/.emacs
>
>> You rather want to look up "emacsclient" in th Emacs manual.
>
> That's not to say that "emacs --no-desktop" wouldn't be a useful
> thing.
>
True, I have the following for when I want a fast start and I don't
care what I was looking at last session
;; some cheating here ....
(setq desktop-basefilename
(convert-standard-filename ".emacs.desktop"))
(if (and (file-exists-p (concat "~/" desktop-basefilename))
(yes-or-no-p "Load desktop? "))
(progn
(require 'desktop)
....
but that may be too much noise for some!
Robert
--
Poetry's not window cleaning.
It breaks the glass.
-- Chase Twichell
next prev parent reply other threads:[~2003-04-24 11:41 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-24 1:04 how can tell emacs not to load desktop when invoked by mutt? wang yin
2003-04-24 1:45 ` David Kastrup
2003-04-24 6:17 ` wang yin
2003-04-24 7:29 ` Alan Mackenzie
2003-04-24 11:41 ` Robert Marshall [this message]
2003-04-24 9:37 ` Ehud Karni
[not found] ` <mailman.5147.1051177074.21513.help-gnu-emacs@gnu.org>
2003-04-24 18:36 ` Jiri Pejchal
2003-04-24 22:09 ` Johan Bockgård
2003-04-25 4:46 ` wang yin
2003-04-26 17:07 ` Glenn Morris
2003-04-27 11:48 ` Kai Großjohann
2003-04-28 2:09 ` Michael Herman
[not found] ` <mailman.5267.1051495772.21513.help-gnu-emacs@gnu.org>
2003-04-28 6:07 ` Kai Großjohann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ubryw3yy5.fsf@mail.chezmarshall.freeserve.co.uk \
--to=spam@chezmarshall.freeserve.co.uk \
--cc=robert@chezmarshall.freeserve.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).