"Rodrigo Poblanno Balp" <[EMAIL PROTECTED]> writes: > Where should I copy my new .el files if I'm using Linux? The Readme.txt > that's included in the CMode3.zip only has instructions > for the Windows OS, cause in Linux there's no C:\Emacs
Somewhere in your `load-path', I would have said :) Personally I set aside a ~/elisp/ directory for misc *.el files, and reference it with (add-to-list 'load-path "~/elisp") in ~/.emacs. You might also want to byte-compile the files for speed of loading. HTH, ~Tim -- OpenLink Software Tel: +44 (0) 20 8681 7701 Web: <http://www.openlinksw.com> Universal Data Access & Data Integration Technology Providers _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
