On Jun 15, 2006, at 12:48 PM, Samuel Kleiner wrote: > Hi- Pre3 seems a lot better than the previous versions, and I am > seriously considering switching, if only because of the easier > truetype support- however, I can't get my C#-mode working in 9.0 > pre3, yet it works in darwinports Carbon-Emacs. > > From http://davh.dk/script/ > > Error message is: > File mode specification error: (error "Buffer Filename.cs is not a CC > Mode buffer (c-set-style)")
There are three possible sources of the difference you see: 1) cc-mode in emacs-unicode-2 branch has not been updated to same code that is in trunk yet. 2) I have some modifications in Emacs.app cc-mode for improved handling Objective-C. I don't see how these could effect C#, but could be there is a bug somewhere. 3) Some of your own customization and/or site-lisp is loaded differently in Emacs.app vs. Carbon Emacs. To check this, try running both with the '-Q' (capital Q) option, and explicitly loading just the dependencies you need for C# mode. _______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
