Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: case-insensitive filename completion?
- X-seq: zsh-users 2968
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: John S Cooper <John.Cooper@xxxxxxxxxxxxx>
- Subject: Re: case-insensitive filename completion?
- Date: Thu, 16 Mar 2000 17:34:24 +0000
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <uvh2mdf4m.fsf@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <u7lf3dk2t.fsf@xxxxxxxxxxxxxxxxxx> <1000316154932.ZM24583@xxxxxxxxxxxxxxxxxxxxxxx> <uvh2mdf4m.fsf@xxxxxxxxxxxxxxxxxx>
On Mar 16, 5:00pm, John S Cooper wrote:
} Subject: Re: case-insensitive filename completion?
}
} 1) My `setopt autolist' behavior seems to no longer work
unsetopt list_ambiguous
} 2) If my cursor is at the bottom of my xterm window, filename completion
} scrolls the "current line" upwards in order to list completions below.
unsetopt always_last_prompt
Both of these result from a change to make the default option settings in
3.1.2+ display more of the fancy features of zsh. The 3.0.x and earlier
ethic had been to leave most of the fancy stuff turned off until the user
discovered it. It was decided that most people NEVER discovered it, so
it would be better start out with it and make people turn it off.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author