(xemacs.info)RegFiles
10.6 Keeping File Names in Registers
====================================
If you visit certain file names frequently, you can visit them more
conveniently if you put their names in registers. Here's the Lisp code
used to put a file name in a register:
(set-register ?R '(file . NAME))
For example,
(set-register ?z '(file . "/usr/src/xemacs/src/ChangeLog"))
puts the file name shown in register `z'.
To visit the file whose name is in register R, type `C-x r j R'.
(This is the same command used to jump to a position or restore a frame
configuration.)
automatically generated by info2www version 1.2.2.9