Re: ensure ~/.bbdb never becomes non utf-8 again

2006-02-27 Thread Dan Jacobson
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-s

Re: ensure ~/.bbdb never becomes non utf-8 again

2006-02-27 Thread Luca Capello
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-cod

Re: ensure ~/.bbdb never becomes non utf-8 again

2006-02-27 Thread Sam Steingold
> * Dan Jacobson <[EMAIL PROTECTED]> [2006-02-26 10:47:24 +0800]: > > OK, I am putting > ;; -*-coding: utf-8;-*- > at the top of ~/.bbdb . > Will that ensure that no matter what wacky headers somebody sends me, > ~/.bbdb's coding won't get hijacked again, forcing me to have to dig it > out of backu