unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 1836@emacsbugs.donarmstrong.com
Subject: bug#1836: emacs -Q -fn "nonexistent" hangs
Date: Sat, 10 Jan 2009 11:53:56 +0800	[thread overview]
Message-ID: <49681BD4.8090307@gnu.org> (raw)
In-Reply-To: <f7ccd24b0901091926t6f4ced23s3caa5e6ab7d5a383@mail.gmail.com>

The following change seems to fix the problem for me, but I haven't 
tested daemon mode, since I don't know the circumstances in which there 
was a problem in that case (surely a non-existent font should still 
cause an error in daemon mode, since it will prevent frames from being 
created later).


*** keyboard.c.~1.988.~    2009-01-10 00:01:32.703125000 +0800
--- keyboard.c    2009-01-10 11:50:39.984375000 +0800
***************
*** 1265,1282 ****
    /* If the window system or terminal frame hasn't been initialized
       yet, or we're not interactive, write the message to stderr and 
exit.  */
    else if (!sf->glyphs_initialized_p
!        /* We used to check if "This is the case of the frame dumped with
!               Emacs, when we're running under a window system" with
!             || (!NILP (Vwindow_system) && !inhibit_window_system
!                 && FRAME_TERMCAP_P (sf))
!           then the multi-tty code generalized this check to
!             || FRAME_INITIAL_P (sf)
!           but this leads to undesirable behavior in daemon mode where
!           we don't want to exit just because we got an error without
!           having a frame (bug#1310).
!           So I just removed the check, and rely instead on the `message_*'
!           functions properly using FRAME_INITIAL_P.  In the worst case
!           this should just make Emacs not exit when it should.  */
         || noninteractive)
      {
        print_error_message (data, Qexternal_debugging_output,
--- 1265,1271 ----
    /* If the window system or terminal frame hasn't been initialized
       yet, or we're not interactive, write the message to stderr and 
exit.  */
    else if (!sf->glyphs_initialized_p
!        || (!IS_DAEMON && FRAME_INITIAL_P (sf))
         || noninteractive)
      {
        print_error_message (data, Qexternal_debugging_output,







  reply	other threads:[~2009-01-10  3:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4969F46E.7040401@gnu.org>
2009-01-10  2:42 ` bug#1836: emacs -Q -fn "nonexistent" hangs Juanma Barranquero
2009-01-10  3:19   ` Jason Rumney
2009-01-10  3:26     ` Juanma Barranquero
2009-01-10  3:53       ` Jason Rumney [this message]
2009-01-10  4:03         ` Juanma Barranquero
2009-01-10  4:26           ` Jason Rumney
2009-01-10 23:13             ` Stefan Monnier
2009-01-11 13:40   ` bug#1836: marked as done (emacs -Q -fn "nonexistent" hangs) Emacs bug Tracking System

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=49681BD4.8090307@gnu.org \
    --to=jasonr@gnu.org \
    --cc=1836@emacsbugs.donarmstrong.com \
    --cc=lekktu@gmail.com \
    /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).