From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id XAA18936 for ; Wed, 9 Oct 1996 23:42:48 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id JAA14200; Wed, 9 Oct 1996 09:22:22 -0400 (EDT) Resent-Date: Wed, 9 Oct 1996 09:22:22 -0400 (EDT) Message-Id: <199610091322.JAA14180@euclid.skiles.gatech.edu> Date: Wed, 9 Oct 1996 14:21:48 +0100 From: Chris Moore To: Hrvoje Niksic Cc: zsh-workers@math.gatech.edu Subject: the info file doesn't tells lies - but... In-Reply-To: References: <199610091118.HAA12317@euclid.skiles.gatech.edu> Resent-Message-ID: <"4Jr1Q2.0.oT3.DSwMo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2210 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >>>>> "Hrvoje" == Hrvoje Niksic 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.