Now that Muse doesn't have to rely on project definitions to figure out if a particular file is a Muse file or not, I had an idea about how one could store Muse settings.
The idea is, that when you open a file in muse-mode, and it doesn't belong to a project currently in muse-project-alist, Muse would look for a .el file (muse-config.el or something like that) in the same directory as the .muse file, then in the parent directory of that directory, and so on. Thus, you would only need to make an autoload for muse-mode, and add .muse to auto-mode-alist. The rest of the settings you could keep per-project, nicely version controlled together with the .muse files. It would also be nice if the directory of the .muse file was available as a variable in the Muse config file. That way, you wouldn't have to change the project definition even if you were to move the project directory. _______________________________________________ emacs-wiki-discuss mailing list emacs-wiki-discuss@nongnu.org http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss