Problems with names containing non-english characters

2002-02-04 Thread Niklas Morberg
BBDB 2.34 and emacs 21.1 on Win2k. Although people have _not_ changed their name, BBDB thinks that they have. The problem occurs if there are non-english characters in their name which seems to throw BBDB out of whack. To ''solve'' this, I've added: (setq bbdb-quiet-about-name-mismatches t)

Re: Problems with names containing non-english characters

2002-02-04 Thread Urban Boquist
Niklas Morberg writes: Niklas [Torbj\366rn S\366derberg (Torbj\366rn S\366derberg Niklas Torbj\201\366rn S\201\366derberg) ...] I've seen all sorts of weird MULE lossage with BBDB in Emacs over the last couple of years, but most of the problems went away when I started using this: ;;; Avoid

Re: [PATCH] byte-compile fsets

2002-02-04 Thread Ronan Waide
On January 29, [EMAIL PROTECTED] said: bbdb-com.el fsets a bunch of stuff inside an `eval-when-compile'; unfortunately, this is of little use, because while fset calls are byte-compiled, these aren't, so the file byte-compiles without error and then falls over at runtime. Robert appears to