zsh-users
 help / color / mirror / code / Atom feed
* terminfo, cygwin troubles
@ 2003-01-15 19:33 Le Wang
  2003-01-16 14:27 ` Oliver Kiddle
  2003-01-16 14:40 ` Peter Stephenson
  0 siblings, 2 replies; 10+ messages in thread
From: Le Wang @ 2003-01-15 19:33 UTC (permalink / raw)
  To: Zsh users list

Hi all,

I'm having some trouble with the $TERMINFO variable. 
I've set the variable according to 'man terminfo'. 
But zsh doesn't seem to check my $TERMINFO for the
required descriptors.  Am I missing something?  I know
that it's set correctly since 'man' works correctly
when $TERMINFO is set, but fails when it's not set.

On another note, doing 'ls -F' is really slow on
cygwin.     The zsh completion mechanism seems to do
something very similar to this.  How can I just get
normal menu completion listings without helpful little
symbol suffixes?

On yet another separate note, I have completion set up
to complete file types for specific programs with
little primitive completion scripts like this one:

<file name="_mp3">
#compdef id3cp id3info mp3Reencode mp3Group


local expl
_description files expl 'mp3s'
_files "$expl[@]" -g '*.mp3'
</file>

However this narrows the list too much.  I need any
mp3s or directories, with the mp3s sorted first.  How
would I accomplish this?  (I think this should be
trivial, bit I've never been able to figure it out.)

Thanks in advance.

--
Le

______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca


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

end of thread, other threads:[~2003-01-20 15:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-15 19:33 terminfo, cygwin troubles Le Wang
2003-01-16 14:27 ` Oliver Kiddle
2003-01-19 23:28   ` Le Wang
2003-01-20 15:55     ` Oliver Kiddle
2003-01-16 14:40 ` Peter Stephenson
2003-01-16 16:22   ` Le Wang
2003-01-16 16:48     ` Le Wang
2003-01-16 16:48     ` Borzenkov Andrey
2003-01-16 17:14     ` Oliver Kiddle
2003-01-16 18:46       ` Le Wang

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