IMHO it is highly bogus for cperl to replace the standard
bindings of describe-{function,variable}. Have it use other
keys for cperl-info-on-command and cperl-get-help.
If it still wants to use (currently *unbound*) keys in the
C-h map, the forwarded patch might be reasonable.
BTW, I've got this in my cperl-mode-hook:
(local-set-key [(control h) f] nil)
(local-set-key [(control h) v] nil)
greg
Show replies by date
Such patches should be passsed along to the individual package
maintainer, unless the package maintainer is "XEmacs Development
Team". We shoudl get in the habit of doing this automatically to
avoid package drift.
In the case of cperl-mode, it is supposedly maintaineed by Karl
Hegbloom, so patches to it should be passed to him for resolution.
Complaints should go to him as well; that's part of the job.