Homepage Project

Updating to v1.6

The layout of filesets-data has changed. Please delete your cache file and edit your startup file as shown below:

filesets-data
Edit all :pattern filesets in your startup file and transform all entries as shown in this example:
       	("Test" (:pattern "~/dir/^pattern$"))
    	--> ("Test" (:pattern "~/dir/" "^pattern$"))
filesets-data
Change all occurances of ":document" to ":ingroup":
          ("Test" (:document "~/dir/file"))
          --> ("Test" (:ingroup "~/dir/file"))
filesets-subdocument-patterns
If you already modified the variable previously called filesets-subdocument-patterns, change its name to filesets-ingroup-patterns.
filesets-menu-cache-contents
If you already modified this variable, change the entry filesets-subdocument--cache to filesets-ingroup-cache.

Type M-x filesets-update-cleanup and restart Emacs.

back


(c) 2003 Thomas Link (last updated Mar 20 2003) home top