Re: problem with iso-2022-7bit coding

2007-11-02 Thread Robert Widhopf-Fenk
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 > ;; XEm

Re: problem with iso-2022-7bit coding

2007-08-06 Thread Adrian Aichner
I have another possibly related issue. I am actually successfully using an encrypted bbdb-file "~/.bbdb.gpg" I have added a coding cookie ;; -*-coding: iso-2022-7bit;-*- quite some time back and this allows me to export all records with C-u bbdb-csv-export RET filename RET outlook RET and fair

Re: problem with iso-2022-7bit coding

2007-08-06 Thread Aldo Valente
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

problem with iso-2022-7bit coding

2007-08-06 Thread Uwe Brauer
Hello I have a strange problem. I have intalled on a old Laptop Kubuntu and have used the usual XEmacs configuration. However when I try to save my .bbdb I now receive and error message I attach below. In my standard .bbdb file I have the following first line ;; -*-coding: iso-8859-1;-*- how