Re: setting bbdb-file-coding-system

2008-04-16 Thread William Xu
Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > On Wednesday, April 16, 2008 at 13:17:38, William Xu wrote: >> Hi, people ! >> >> Why this awkward constraint for bbdb-file-coding-system? I can't >> read its docs. > > You refer to that it does not occur in the info file? I search "bbdb-file-

BBDB synchronization with cell phones (was: Moving BBDB from CVS to BZR)

2008-04-16 Thread Reiner Steib
On Mon, Mar 17 2008, Brett Presnell wrote: > I use bbdb-vcard-export.el to dump stuff out of bbdb (not sure what > you use). Improving synchronization with cell phones would be very nice. Back in 2004, I did some work on `bbdb-gnokii.el'[1], which exports BBDB entries in a format suitable for Gn

bbdb-whois.el uses obsolete old-style backquotes

2008-04-16 Thread Reiner Steib
Hi, when compiling BBDB with Emacs 22.2 or newer, I get the following warning: , | Compiling file [...]/bbdb/lisp/bbdb-whois.el at Sun Apr 13 14:12:13 2008 | bbdb-whois.el:25:1:Warning: !! The file uses old-style backquotes !! | This functionality has been obsolete for more than 10 years alre

Re: setting bbdb-file-coding-system

2008-04-16 Thread Robert Widhopf-Fenk
On Wednesday, April 16, 2008 at 13:17:38, William Xu wrote: > Hi, people ! > > Why this awkward constraint for bbdb-file-coding-system? I can't > read its docs. You refer to that it does not occur in the info file? > It says "should not changed by users", You can mess up your ~/.bbdb when c

Re: setting bbdb-file-coding-system

2008-04-16 Thread Reiner Steib
On Wed, Apr 16 2008, William Xu wrote: > (defcustom bbdb-file-coding-system > (bbdb-eval-when (fboundp 'coding-system-p) > (cond ((apply 'coding-system-p '(utf-8-emacs)) BTW, why such an obscure way of writing (coding-system-p 'utf-8-emacs)? >'utf-8-emacs) >