Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: do not interpret special characters
- X-seq: zsh-users 12678
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: do not interpret special characters
- Date: Thu, 06 Mar 2008 09:13:09 -0800
- In-reply-to: <20080306145201.0235d344@news01>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080303084847.GA25626@xxxxxxxxxxxx> <20080306145201.0235d344@news01>
On Mar 6, 2:52pm, Peter Stephenson wrote:
} Subject: Re: do not interpret special characters
}
} On Mon, 3 Mar 2008 09:48:47 +0100
} Eric Smith <Eric.Smith@xxxxxxxxxxxx> wrote:
} > How do I temporarily set zsh not to interpret and ~ < characters
} > on the command line but to pass them directly to my script?
} > (for now I - tediously - use backslash)
}
} You can alter the line in accept-line,
Another possibility is to play around with something similar to the
url-quote-magic widget that's included in the zsh distribution,
which replaces self-insert with a new widget that quotes various
characters based on context.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author