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

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