bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11102: 24.0.94; C-x C-c from a client frame sometimes kills the whol


From: Juanma Barranquero
Subject: bug#11102: 24.0.94; C-x C-c from a client frame sometimes kills the whole Emacs process
Date: Sat, 14 Apr 2012 01:49:35 +0200

On Fri, Apr 13, 2012 at 17:46, Eli Zaretskii <eliz@gnu.org> wrote:

>  /* --no-wait implies --current-frame on ttys when there are file
>     arguments or expressions given.  */
>  if (nowait && tty && argc - optind > 0)
>    current_frame = 1;

OTOH, this explicitly refers to ttys. What does

  emacs -Q -f server-start
  emacsclient -c -n somefile

do in a GUI emacs on GNU/Linux? Does it create a new frame or not?
(I'm assuming "emacsclient -c -n" without a file arg creates one.)

    Juanma





reply via email to

[Prev in Thread] Current Thread [Next in Thread]