From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19039 invoked from network); 19 Mar 1997 18:31:43 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 19 Mar 1997 18:31:43 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id MAA15505; Wed, 19 Mar 1997 12:58:46 -0500 (EST) Resent-Date: Wed, 19 Mar 1997 12:58:46 -0500 (EST) Date: Wed, 19 Mar 1997 18:01:24 GMT From: Zefram Message-Id: <22103.199703191801@stone.dcs.warwick.ac.uk> Subject: NOTIFY and ksh X-Patch: 209 Resent-Message-ID: <"ivai2.0.7o3.Kb2Cp"@euclid> To: zsh-workers@math.gatech.edu Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3003 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -----BEGIN PGP SIGNED MESSAGE----- This patch changes the NOTIFY option to be unset by default in emulation modes. (ksh has it off by default.) -zefram *** Src/options.c 1997/03/17 14:23:41 1.6 --- Src/options.c 1997/03/19 00:22:46 *************** *** 136,142 **** {NULL, "monitor", OPT_SPECIAL, MONITOR}, {NULL, "multios", OPT_EMULATE|OPT_ZSH, MULTIOS}, {NULL, "nomatch", OPT_EMULATE|OPT_NONBOURNE, NOMATCH}, ! {NULL, "notify", OPT_ALL, NOTIFY}, {NULL, "nullglob", OPT_EMULATE, NULLGLOB}, {NULL, "numericglobsort", 0, NUMERICGLOBSORT}, {NULL, "overstrike", 0, OVERSTRIKE}, --- 136,142 ---- {NULL, "monitor", OPT_SPECIAL, MONITOR}, {NULL, "multios", OPT_EMULATE|OPT_ZSH, MULTIOS}, {NULL, "nomatch", OPT_EMULATE|OPT_NONBOURNE, NOMATCH}, ! {NULL, "notify", OPT_ZSH, NOTIFY}, {NULL, "nullglob", OPT_EMULATE, NULLGLOB}, {NULL, "numericglobsort", 0, NUMERICGLOBSORT}, {NULL, "overstrike", 0, OVERSTRIKE}, -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: ascii iQCVAwUBMy8053D/+HJTpU/hAQEChQP8CHNTYjKZj1VGajHaPKGhxZRbsaMqsbQg wXNMf1bPm4uAa//i5CgFyv4I1Lo4gcIOeOEipMrL2SDYSRjImLTYnDZsNH4XOg3w TjT43WBQ+j/yYlxAMsneTd4PCKbO8gSeWq7vCqSIXEHke7rckRqygxnEtiPAqKrg MkkC8EFtbKY= =PJpC -----END PGP SIGNATURE-----