On Monday, August 6, 2007 at 22:59:00, Aldo Valente wrote:
> Same here after upgrading to Debian Etch. I deleted bbdb.elc and
> changed bbdb.el to:
> 
>     ;; iso-2022-7bit should be OK (but not optimal for Emacs, at
>     ;; least -- emacs-mule would be better) with both Emacs 21 and
>     ;; XEmacs.
>     (defconst bbdb-file-coding-system
>       (if (fboundp 'coding-system-p)
>           (cond ((coding-system-p 'utf-8-emacs)
>                 'utf-8-emacs)
> ->              (t 'iso-8859-1)))
>      "Coding system used for reading and writing `bbdb-file'.
>      This should not be changed by users.")
> 
> 
> I don't even know what iso-2022 is, but i do believe it sucks.  It
> did cost me some hours to locate the problem...

I will change the defconst to defcustom in order to allow
customization, but I am not sure if it should be changed to
be iso-8859-1 by default as this might corrupt the BBDB of
other ...

Bye Robert

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to