| t.link | Software | Links |
This package extends `find-file' with some special syntax of the form:
file*keyword1=arg1*keyword2=arg2 file*keyword1=arg1*keyword2:rest
A split char in the file name has to be escaped with a backslash.
At the moment the following keywords are defined (see `xff-commands'):
Installation: Put (require 'xff) (xff-install) into your init file (~/.xemacs/init.el or ~/.emacs.el).
The original syntax can still be enabled setting `xff-mode' to 'original, though it is not recommended to change this variable:
file?keyword1=arg1&keyword2=arg2&... file?keyword1=arg1&keyword2:rest
The REST argument may contain any characters, incl. '&'.
Examples:
(find-file "~/.bashrc?line=10") (find-file "~/.bashrc?char=10") (find-file "~/.bashrc?select=10-20") (find-file "~/.bashrc?find=TEXINPUTS")
or from the command line:
editclient.sh ~/.bashrc?find=TEXINPUTS
Basically the same as the original syntax, except that the split-string and the next-string are asterisks. An asterisk in the filename has to be escaped by prepending "\".
file*keyword1=arg1*keyword2=arg2 file*keyword1=arg1*keyword2:rest
Requirements: tellib
v 1.4: xff.el.gz
All elisp files on this site: tellib.tar.gz
1.41.31.21.1
| (c) 2003 Thomas Link (last updated Aug 30 2003) | home | top |