Re: Is Lastname, Firstname the same as Firstname Lastname

2001-06-15 Thread Martin Maechler
Yair == Yair Friedman (Jerusalem) [EMAIL PROTECTED] writes: Yair Ronan Waide [EMAIL PROTECTED] writes: On June 12, [EMAIL PROTECTED] said: Is it possible to configure something in bbdb (recent CVS) so that senders of the form Lastname, Firstname [EMAIL PROTECTED]

Newbie's confusion about M-x bbdb

2001-06-15 Thread Robert Mecklenburg
The info node Basic Searching says: You can list the contents of the database with the command `M-x bbdb'. You will be prompted for a regular expression, and all records which match that regexp in the name, company, network address, or any notes fields will be displayed. But

char-int bug

2001-06-15 Thread Alex Schroeder
bbdb-com.el has the following: ;; GNU vs XEmacs again. GAH. (or (fboundp 'char-int) (defmacro char-int( c ) (list 'string-to-char c))) ;; ick. htmlize.el has the following: (if (fboundp 'char-int) (defalias 'htmlize-char-int 'char-int) (defalias 'htmlize-char-int 'identity))