Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
the info file doesn't tells lies - but...
- X-seq: zsh-workers 2210
- From: Chris Moore <chris@xxxxxxxxxxxx>
- To: Hrvoje Niksic <hniksic@xxxxxxx>
- Subject: the info file doesn't tells lies - but...
- Date: Wed, 9 Oct 1996 14:21:48 +0100
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <kigpw2s2v0r.fsf@xxxxxxxxxxxxx>
- References: <199610091118.HAA12317@xxxxxxxxxxxxxxxxxxxxxxxx> <kigpw2s2v0r.fsf@xxxxxxxxxxxxx>
>>>>> "Hrvoje" == Hrvoje Niksic <hniksic@xxxxxxx> writes:
Hrvoje> It's not lies, it's a typo. It should have said:
Hrvoje> ...so `setopt No_Beep' is equivalent to `unsetopt beep'.
OK. I'll let you off that one...
Next:
Hrvoje> * Q: What is an experienced Emacs user?
Hrvoje> * A: A person who wishes that the terminal had pedals.
Aha - an emacs user... :)
Running zsh in a GNU Emacs 19.34 *shell* buffer, if I say 'no' to
spelling correction after switching off option zle, the shell crashes:
--------cut-here--------8<--------cut-here--------8<--------cut-here--------
cronus% setopt correct
cronus% figner
zsh: correct 'figner' to 'finger' [nyae]? ^Gn
zsh: command not found: figner
cronus% unsetopt zle
cronus% setopt
setopt
correct
interactive
monitor
shinstdin
cronus% figner
zsh: correct 'figner' to 'finger' [nyae]? ^Gn
zsh: command not found: figner
cronus% cronus%
Process shell exited abnormally with code 1
--------cut-here--------8<--------cut-here--------8<--------cut-here--------
It's OK in an xterm, & it's OK in Emacs if I have zle on...
What do you make of that?
(I'm running the shell by (setq explicit-shell-file-name
"/home/chris/bin/zsh") in my .emacs, then doing "M-x shell RET")
Chris.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author