ShengHuo ZHU <[EMAIL PROTECTED]> schrieb:

> (setq file-coding-system-alist 
>       (cons '("\\.bbdb" iso-8599-1 . iso-8859-1) 
>         file-coding-system-alist))

You probably mean

(setq file-coding-system-alist 
      (cons '("\\.bbdb" iso-8859-1 . iso-8859-1) 
        file-coding-system-alist))

Great, looks like the problem is gone now.

Cheers,
  Ray
-- 
Raymond Scholz - [EMAIL PROTECTED] - PGP - http://www.zonix.de/

_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to