Programming Languages: Lisp
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-12-17
bzr://cedet.bzr.sourceforge.net/bzrroot/cedet (read-only)
Could you specify which commands result in the slow performance? For example, do you request a completion, and then wait? In that case most of the time is writing the completion buffer. Perhaps an abbreviated buffer is better? Did you enable idle completions mode, so this is interrupting your typing? In that case, perhaps we can add some interrupts so typing aborts the completion list...
2013-03-19 16:45:15 PDT by zappo
recently, I use the cedet-1.1 to parse some common OpenGL header files(gl.h gl.ext.h glew.h glut.h) where there is huge numbers(6000+) of functions and constant starting with "gl" or "GL_"), I use the parse result as the backend of auto-complete. when I typed "GL_", I need to wait the cedet to ouput the completion canditates for 20+ seconds and the GNU Emacs freezes.
2013-03-18 18:26:44 PDT by tlh1987
recently, I use the cedet-1.1 to parse some common OpenGL header files(gl.h gl.ext.h glew.h glut.h) where there is huge numbers(6000+) of functions and constant starting with "gl" or "GL_"), I use the parse result as the backend of auto-complete. when I typed "GL_", I need to wait the cedet to ouput the completion canditates for 20+ seconds and the GNU Emacs freezes.
2013-03-18 18:23:33 PDT by tlh1987
ymNTgE <a href="http://fxzfczypzysp.com/">fxzfczypzysp</a>, [url=http://erfgetnyynhp.com/]erfgetnyynhp[/url], [link=http://jgtqngkjbroi.com/]jgtqngkjbroi[/link], http://fbzgbvvykfhi.com/.
2013-02-12 18:50:07 PST by nobody
I read the autoconf doc, made the change to the autoconf template, ran tests, and it seems to work fine. Checked it in.
2013-02-06 18:14:53 PST by zappo
I got the last cedet from repository. I gone through EDE tutorial (http://www.randomsample.de/cedetdocs/ede/ede/Quick-Start.html#Quick-Start) which provides an example C++ project that will create Automake files for compilation. And the problem is that I have strange configure.ac file. I've made some search on web and got exactly the same issue discussion dated 2007-10: "Hi, I...
2013-02-04 19:28:39 PST by nobody
It is always good to insist on an example! Attached file shows the un-patched wisent-production-bounds working properly. So it's my mistake. I'm not using the semantic lexer, and my lexer is returning the wrong structure. I thought I had gotten it right, but apparently not. Sorry for the noise.
2013-02-02 06:13:31 PST by stephen_leake
wisent-production-bounds (in lisp/semantic/wisent/wisent.el) computes the value for the $regioni variables in semantic actions when the region covers a non-terminal. It assumes regions are a simple cons (first . last), but the rest of the wisent parser represents regions as a nested list ((first last)). This code fixes that: (defsubst wisent-production-bounds (stack i j...
2013-01-31 23:03:40 PST by stephen_leake
Thanks throwaway27. I've updated the INSTALL to point package maintainers to a better way, and refer to this tracker entry.
2013-01-30 18:18:52 PST by zappo
Using -q is a good idea. I've checked in that change.
2013-01-30 18:09:59 PST by zappo