Moonfire Games

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: csharp-mode 0.07 and emacs 23.1.1 problem  (Read 1218 times)

o3o

  • 100 point character
  • **
  • Status: 2
  • Posts: 4
    • View Profile
csharp-mode 0.07 and emacs 23.1.1 problem
« on: November 08, 2009, 01:58:54 PM »
I've emacs 23.1.1 and cc-mode 5.31.7, when I try to open a *.cs file I got this message
Code: [Select]
Debugger entered--Lisp error: (error "`c-syntactic-ws-depth' got no (prior) value in csharp-mode (might be a cyclic reference)")
  signal(error ("`c-syntactic-ws-depth' got no (prior) value in csharp-mode (might be a cyclic reference)"))

Any suggestions?

Thanks
Logged

o3o

  • 100 point character
  • **
  • Status: 2
  • Posts: 4
    • View Profile
SOLVED: csharp-mode 0.07 and emacs 23.1.1 problem
« Reply #1 on: November 08, 2009, 03:20:53 PM »
dowload the last version of cc-mode
Code: [Select]
$ cd ~
$ cvs -z3 -d:pserver:anonymous@cc-mode.cvs.sourceforge.net:/cvsroot/cc-mode co cc-mode

then
Code: [Select]
$ cd cc-mode
$ make
$ su
...
# cp *.elc /usr/share/emacs/23.1/lisp/progmode

...et voila!
Logged
Pages: [1]   Go Up
« previous next »