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