Roland Winkler writes:

> While BBDB 2 had evolved over years, its user interface with its
> user variables, functions and commands had become fairly convoluted.
> A major goal for BBDB 3 has been to make this user interface more
> coherent and transparent (while preserving / extending the features
> of BBDB). Therefore, defalais and defvaralias cannot provide a
> simple backward compatibility mode mapping BBDB 3 to BBDB 2.

Dear Roland, you may indeed be right that all the changes in BBDB 3 cannot
be cured by defining aliases.  However, the users that are trying out BBDB 3
need to make it work with the other MUA's.  So, wherever aliases can help,
they should be used, in my opinion.

Coming back to Rene's original query, the following aliases seem to be
enough to make BBDB 3 work with vm-pcrisis.

Cheers,
Uday

------

(defalias 'bbdb-get-field 'bbdb-record-get-field)
(make-obsolete 'bbdb-get-field 'bbdb-record-get-field "3.0")
(defalias 'bbdb-set-field 'bbdb-record-set-field)
(make-obsolete 'bbdb-set-field 'bbdb-record-set-field "3.0")
(defalias 'bbdb-record-net 'bbdb-record-mail)
(make-obsolete 'bbdb-record-net 'bbdb-record-mail "3.0")

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to