Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How to specify characters to escape with _files
- X-seq: zsh-users 11076
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: "zsh-users@xxxxxxxxxx" <zsh-users@xxxxxxxxxx>
- Subject: How to specify characters to escape with _files
- Date: Mon, 11 Dec 2006 02:12:30 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=MapZSo5PYMVLapYmt+t0VpM7Rj8BtEga2pN4AqJ8o8O3DZgwvQtCR5jJHkikzPbn9JB+dSmk+a1Ojr82Z0ZDfflH1v/7TXcmZYG4SZfOkam9PEfLcXmlLqWAoGD2cy1j6Ffy/yQlixPNnse5s5mHiwJVzrXkWaSzSFUyeM5XXWo=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: nikolai.weibull@xxxxxxxxx
Mkisofs(1) allows you to specify what is called "graft points" that
say how a file in the image filesystem should map to files on the
source filesystem. The syntax is <image-file>=<source-file>. To
allow EQUALS SIGNs in the filenames, the EQUALS SIGN can be escaped by
a REVERSE SOLIDUS (a backslash, that is). Backslashes are already
handled by the completion system, but how do I tell it to also escape
any EQUALS SIGNs in the possible completions?
Thanks!
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author