Re: JDE 2.3.4beta3: strange overlining

2004-05-11 Thread Jason Rumney
Eric M. Ludlam [EMAIL PROTECTED] writes: I'm getting the weird effect shown in the attached GIF using JDE 2.3.4beta3 and cedet1.0beta2 on Emacs 21.3. All non-public methods are 'overlined', which is really not pleasant. I guess it's some kind of highlighting of non-public methods that has gone

Cannot open load file, semantic loaddefs

2004-05-11 Thread exits funnel
Hello, I'm pretty new to Emacs and just tried to install JDE but I've run into what is probably a simple problem. I downloaded all the dependencies and added the following to my .emacs file: ;; JDE Stuff (add-to-list 'load-path (expand-file-name ~/jdestuff/jde/jde-2.3.3/lisp)) (add-to-list

Re: Cannot open load file, semantic loaddefs

2004-05-11 Thread Suraj Acharya
As explained in the cedet INSTALL file you need to say (load-file (expand-file-name ~/jdestuff/cedet/cedet-1.0beta2a/common/cedet.el)) before the (require 'jde) line. This will automatically add all the directories that cedet uses to the load-path and load semantic and other libraries that JDE

JDE 2.3.4beta3: strange overlining

2004-05-11 Thread Petter Måhlén
Hi, I'm getting the weird effect shown in the attached GIF using JDE 2.3.4beta3 and cedet1.0beta2 on Emacs 21.3. All non-public methods are 'overlined', which is really not pleasant. I guess it's some kind of highlighting of non-public methods that has gone wrong - does anybody know of a

Re: JDE 2.3.4beta3: strange overlining

2004-05-11 Thread Suraj Acharya
You have the semantic show-tag-boundaries minor mode enabled, I think setting 'semantic-load-turn-useful-things-on to t will do that. To turn it off say M-x semantic-show-tag-boundaries-mode Suraj On Tue, 11 May 2004 13:15:41 +0200, Petter Måhlén [EMAIL PROTECTED] wrote: Hi, I'm getting

RE: JDE 2.3.4beta3: strange overlining

2004-05-11 Thread Thomas Haselberger
-Original Message- From: Petter Måhlén [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 13:16 To: [EMAIL PROTECTED] Subject: JDE 2.3.4beta3: strange overlining Hi, I'm getting the weird effect shown in the attached GIF using JDE 2.3.4beta3 and cedet1.0beta2 on Emacs

RE: JDE 2.3.4beta3: strange overlining

2004-05-11 Thread Nascif Abousalh-Neto
Hi Petter, This is a behavior in the Senator package that seems to be enabled by default in the new CEDET. On the Emacs menu, select Senator and then Modes. You will see that *all* of them are enabled. Disable Show Tag Boundaries and Highlight Tags by Attribute. I disabled everything

[jde] RE: JDE 2.3.4beta3: strange overlining

2004-05-11 Thread Raul Acevedo
Thomas Haselberger wrote: I'm getting the weird effect shown in the attached GIF using JDE 2.3.4beta3 and cedet1.0beta2 on Emacs 21.3. All non-public methods are 'overlined', which is really not pleasant. I guess it's some kind of highlighting of non-public methods that has gone wrong

Re[1]: JDE 2.3.4beta3: strange overlining

2004-05-11 Thread Eric M. Ludlam
=?iso-8859-1?Q?Petter_M=E5hl=E9n?= [EMAIL PROTECTED] seems to think that: Hi, I'm getting the weird effect shown in the attached GIF using JDE 2.3.4beta3 and cedet1.0beta2 on Emacs 21.3. All non-public methods are 'overlined', which is really not pleasant. I guess it's some kind of highlighting