GNU bug report logs -
#21053
24.5; emacs "-nw" option crashes in zsh brad@pesquared.com
Previous Next
Reported by: Brad <brad <at> pesquared.com>
Date: Tue, 14 Jul 2015 00:41:02 UTC
Severity: normal
Tags: moreinfo, wontfix
Found in version 24.5
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 8 years and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.