zsh-workers
 help / color / mirror / code / Atom feed
* wish list for zsh
@ 1996-06-04 20:46 Francois-Rene Rideau
  0 siblings, 0 replies; only message in thread
From: Francois-Rene Rideau @ 1996-06-04 20:46 UTC (permalink / raw)
  To: ZSH workers

Dear ZSH workers,

   Here is a wish list for an even better zsh (my, is it possible?):

* There are still programs that won't work if $SHELL == zsh
 when spawning system commands.
 ncftp and kermit now work fine;
 I don't know if less will work now (didn't as of 2.6beta9),
 for I compiled it so it would use of /bin/sh instead of $SHELL.
 elm still doesn't work.
 I hate it to have a shell function include SHELL=/bin/sh
 before to launch applications;
 I hate it even more when I have to write an external script for that,
 because the application must be launched from an intermediate application
 as a standalone command name.

* to solve much of the problems, shouldn't -c imply -f ?

* I don't know if it's a feature or a bug, but
	mycommand =(foo)
 won't work as expected if mycommand was defined as
	mycommand () {
	   command1
	   command2 $@
	   command3
	}
 because the temporary file will get deleted after command1.
 Shouldn't the temporary file be deleted only afterwards ?

* It would be nice if zsh had a function to return a temporary file name
 for use in scripts.
 
* The ability to *dynamically* tie an array to a colon-separated list,
 like you did for $path et al, would be good.
 For instance, I have INFOPATH, LD_LIBRARY_PATH,
 and CLEANPATH variables, and some other programs I will install
 might have their own such variables.

NB: I'm not subscribed to the list, but would appreciate a personal
 answer about your implementing or not those features.
 Anyway, thanks for this wonderful shell!
 
--    ,                                         ,           _ v    ~  ^  --
-- Fare -- rideau@clipper.ens.fr -- Francois-Rene Rideau -- +)ang-Vu Ban --
--                                      '                   / .          --
Join the TUNES project for a computing system based on computing freedom !
                 TUNES is a Useful, Not Expedient System
WWW page at URL: "http://www.eleves.ens.fr:8080/home/rideau/Tunes/"



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-06-04 22:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-06-04 20:46 wish list for zsh Francois-Rene Rideau

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).