0> In article <$[EMAIL PROTECTED]>,
0> Raymond Scholz <URL:mailto:[EMAIL PROTECTED]> ("Raymond") wrote:
Raymond> (setq file-coding-system-alist
Raymond> (cons '("\\.bbdb" iso-8859-1 . iso-8859-1)
Raymond> file-coding-system-alist))
Here's what I have (I don't have XEmacs, so I don't know if the
comment is accurate):
> ;; Need both `coding-system-p' tests to work with Emacs and XEmacs
> (cond ((coding-system-p 'emacs-mule)
> (modify-coding-system-alist 'file "/\\.bbdb\\'" 'emacs-mule))
> ((coding-system-p 'escape-quoted)
> (modify-coding-system-alist 'file "/\\.bbdb\\'" 'escape-quoted)))
Note the less liberal regexp.
_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info