Posted by: Anonymous Coward
on April 10, 2007 11:12 PM
Muse is a wonderful tool for cataloging your information both inside and out of Emacs.
For instance, you can use the markup to include files etc. <include file="RubyResources.muse">
Muse can execute arbitrary emacs code when a page is entered: <lisp>(set-background-color "white")</lisp><nobr> <wbr></nobr>...or you can evaluate an emacs function, which works with TRAMP too:
(find-file "/root@example.com:~/syslog.txt")<nobr> <wbr></nobr>...plus you can use the start-process-shell-command to integrate with Nautilus etc.
These techniques allow you to organize all your project information across various technologies.
Muse as a way of life
Posted by: Anonymous Coward on April 10, 2007 11:12 PMFor instance, you can use the markup to include files etc. <include file="RubyResources.muse">
Muse can execute arbitrary emacs code when a page is entered: <lisp>(set-background-color "white")</lisp><nobr> <wbr></nobr>...or you can evaluate an emacs function, which works with TRAMP too:
(find-file "/root@example.com:~/syslog.txt")<nobr> <wbr></nobr>...plus you can use the start-process-shell-command to integrate with Nautilus etc.
These techniques allow you to organize all your project information across various technologies.
#