Re: Storing xfaces in BBDB with Emacs 21.

2002-05-28 Thread Marco Lonsing
Matthieu Moy [EMAIL PROTECTED] writes: Hi, Is it possible to automatically store xfaces in a bbdb record, and then display it when using M-x bbdb ? I have been told it was possible with Xemacs, but I don't know about Emacs 21. Thanks, Add the X-Face Header to

Re: The followup will show the bug.

2002-05-28 Thread David Kågedal
Niklas Morberg [EMAIL PROTECTED] writes: This is probably unrelated, but BBDB keeps updating your name every time I see a new message from you. My *Messages* buffer tells me: name mismatch: Kai Großjohann changed to Kai Großjohann I don't get it and I certainly don't know what to do

Re: The followup will show the bug.

2002-05-28 Thread Ronan Waide
On May 28, [EMAIL PROTECTED] said: This used to work, but after updating bbdb from cvs recently-ish, it stopped working. The .bbdb buffer had iso-2022-jp or something similar when I checked it. A recent patch added an explicit coding to the BBDB buffer. See the variable

bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread KaiGrojohann
Once upon a time, BBDB used one method for the coding system for .bbdb. Now there is the variable bbdb-file-coding-system. What's the right setting for this variable to provide safe migration with no data corruption? Stupid me, I fooled around with things. But other people are having problems

Re: Compiling latest bbdb with cygwin (Was: The followup will show thebug.)

2002-05-28 Thread Ronan Waide
On May 28, [EMAIL PROTECTED] said: (I don't know if [EMAIL PROTECTED] and [EMAIL PROTECTED] are identical. I'm guessing they are. I am only subscribed to the latter.) They should be identical, if the xemacs address still exists - I'd hope if it does it's a redirect to the sourceforge

Re: bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread Ronan Waide
On May 28, [EMAIL PROTECTED] said: So I would like to find a way that BBDB loads the file in the old coding system (whatever it was, probably Latin-1 because I have (set-language-environment Latin-1) in the init files), and then saves it in a better encoding (utf-8? emacs-mule?). Prior to

Re: bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread Sergei Pokrovsky
Kai == Kai Großjohann [EMAIL PROTECTED] writes: Kai Once upon a time, BBDB used one method for the coding system Kai for .bbdb. Now there is the variable bbdb-file-coding-system. I don't have it. Kai What's the right setting for this variable to provide safe Kai migration with no

Re: bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread David Kågedal
Ronan Waide [EMAIL PROTECTED] writes: On May 28, [EMAIL PROTECTED] said: So I would like to find a way that BBDB loads the file in the old coding system (whatever it was, probably Latin-1 because I have (set-language-environment Latin-1) in the init files), and then saves it in a better

Can't merge two records

2002-05-28 Thread Aldo Valente
I search for a Name, get two records of the same Person, press `r' and this happens. Thanks a lot, Aldo Debug-on-Error: Signaling: (invalid-function (bbdb-refile-notes-string-least)) (bbdb-refile-notes-string-least)(2001-07-18 2002-03-03) funcall((bbdb-refile-notes-string-least)

Re: bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread KaiGrojohann
Ronan Waide [EMAIL PROTECTED] writes: Prior to the patch, BBDB didn't have any coding-system handling beyond whatever Emacs uses natively. I applied the patch because (a) it didn't break my test setup (b) as described by the contributor, it solved a problem Heh :-) Not to cast aspersions

Re: bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread Chris Beggy
On 28 May 2002 18:34:39 +0700, Sergei Pokrovsky [EMAIL PROTECTED] wrote: Kai == Kai Großjohann [EMAIL PROTECTED] writes: Kai Once upon a time, BBDB used one method for the coding system Kai for .bbdb. Now there is the variable bbdb-file-coding-system. Some time ago I considered

bbdb2html?

2002-05-28 Thread Aldo Valente
I need a htmlized version of my bbdb. Perhaqps even a CGI. Any Ideas? Thanks, Aldo ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

Re: bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread Urban Boquist
Kai Gro,b_(Bjohann writes: Kai When reading, have BBDB apply the normal Emacs machinery for Kai decoding the file contents. Take note of any coding: tag in Kai the file. If it is there, just preserve it on write. But if Kai there is no coding: tag, invoke the migration machinery as Kai

Re: bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread KaiGrojohann
Urban Boquist [EMAIL PROTECTED] writes: If I understand this correctly you want to start migrating as soon as there is no coding: tag in the file. I don't think that is a good idea, because there are other ways of telling emacs the coding system you want for files. Hm. So is there a way to

Re: The followup will show the bug.

2002-05-28 Thread Alex Schroeder
David Kågedal [EMAIL PROTECTED] writes: Niklas Morberg [EMAIL PROTECTED] writes: name mismatch: Kai Großjohann changed to Kai Großjohann (modify-coding-system-alist 'file (regexp-quote (expand-file-name bbdb-file)) 'iso-8859-1) I think your .bbdb is encoded in

Re: bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread Alex Schroeder
Sergei Pokrovsky [EMAIL PROTECTED] writes: So, I've remained with the raw encoding, but these are incompatible between the Emacsen (20/21). This is why I avoid emacs-21: it spoils .bbdb so badly that opening a gnus article crashes emacs-20.7 (which I still prefer for some reasons). I think

Re: bbdb-file-coding-system: what's a safe migration setting?

2002-05-28 Thread Alex Schroeder
[EMAIL PROTECTED] (Kai Großjohann) writes: So I would like to find a way that BBDB loads the file in the old coding system (whatever it was, probably Latin-1 because I have (set-language-environment Latin-1) in the init files), and then saves it in a better encoding (utf-8? emacs-mule?).