> * Roland Winkler <jvax...@tah.bet> [2011-04-18 16:15:04 -0500]:
>
> On Mon Apr 18 2011 Sam Steingold wrote:
>> > Now bbdb-mode is also derived from special-mode.
>> 
>> I think this make bbdb-mode-map inherit from special-mode-map
>> automatically.
>
> I do not know if this could work (suggestions welcome).

look at the macro define-derived-mode in derived.el.
(define-derived-mode child parent ...)
does
(set-keymap-parent child-map parent-map)
so if you do
(define-derived-mode bbdb-mode special-mode ...)
then you do not need to do
(set-keymap-parent bbdb-mode-map special-mode-map)

> So these people are asked to just email fsf-reco...@gnu.org, and tell
> them that their work on BBDB should be considered part of their Emacs
> assignment.
done

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.5 (Final) X 
11.0.60900031
http://ffii.org http://honestreporting.com http://openvotingconsortium.org
http://pmw.org.il http://camera.org http://mideasttruth.com http://dhimmi.com
Experience comes with debts.


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to