From: David Fiander <david@fiander.info>
To: 19453@debbugs.gnu.org
Subject: bug#19453: Bad interaction between daemon mode and desktop-save-mode
Date: Sat, 27 Dec 2014 08:25:13 -0500 [thread overview]
Message-ID: <549EB339.3020902@fiander.info> (raw)
This seems to be related to bugs 17957, 17963, and 7352.
In a terminal window, run
$ emacs -Q -daemon
then run
$ emacsclient -n -c
In the new emacs window, execute
(desktop-save-mode 1)
(kill-emacs)
and answer 'y' when asked if you want to save the desktop.
Back in the terminal, run
$ emacs
(note that the daemon is already dead). Emacs will create a new
graphical frame. This frame may display the warning
Error (frameset): Font `tty' is not defined
And, according to the modeline, it will claim to be an emailclient
frame, even though it's not. The problem is that the desktop save file
saved the setting
(client . nowait)
In general, I think that the problem is that certain parts of the emacs
state are being saved (or restored, depending on your point of view) in
the desktop file that shouldn't necessarily be, since they're tied to
the method of invocation more than to the user's specific preferences.
- David
next reply other threads:[~2014-12-27 13:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-27 13:25 David Fiander [this message]
2014-12-27 14:00 ` bug#19453: Possible fix David Fiander
2014-12-27 14:02 ` bug#19453: Bad interaction between daemon mode and desktop-save-mode Ivan Shmakov
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=549EB339.3020902@fiander.info \
--to=david@fiander.info \
--cc=19453@debbugs.gnu.org \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).