Re: c# editing
- From: Nat Friedman <nat novell com>
- To: John Russell <jjrussell gmail com>
- Cc: f-spot-list gnome org
- Subject: Re: c# editing
- Date: Wed, 09 Nov 2005 22:28:11 -0500
(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.
> _______________________________________________
> F-spot-list mailing list
> F-spot-list gnome org
> http://mail.gnome.org/mailman/listinfo/f-spot-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]