exits funnel escribe:
> I'm trying to add some code to my .emacs which will
> allow me to share the file across my windows and linux
> boxes.

(when (eq system-type 'windows-nt) (...))
(when (eq system-type 'gnu/linux) (...))

These snippets in my .emacs do the job lovely in both W2K and Linux.

Cordially, Ismael


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to