Nicolas BONARDELLE | 3 Jun 2007 23:26
Picon

Autocompletion tooltip doesn't stay

Hi list,

I'm new to Emacs but I finally get the v22 working and almost configured, using the package "emacs-snapshot" from the kubuntu universe repository.
I've ecb installed and I'm using cedet and semantic on Python source files.
I'm also using flymake with the Python stuff from this page : http://www.emacswiki.org/cgi-bin/wiki/PythonMode.

Simple code I'm using to test auto-completion :

 |    def getName( self ):
 |             return self.<point is here>

  • When i type M-x semantic-analyze-possible-completion , the list of possible completions correctly shows up in a new buffer.
  • But when I type M-x semantic-complete-analyze-inline from the same position, the tooltip with the completions appears, but disappears instantly.

I saw in another post that it could be a conflict with rdict, but (verbatim : "rdictt"), but I don't know how to solve the problem if it's the case.
I already tried to disable flymake, it doesn't solve the problem.

I've attached my configurations files to this message.

Nicolas
Attachment (.emacs): application/octet-stream, 552 bytes
Attachment (.emacs.desktop): application/octet-stream, 868 bytes
Attachment (site-start.el): application/octet-stream, 1312 bytes
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
cedet-semantic mailing list
cedet-semantic <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cedet-semantic
John Cooper | 4 Jun 2007 15:46

No support found to parse buffer?

Hi,

I use the JDEE and recently upgraded to Emacs 22.1 (for Windows) and cedet-1.0pre3. In my .emacs I have associated .aspx files with jde-mode, and now get the following error when visiting these files:

      idle error: "#<buffer semantic.el> - No support found to parse buffer \"appembed.aspx\"" [2 times]

I only get the error with .aspx files theres no problem with .cs files. Is there some way to tell semantic to not attempt to parse .aspx files?  Should I not be attempting to use jde-mode for these files?

Thanks,

    --- John

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
cedet-semantic mailing list
cedet-semantic <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cedet-semantic
Eric M. Ludlam | 5 Jun 2007 02:46
Gravatar

Re: No support found to parse buffer?

Hi,

The idle error suggests that the file semantic.el is having problems
parsing, not your .aspx file.  Why that would be related... I'm not to
sure.  Look into semantic.el to see what mode it's in, or if you did
something funny to it.

Good Luck
Eric

>>> "John Cooper" <john.cooper <at> eu.citrix.com> seems to think that:
>Hi,
>
>I use the JDEE and recently upgraded to Emacs 22.1 (for Windows) and
>cedet-1.0pre3. In my .emacs I have associated .aspx files with jde-mode,
>and now get the following error when visiting these files:
>
>		idle error: "#<buffer semantic.el> - No support found to
>parse buffer \"appembed.aspx\"" [2 times]
>
>I only get the error with .aspx files - there's no problem with .cs
>files. Is there some way to tell semantic to not attempt to parse .aspx
>files?  Should I not be attempting to use jde-mode for these files?
>
>Thanks,
>
>    --- John

--

-- 
          Eric Ludlam:                 zappo <at> gnu.org, eric <at> siege-engine.com
   Home: http://www.ludlam.net            Siege: www.siege-engine.com
Emacs: http://cedet.sourceforge.net               GNU: www.gnu.org

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Eric M. Ludlam | 5 Jun 2007 03:26
Gravatar

Re: Autocompletion tooltip doesn't stay

Hi,

  Tooltips are a bit persnickety.  I tried some stuff just now and it
"worked for me", until I tried to complete on a "setq" in an Emacs
Lisp buffer.  I can't quite debug why this is.

  In the meantime, I checked in a change to semantic-complete.el with
a new option `semantic-complete-inline-analyzer-displayor-class' which
can be configured with some of the other displayor types for
completion, including a plain old buffer based one.

  If you feel brave, you can use CEDET from CVS and try out this
option.  Personally, I found it a little distracting.

Eric

>>> "Nicolas BONARDELLE" <cbonar <at> gmail.com> seems to think that:
>Hi list,
>
>I'm new to Emacs but I finally get the v22 working and almost configured,
>using the package "emacs-snapshot" from the kubuntu universe repository.
>I've ecb installed and I'm using cedet and semantic on Python source files.
>I'm also using flymake with the Python stuff from this page :
>http://www.emacswiki.org/cgi-bin/wiki/PythonMode.
>
>Simple code I'm using to test auto-completion :
>
> |    def getName( self ):
> |             return self.<point is here>
>
>
>   - When i type M-x semantic-analyze-possible-completion, the list of
>   possible completions correctly shows up in a new buffer.
>
>
>   - But when I type M-x semantic-complete-analyze-inline from the same
>   position, the tooltip with the completions appears, but disappears
>   instantly.
>
>
>I saw in another post that it could be a conflict with rdict, but (verbatim
>: "rdictt"), but I don't know how to solve the problem if it's the case.
>I already tried to disable flymake, it doesn't solve the problem.
>
>I've attached my configurations files to this message.
>
>Nicolas

--

-- 
          Eric Ludlam:                 zappo <at> gnu.org, eric <at> siege-engine.com
   Home: http://www.ludlam.net            Siege: www.siege-engine.com
Emacs: http://cedet.sourceforge.net               GNU: www.gnu.org

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
John Cooper | 5 Jun 2007 10:35

Re: No support found to parse buffer?

I finally tracked it down to a problem in one of the hooks in my .emacs.
It's now working fine.

Thanks,

    --- John.

-----Original Message-----
From: Eric M. Ludlam [mailto:eric <at> siege-engine.com] 
Sent: 05 June 2007 01:47
To: John Cooper
Cc: cedet-semantic <at> lists.sourceforge.net; John Cooper
Subject: Re[1]: [cedet-semantic] No support found to parse buffer?

Hi,

The idle error suggests that the file semantic.el is having problems
parsing, not your .aspx file.  Why that would be related... I'm not to
sure.  Look into semantic.el to see what mode it's in, or if you did
something funny to it.

Good Luck
Eric

>>> "John Cooper" <john.cooper <at> eu.citrix.com> seems to think that:
>Hi,
>
>I use the JDEE and recently upgraded to Emacs 22.1 (for Windows) and
>cedet-1.0pre3. In my .emacs I have associated .aspx files with
jde-mode,
>and now get the following error when visiting these files:
>
>		idle error: "#<buffer semantic.el> - No support found to
>parse buffer \"appembed.aspx\"" [2 times]
>
>I only get the error with .aspx files - there's no problem with .cs
>files. Is there some way to tell semantic to not attempt to parse .aspx
>files?  Should I not be attempting to use jde-mode for these files?
>
>Thanks,
>
>    --- John

--

-- 
          Eric Ludlam:                 zappo <at> gnu.org,
eric <at> siege-engine.com
   Home: http://www.ludlam.net            Siege: www.siege-engine.com
Emacs: http://cedet.sourceforge.net               GNU: www.gnu.org

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Eric M. Ludlam | 6 Jun 2007 04:32
Gravatar

CEDET 1.0pre4 is released

Hello all,

  I've put together CEDET 1.0pre4 and posted it to sourceforge.  This
is the first release I've done since 2005, so it's been a long time,
and the changes since 1.0pre3 are extensive, especially withing the
semantic tool.

  A lot of folks have been helping out with patches, ideas, tools, and
finding interesting bugs with detailed reproduction steps.  Thanks!

  I tried the prerelease out this with Emacs 21, Emacs 22 (a CVS
version from a couple months ago, not the latest one) and XEmacs
21.4.

  Here is a brief set of release notes:

--------
Major changes to semanticdb search mechanisms.
ebrowse backend to semanticdb
enhancements to intellisense features
Fixes for cogre (diagram editor)
Fixes to several language parsers, including:
 * python lockup bug.
 * C/C++ preprocessor handling
 * Java enhancements
Enhancements to semantic documentation
Enhancements to momentary highlighting
Completion engine fixes and option enhancements.
New debugging/analysis tools for semantic datastructures
New MRU tag bookmarking/jumping mode
New EDE project type "Simple" for wrapping other projects.
--------

Enjoy
Eric

--

-- 
          Eric Ludlam:                 zappo <at> gnu.org, eric <at> siege-engine.com
   Home: http://www.ludlam.net            Siege: www.siege-engine.com
Emacs: http://cedet.sourceforge.net               GNU: www.gnu.org

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Arne Schmitz | 7 Jun 2007 12:59
X-Face
Picon
Gravatar

Re: CEDET 1.0pre4 is released

Am Mittwoch, 6. Juni 2007 04:32 schrieb Eric M. Ludlam:
>   I've put together CEDET 1.0pre4 and posted it to sourceforge.  This
> is the first release I've done since 2005, so it's been a long time,
> and the changes since 1.0pre3 are extensive, especially withing the
> semantic tool.

Thanks Eric!

Arne

--

-- 
Dipl.-Inform. Arne Schmitz              Phone   +49 (0)241 80-21817
Computer Graphics Group                 Fax     +49 (0)241 80-22899
RWTH Aachen University                  http://www.rwth-graphics.de
Ahornstrasse 55, 52074 Aachen, Germany
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
cedet-semantic mailing list
cedet-semantic <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cedet-semantic
Joonhwan Lee | 9 Jun 2007 20:34
Picon

Re: CEDET 1.0pre4 is released

Here in Far-East Asia, I also thank you :-)

Joon

2007/6/6, Eric M. Ludlam <eric <at> siege-engine.com>:
Hello all,

  I've put together CEDET 1.0pre4 and posted it to sourceforge.  This
is the first release I've done since 2005, so it's been a long time,
and the changes since 1.0pre3 are extensive, especially withing the
semantic tool.

  A lot of folks have been helping out with patches, ideas, tools, and
finding interesting bugs with detailed reproduction steps.  Thanks!

  I tried the prerelease out this with Emacs 21, Emacs 22 (a CVS
version from a couple months ago, not the latest one) and XEmacs
21.4.

  Here is a brief set of release notes:

--------
Major changes to semanticdb search mechanisms.
ebrowse backend to semanticdb
enhancements to intellisense features
Fixes for cogre (diagram editor)
Fixes to several language parsers, including:
* python lockup bug.
* C/C++ preprocessor handling
* Java enhancements
Enhancements to semantic documentation
Enhancements to momentary highlighting
Completion engine fixes and option enhancements.
New debugging/analysis tools for semantic datastructures
New MRU tag bookmarking/jumping mode
New EDE project type "Simple" for wrapping other projects.
--------


Enjoy
Eric

--
          Eric Ludlam:                 zappo <at> gnu.org, eric <at> siege-engine.com
   Home: http://www.ludlam.net            Siege: www.siege-engine.com
Emacs: http://cedet.sourceforge.net               GNU: www.gnu.org

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
cedet-semantic mailing list
cedet-semantic <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cedet-semantic

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
cedet-semantic mailing list
cedet-semantic <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cedet-semantic
Pedro Sa da Costa | 10 Jun 2007 10:16
Picon
Picon
Favicon

semantic-complete

Hi,

Why would like to setup semantic-complete in emacs to use the STL
library. How can I do it?

Is it possible to use the semantic-complete for Java?

Thanks,
Pedro

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Pedro Sa da Costa | 10 Jun 2007 10:14
Picon
Picon
Favicon

semantic-complete

Hi,

Why would like to setup semantic-complete in emacs to use the STL
library. How can I do it?

Is it possible to use the semantic-complete for Java?

Thanks,
Pedro

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

Gmane