Re: c# editing



I use http://davh.dk/script/csharp-mode.el it isn't perfect, but it
works fairly well.

--Larry

On Wed, 2005-11-09 at 22:28 -0500, Nat Friedman wrote:
> (defun poor-mans-csharp-mode ()
>   (java-mode)
>   (setq mode-name "C#")
>   (set-variable 'tab-width 8)
>   (set-variable 'indent-tabs-mode t)
>   (set-variable 'c-basic-offset 8)
>   (c-set-offset 'inline-open 0)
>   (c-set-offset 'case-label 0)
> )
> 
> 
> On Wed, 2005-11-09 at 22:18 -0500, John Russell wrote:
> > Does anyone use emacs for C# hacking here?  Do you just use cc mode or
> > is there something better?  Thinking of diving in on f-spot.  Thanks.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]