|
[CEDET-devel] Cleaning up things
From: David PONCE <david.ponce@wa...> - 2003-09-16 15:45
|
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 ;-) Using consistent names would allow to easily guess what autoloads file is used for a package, and could simplify things in Makefiles (see my comment in the main cedet/Makefile), and to setup CEDET. 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. 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 semantic/wisent/Wisent.mk (need update of Project.ede) David |
| Thread | Author | Date |
|---|---|---|
| [CEDET-devel] Cleaning up things | David PONCE <david.ponce@wa...> |