From: Dan Nicolaescu <dann@ics.uci.edu>
To: emacs-devel@gnu.org
Subject: multi-tty suspend-hook
Date: Sun, 27 Jan 2008 09:55:27 -0800 [thread overview]
Message-ID: <200801271755.m0RHtZB0021811@sallyv1.ics.uci.edu> (raw)
emacs -q -nw -f server-start
use emacsclient to create an X11 frame. This runs
x-initialize-window-system which does
(add-hook 'suspend-hook 'x-win-suspend-error)
Quit the X11 frame and press C-z in the original tty frame. It thows an
error: "Suspending an Emacs running under X makes no sense"
Which makes no sense (:-), there's no X frame running at this time.
Adding a check in x-win-suspend-error to check if the frame is x fixes
this. But is this TRTD?
reply other threads:[~2008-01-27 17:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200801271755.m0RHtZB0021811@sallyv1.ics.uci.edu \
--to=dann@ics.uci.edu \
--cc=emacs-devel@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.