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

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

bug#21053: 24.5; emacs "-nw" option crashes in zsh address@hidden


From: Tassilo Horn
Subject: bug#21053: 24.5; emacs "-nw" option crashes in zsh address@hidden
Date: Tue, 14 Jul 2015 12:46:51 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Hi Brad,

I just installed oh-my-zsh but can't reproduce a crash with the emacs
plugin.  What the plugin does is defining an emacs alias which actually
calls emacsclient.  Concretely, "emacs args" will call

  emacsclient --alternate-editor "" --create-frame --no-wait args

or

  emacsclient --alternate-editor "" --no-wait args

With the plugin enabled, I get the following

  $ emacs
  emacsclient: file name or argument required
  Try `emacsclient --help' for more information

  $ emacs -nw
  emacsclient: file name or argument required
  Try `emacsclient --help' for more information

  $ emacs file
  # file is opened in existing X frame

  $ emacs -nw file
  # file is opened in existing X frame, the -nw option seems to be
  # ignored

That the -nw flag is ignored and it doesn't work with no file given can
be considered bugs of that plugin in their own respect, but at least
that doesn't crash emacs.  But I'm using a current emacs git checkout
rather than 24.5, so could you please test if the two emacsclient
commands above crash your emacs version?

Bye,
Tassilo





reply via email to

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