Hello!

On Mon, 27 Feb 2006 15:20:02 +0100, Sam Steingold wrote:
>> * Dan Jacobson <[EMAIL PROTECTED]> [2006-02-26 10:47:24 +0800]:
>>
>> OK, I am putting
>> ;; -*-coding: utf-8;-*-
>> at the top of ~/.bbdb .
[...]
> I have not had this problem since I put in my .emacs this:
>
> (setq bbdb-file-coding-system 'utf-8-unix)
> (add-hook 'bbdb-load-hook
>   (lambda () (setq bbdb-file-coding-system 'utf-8-unix)))

I don't know when I found the following, but I've in my .emacs:

=====
;; define the coding system
;; http://bbdb.sourceforge.net/faq.html
(setq file-coding-system-alist 
      (cons '("\\.bbdb" utf-8 . utf-8) 
        file-coding-system-alist))
=====

I just checked the FAQ page and there's no reference to the coding
system, but I'm sure I got from the BBDB FAQ page.  And it seems to
work ;-)

HTH!

Thx, bye,
Gismo / Luca

Attachment: pgpPdnM8uzDKG.pgp
Description: PGP signature

Reply via email to