* c# mode for emacs
@ 2006-09-06 12:40 rimfaxe
2006-09-06 12:52 ` David Kastrup
0 siblings, 1 reply; 6+ messages in thread
From: rimfaxe @ 2006-09-06 12:40 UTC (permalink / raw)
Hello
I am trying to make the csharp-mode.el from
http://davh.dk/script/
work with my GNU emacs 20.6.1 (quite OLD i know)
This is quite impossible. My last "new" mode was for ruby and it worked
like a charm.
The same module in version 1.0 is working fine but lots of bugs.
I start out with missing the c-paren-re macro
The hint at
http://www.emacswiki.org/cgi-bin/wiki?action=browse;diff=1;id=CSharpMode
did solve the problem, but gave me a new.
When doing M-x csharp-mode I now get :
Wrong type argument: listp, "gnu"
and I have absolutely no clue where it's from
I am not an elisp programmar so this may kill emacs for me.
If you think you may be able to help me I would be very happy.
I dont know if my emacs is too old or....
- Martin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: c# mode for emacs
2006-09-06 12:40 c# " rimfaxe
@ 2006-09-06 12:52 ` David Kastrup
2006-09-06 14:09 ` martin
2006-09-07 11:48 ` rimfaxe
0 siblings, 2 replies; 6+ messages in thread
From: David Kastrup @ 2006-09-06 12:52 UTC (permalink / raw)
"rimfaxe" <rimfaxe@gmail.com> writes:
> I am trying to make the csharp-mode.el from
> http://davh.dk/script/
> work with my GNU emacs 20.6.1 (quite OLD i know)
> This is quite impossible. My last "new" mode was for ruby and it worked
> like a charm.
> The same module in version 1.0 is working fine but lots of bugs.
>
> I start out with missing the c-paren-re macro
> The hint at
> http://www.emacswiki.org/cgi-bin/wiki?action=browse;diff=1;id=CSharpMode
> did solve the problem, but gave me a new.
> When doing M-x csharp-mode I now get :
> Wrong type argument: listp, "gnu"
> and I have absolutely no clue where it's from
> I am not an elisp programmar so this may kill emacs for me.
>
> If you think you may be able to help me I would be very happy.
> I dont know if my emacs is too old or....
It is.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: c# mode for emacs
2006-09-06 12:52 ` David Kastrup
@ 2006-09-06 14:09 ` martin
2006-09-06 16:08 ` Lennart Borgman
2006-09-07 11:48 ` rimfaxe
1 sibling, 1 reply; 6+ messages in thread
From: martin @ 2006-09-06 14:09 UTC (permalink / raw)
>>>>> David Kastrup <dak@gnu.org> writes:
> "rimfaxe" <rimfaxe@gmail.com> writes:
>> I am trying to make the csharp-mode.el from http://davh.dk/script/
>> work with my GNU emacs 20.6.1 (quite OLD i know) This is quite
>> impossible. My last "new" mode was for ruby and it worked like a
>> charm. The same module in version 1.0 is working fine but lots of
>> bugs.
>>
>> I start out with missing the c-paren-re macro The hint at
>> http://www.emacswiki.org/cgi-bin/wiki?action=browse;diff=1;id=CSharpMode
>> did solve the problem, but gave me a new. When doing M-x
>> csharp-mode I now get : Wrong type argument: listp, "gnu" and I
>> have absolutely no clue where it's from I am not an elisp
>> programmar so this may kill emacs for me.
>>
>> If you think you may be able to help me I would be very happy. I
>> dont know if my emacs is too old or....
>
> It is.
>
> -- David Kastrup, Kriemhildstr. 15, 44793 Bochum
>
Hi,
you can find newer versions of windows emacs on
http://sourceforge.net/projects/ntemacs
Martin
--
parozusa at web dot de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: c# mode for emacs
2006-09-06 14:09 ` martin
@ 2006-09-06 16:08 ` Lennart Borgman
0 siblings, 0 replies; 6+ messages in thread
From: Lennart Borgman @ 2006-09-06 16:08 UTC (permalink / raw)
Cc: help-gnu-emacs
martin wrote:
> >>>>> David Kastrup <dak@gnu.org> writes:
> > "rimfaxe" <rimfaxe@gmail.com> writes:
> >> I am trying to make the csharp-mode.el from http://davh.dk/script/
> >> work with my GNU emacs 20.6.1 (quite OLD i know) This is quite
> >> impossible. My last "new" mode was for ruby and it worked like a
> >> charm. The same module in version 1.0 is working fine but lots of
> >> bugs.
> >>
> >> I start out with missing the c-paren-re macro The hint at
> >> http://www.emacswiki.org/cgi-bin/wiki?action=browse;diff=1;id=CSharpMode
> >> did solve the problem, but gave me a new. When doing M-x
> >> csharp-mode I now get : Wrong type argument: listp, "gnu" and I
> >> have absolutely no clue where it's from I am not an elisp
> >> programmar so this may kill emacs for me.
> >>
> >> If you think you may be able to help me I would be very happy. I
> >> dont know if my emacs is too old or....
> >
> > It is.
> >
> > -- David Kastrup, Kriemhildstr. 15, 44793 Bochum
> >
>
> Hi,
>
> you can find newer versions of windows emacs on
> http://sourceforge.net/projects/ntemacs
>
> Martin
>
Probably the best place to look for Emacs on MS Windows is currently
http://www.emacswiki.org/cgi-bin/wiki/CategoryWThirtyTwo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: c# mode for emacs
2006-09-06 12:52 ` David Kastrup
2006-09-06 14:09 ` martin
@ 2006-09-07 11:48 ` rimfaxe
1 sibling, 0 replies; 6+ messages in thread
From: rimfaxe @ 2006-09-07 11:48 UTC (permalink / raw)
Thanks.
I tried to find a new emacs (using 21.3 now) and my problems went away!
(And my C# is up and running)
- Martin
David Kastrup wrote:
> "rimfaxe" <rimfaxe@gmail.com> writes:
>
> > I am trying to make the csharp-mode.el from
> > http://davh.dk/script/
> > work with my GNU emacs 20.6.1 (quite OLD i know)
> > This is quite impossible. My last "new" mode was for ruby and it worked
> > like a charm.
> > The same module in version 1.0 is working fine but lots of bugs.
> >
> > I start out with missing the c-paren-re macro
> > The hint at
> > http://www.emacswiki.org/cgi-bin/wiki?action=browse;diff=1;id=CSharpMode
> > did solve the problem, but gave me a new.
> > When doing M-x csharp-mode I now get :
> > Wrong type argument: listp, "gnu"
> > and I have absolutely no clue where it's from
> > I am not an elisp programmar so this may kill emacs for me.
> >
> > If you think you may be able to help me I would be very happy.
> > I dont know if my emacs is too old or....
>
> It is.
>
> --
> David Kastrup, Kriemhildstr. 15, 44793 Bochum
^ permalink raw reply [flat|nested] 6+ messages in thread
* c++ mode for emacs
@ 2007-01-22 21:25 Pedro Sa da Costa
0 siblings, 0 replies; 6+ messages in thread
From: Pedro Sa da Costa @ 2007-01-22 21:25 UTC (permalink / raw)
Hi,
Is there any emacs-mode to program C++, that offers the same features
has jdee for Java (Ex. autocomplete (C-c C-v .))?
Thanks,
Pedro
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-01-22 21:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-22 21:25 c++ mode for emacs Pedro Sa da Costa
-- strict thread matches above, loose matches on Subject: below --
2006-09-06 12:40 c# " rimfaxe
2006-09-06 12:52 ` David Kastrup
2006-09-06 14:09 ` martin
2006-09-06 16:08 ` Lennart Borgman
2006-09-07 11:48 ` rimfaxe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.