for Emacs... read http://www.go-mono.com:8080/
under: Mono HandBook->Installing Mono and Choosing the IDE and then under Modes go to http://davh.dk/script/ to download C-sharp (C#) mode for emacs. - Latest update 4. may 2003... and then create a subdir called emacs [EMAIL PROTECTED] >mkdir emacs copy there the file that you downloaded csharp-mode.el and then in your home directory open your .emacs and append at the end of that file: (add-to-list 'load-path (expand-file-name "~/emacs")) ;; To activate put this in your .emacs: (autoload 'csharp-mode "csharp-mode" "Major mode for editing C# code." t) (setq auto-mode-alist (cons '( "\\.cs\\'" . csharp-mode ) auto-mode-alist )) and thats pretty all. that works for me under cygwin-1.5.7- W2K and Mdk9.0-9.1 NOTE: this information came embeded in csharp-mode.el --- manuel kaderli <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Saturday 21 February 2004 04:21, Manish > Chakravarty wrote: > > For the docs you will have to consult the LDP .. i > guess.. the docs with > > emacs itself are good though > I guess you are right. But i have no idea how to use > this package whit emacs. > I have downloaded the CsMode4_21.zip. Now i have the > zbrad.emacs file and some .el/.elc files. But there > is no Readme, and i have > no Idea how to use this Plugin. > > I also was on > http://www.gnu.org/software/emacs/manual/html_chapter/emacs_33.html#SEC504 > but > it didn't help me. > > Is there someone who has this plugin for emacs up > and running, and could give > me some tips? > > > Regards > > Manish > > kind regards > manuel > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFAOlYvk3ycFnrKFaoRAg2SAJ4qfLr3XwC0KhmccWgbKtdGLzHnNgCff3rQ > h9RzlOcpxpVAUs2deb3fkzY= > =zuCV > -----END PGP SIGNATURE----- > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
