From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with ESMTP id HAA16943 for ; Mon, 25 Dec 1995 07:27:57 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id PAA05906; Sun, 24 Dec 1995 15:08:08 -0500 (EST) Resent-Date: Sun, 24 Dec 1995 15:08:08 -0500 (EST) From: Snow Cat Message-Id: <199512242000.MAA16343@ariel.disney.org> Subject: zsh 2.6beta13 aliases quark To: zsh-workers@math.gatech.edu, zsh@math.gatech.edu Date: Sun, 24 Dec 1995 12:00:09 -0800 (PST) X-Mailer: ELM [version 2.4 PL24 PGP2] Mime-Version: 1.0 Content-Type: application/X-pgp-message Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Qk50Y.0.9S1.dCRtm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/698 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -----BEGIN PGP SIGNED MESSAGE----- Hi, After processing the following alias file, some of 1-letter aliases become global. That is, "ls e" prints: emacs: no such file or directory. But "echo e" just prints e. Note that both "ls" and "e" are aliased Could you look into it? This is happening under NeXTStep 3.3 and I've seen it *sometimes* under Linux, where restarting zsh temporarily clears the problem. Thanks, alias d=date alias h=history alias j=jobs alias ls="ls -aFC $LS_OPTIONS" alias e=emacs alias rd=rmdir alias md=mkdir alias dir='ls -alF $LS_OPTIONS' alias ll='ls -al' alias del=rm alias junk='rm -fi *~ .*~ .letter .article \#* \%* dead.* core *.bak *.BAK' alias rjunk='rm -fi **/{*~,.*~,.letter,.article,\#*,\%*,dead.*,core,*.BAK,*.bak}' alias killmail='cat /dev/null>/var/spool/mail/$USERNAME; chmod 0600 /var/spool/mail/$USERNAME' alias z=suspend alias su='/bin/su' setenv() { case $# { 0|1) export $* ;; 2) export $1=$2 ;; *) echo zsh: syntax not supported 1>&2 ;; } } alias rm='/bin/rm -i' alias cp='/bin/cp -i' alias mv='/bin/mv -i' return 0 - -- Snow ^oo^ Cat _ -> <- aka Oleg Kibirev ___(_) _ _)_ / _) finger oleg@gd.cs.CSUFresno.EDU for PGP public key \_.-._ |___/ Purr! -----BEGIN PGP SIGNATURE----- Version: 2.6.2* iQCVAgUBMN2xRyorW+pyrpD9AQFTGwP9EcnzR73dC7VYJA4Jk55kPwAcme6pTgCG yQd4o04HqLbH7Lm20PCIYvGaUJwYzK682tbYrFVBNs3p+BDnRZf/5hkAQcdOOFW+ LWuUV3NalNlR0FQQiPN+3z2cqi5J9dlETEK9TLUm7Qfko38ZZw9tLdAonCfZEAge VLKVbWCiMeM= =HThS -----END PGP SIGNATURE-----