> * Dan Jacobson <[EMAIL PROTECTED]> [2006-02-28 08:18:08 +0800]:
>
> I see. I should use all four methods for extra protection. Is that
> what the deal is?
>
> ;; -*-coding: utf-8;-*-
> at the top of ~/.bbdb , and in .emacs:
>
> (setq bbdb-file-coding-system 'utf-8-unix)
>
> (add-hook 'bbdb-load-hook
>    (lambda () (setq bbdb-file-coding-system 'utf-8-unix)))
>
> (setq file-coding-system-alist
>    (cons '("\\.bbdb" utf-8 . utf-8)
>        file-coding-system-alist))
>
> OK, I will use 1 and 3.

I am not sure how you count (which ones are 1&3) the recommendations,
but  note that bbdb-file-coding-system is defined with defconst so it is
reset whenever bbdb.el is loaded therefore you do need to set bbdb-load-hook

-- 
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 4 (Stentz)
http://www.openvotingconsortium.org http://www.mideasttruth.com
http://www.palestinefacts.org http://www.camera.org http://www.jihadwatch.org
Let us remember that ours is a nation of lawyers and order.



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to