|
[CEDET-devel] Semantic changes
From: Eric M. Ludlam <eric@si...> - 2004-06-24 01:12
|
I checked in a few changes to semantic:
semantic-complete.el - fix problem where the completion list was not
shown when there was only one option.
semantic-el.el - Fixed some formatting functions to eliminate some
extra space. (Klaus' suggestion)
semantic-format.el - Added autoload cookie on semantic-format-tag-custom-list.
I suspect a change made the autoload of the obsoletion statement
not define the variable.
Then I updated semantic-load. There has been some confusion over the
initialization. The old variable based mechanism will still work but
we can advertise that first you call `cedet-load' and then you can
call one of the new functions to turn stuff on.
In addition, if NO features were requested, it will turn on the
minimum set which I now specified as being the auto-parse idle
scheduler, and semanticdb.
If anyone has suggestions on if any features should be moved around
between the new bins, let me know. The current bins are:
semantic-load-enable-minimum-features
semantic-load-enable-code-helpers
semantic-load-enable-excessive-code-helpers
semantic-load-enable-semantic-debugging-helpers
Enjoy.
Eric
--
Eric Ludlam: zappo@..., eric@...
Home: http://www.ludlam.net Siege: http://www.siege-engine.com
Emacs: http://cedet.sourceforge.net GNU: http://www.gnu.org
|
| Thread | Author | Date |
|---|---|---|
| [CEDET-devel] Semantic changes | Eric M. Ludlam <eric@si...> |