Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with zsh up-line-or-beginning-search and down-line-or-beginning-search functions
- X-seq: zsh-users 11789
- From: "Bryan Jacobs" <braujac@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Problem with zsh up-line-or-beginning-search and down-line-or-beginning-search functions
- Date: Tue, 21 Aug 2007 13:18:12 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=afUb7Jdj1wFse0wYleQ9WOLxMZAy2K+SshupN2Ol3NrOxTEaUzHWaYyUiA/TRwq+ofWAJuOnyoUE/EePB6GMEFlyNYViao6YQWZdS9HbCLnqt/AKkw1kUyagHdfV4WaJvOC81No7zLfnaAkNi94FFguGvYFqjY5DxQywQpUscYA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=MRKj0jKJjtCresHD0yGe8r/4enwXl6kY0LlwkHo1OxFa9L7rkll8AYQN8gMmauiBG9R/K6uyKT+RoFPeXTHo5kHbWm8s/eSaG7waZkfbndlg4iAd7WnYdYaJ7sk06Y5p6GkX8GiKwtESzGvvua+HqblJ12oD6rS081OFBzdaWWA=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: BryanRJ@xxxxxxxxx
- Sender: bryanrj@xxxxxxxxx
When the "unset" option is off, causing zsh to prompt whenever an unknown parameter would be expanded, trying to trigger these functions causes an error message stating that "__searching" is unset. Which it is.
Adding "emulate -L zsh; setopt unset" to the top of these two functions resolves the issue.
Bryan Jacobs
Messages sorted by:
Reverse Date,
Date,
Thread,
Author