|
[CEDET-devel] Re: Cleaning up things
From: <eric@si...> - 2003-09-16 15:50
|
On Tue, 16 Sep 2003 17:44:47 +0200 (CEST), David PONCE wrote: > > Eric, > > Currently CEDET's package autoloads files don't have a > consistent > naming convention: > > EDE -> ede-loaddefs.el > speedbar -> speedbar-defs.el > EIEIO -> eieio-defs.el > semantic -> semantic-al.el > cogre -> cogre-defs.el > > What do you think of adopting a common rule for naming > autoloads > files? > > I propose to use names of the form > <package-name>-loaddefs.el which > seems consistent with what Emacs uses. EDE already > obeys to that > convention, and if you agree with it I can try to do > the necessary > changes. That shouldn't be too hard ;-) Sounds good to me. When I am able to compute again, I can make the constructor for new autoload targets take the project name and add loaddefs to the end. The lack of this feature added the problem. > Another idea: maybe it could be worth generalizing the > way semantic is > loaded, and provide a <package>-load.el file for each > CEDET package. > Initially it would just load the package autoloads. In > the future, > it will simplify things, if we need to add some new > options to a > package. I like that idea too. > Finally, what do you think of removing the following > files _that seems > no more used_ from the repository: > > semantic/semantic-autogen.el > semantic/bovine/erlang.bnf Good Idea > semantic/wisent/Wisent.mk (need update of Project.ede) Hmmm, I thought I had done that already, not that I can actually go check. ;( Eric |
| Thread | Author | Date |
|---|---|---|
| [CEDET-devel] Re: Cleaning up things | <eric@si...> |