Re: setting bbdb-file-coding-system

2008-04-24 Thread Robert Widhopf-Fenk
On Wednesday, April 16, 2008 at 23:06:28, Reiner Steib wrote: > 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 o

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-

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) >