zsh-users
 help / color / mirror / code / Atom feed
* broken compctl zsh-2.6-beta13 -->  3.0pre2
@ 1996-07-17 18:52 Timothy J. Luoma
  1996-07-17 19:43 ` Mark Borges
  0 siblings, 1 reply; 2+ messages in thread
From: Timothy J. Luoma @ 1996-07-17 18:52 UTC (permalink / raw)
  To: zsh-users


This worked fine in 'zsh-2.6-beta13' and broke in '3.0-pre2'

compctl -K allapps  'S[-]' -- run runun keys dwrite nxkeys inxkeys  
startifneed

allapps ()
   {
   apppath=(`/usr/local/bin/gls /LocalApps /LocalApps/Admin  
/LocalApps/Games /LocalApps/Internet /LocalApps/Mail  
/LocalApps/Screen /LocalApps/Utilities /LocalApps/Monitors /NextApps  
/NextAdmin /NextDeveloper/Apps /NextDeveloper/Demos | sort -u |  
grep .app$ | sed 's/\.app$//'`)
   reply=$apppath;
   }


Anyone know why?

Also, starting in '3.0pre2' $ZSH_NAME  reports "zsh" which is truly  
unhelpful.

back to zsh-2.6-beta13 I go....

TjL



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: broken compctl zsh-2.6-beta13 -->  3.0pre2
  1996-07-17 18:52 broken compctl zsh-2.6-beta13 --> 3.0pre2 Timothy J. Luoma
@ 1996-07-17 19:43 ` Mark Borges
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Borges @ 1996-07-17 19:43 UTC (permalink / raw)
  To: luomat; +Cc: zsh-users

>> On Wed, 17 Jul 96 14:52:31 -0400,
>> Timothy J Luoma(TJL) wrote:

TJL> Also, starting in '3.0pre2' $ZSH_NAME reports "zsh" which is
TJL> truly unhelpful.

Why do you think it unhelpful? It gives the name by which zsh was
invoked (which affects its emulation):

  $ ln -s zsh-3.0-pre3 ksh
  $ ./ksh
  % echo $ZSH_NAME
  ksh
  %
  $ ln -s zsh-3.0-pre3 sh
  $ ./sh
  % echo $ZSH_NAME
  sh
  %
  $ ./zsh -f
  % echo $ZSH_NAME
  zsh
  %
  $
  
-- 
  -mb-



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-07-17 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-17 18:52 broken compctl zsh-2.6-beta13 --> 3.0pre2 Timothy J. Luoma
1996-07-17 19:43 ` Mark Borges

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).