> However, it is possible that there is a group in cus-load.el with the > same name as autoload option in loaddefs.el. In this case, this name > won't get into the completion list. Maybe a better solution is to put > `custom-group' property explicitly on every group symbol in cus-load.el? > > Would you like to implement that fix?
I've already installed a fix in cus-edit.el on 2005-12-04. It works correctly for all cases except only one case where the group name `latin1-display' is the same as the variable name `latin1-display'. The fact that after starting Emacs with `emacs -Q' there is no completion for `latin1-display' in the completion list of `customize-group' is not a problem, because it exists in the completion list of `customize-option'. And after loading `latin1-disp.el' it arrives also to the completion list of `customize-group'. -- Juri Linkov http://www.jurta.org/emacs/ _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
