Re: Encoding problem (or whatever) in my .bbdb

2001-01-03 Thread ShengHuo ZHU
Raymond Scholz <[EMAIL PROTECTED]> writes: > Ronan Waide <[EMAIL PROTECTED]> schrieb: > > > which mail user agent are you using? > > User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 You'd better set file-coding-system for .bbdb. iso-8859-1, emacs-mule, iso-2022-7bit are the candidates.

Re: bbdb.el breaks customize!

2001-02-09 Thread ShengHuo ZHU
Alex Schroeder <[EMAIL PROTECTED]> writes: > 1. start emacs -q. > 2. load bbdb.el > 3. evaluate the following piece of code: > > (defcustom wiki-directory "~/Wiki" > "Directory where all wikis are stored. > This can be either a string or a list of strings." > :group 'wiki > :type '(choice

Re: bbdb.el breaks customize!

2001-02-09 Thread ShengHuo ZHU
ShengHuo ZHU <[EMAIL PROTECTED]> writes: > When bbdb.el is loaded in Emacs, characterp defined as macro. In Emacs > 20, characterp is called if fboundp. This is bad, at least defmacro > characterp causes trouble in other packages. Also, defmacro display-message may cause a simi

Re: Zip code bug?

2001-02-11 Thread ShengHuo ZHU
[EMAIL PROTECTED] (Kai Großjohann) writes: > On 07 Feb 2001, Mats Löfdahl wrote: > > > Basically, a continental zip code is displayed in front of the city > > while a US zip code comes after. That is about the only difference, > > right? > > Chinese zip codes have five digits and they come afte

Re: `bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-21 Thread ShengHuo ZHU
Daniel Pittman <[EMAIL PROTECTED]> writes: > On Wed, 21 Feb 2001, Ronan Waide wrote: > > On February 21, [EMAIL PROTECTED] said: > >> I want to use the auto-notes alist to extract X-face headers and > >> other information that I don't actually want to see in the article > >> buffer. > > > > Hmm.

Re: Creating info with Emacs.

2001-02-23 Thread ShengHuo ZHU
Ronan Waide <[EMAIL PROTECTED]> writes: > On February 22, [EMAIL PROTECTED] said: > > Hi, > > > > I still cannot create the file from within emacs > > (GNU Emacs 20.6.1 (i386-*-nt4.0.1381)/ > > BBDB version 2.3 ($Date: 2001/02/19 23:10:27 $)) > > Is there a 20.7 build for Windows? You may want

Re: Creating info with Emacs.

2001-02-23 Thread ShengHuo ZHU
Ronan Waide <[EMAIL PROTECTED]> writes: > On February 22, [EMAIL PROTECTED] said: > > Hi, > > > > I still cannot create the file from within emacs > > (GNU Emacs 20.6.1 (i386-*-nt4.0.1381)/ > > BBDB version 2.3 ($Date: 2001/02/19 23:10:27 $)) > > Is there a 20.7 build for Windows? You may want

Re: Output XML?

2001-02-23 Thread ShengHuo ZHU
Toby Speight <[EMAIL PROTECTED]> writes: [...] > Here it is, with the usual caveats and zero support. If you manage to > make something of it, I'd like to hear about it (on the list, unless > people object). The attached patch is for BBDB 2.2. ShengHuo --- bbdb-xml-print.el 2001/02/24 05:2

Re: Creating info with Emacs.

2001-02-25 Thread ShengHuo ZHU
"Yair Friedman (Jerusalem)" <[EMAIL PROTECTED]> writes: > ShengHuo ZHU <[EMAIL PROTECTED]> writes: > > > Actually, there are some indent problems in the texinfo file. See info > > of texinfo. > > > > The attached patch fixes the problem. The

Re: Creating info with Emacs.

2001-02-25 Thread ShengHuo ZHU
ShengHuo ZHU <[EMAIL PROTECTED]> writes: > "Yair Friedman (Jerusalem)" <[EMAIL PROTECTED]> writes: > > > ShengHuo ZHU <[EMAIL PROTECTED]> writes: > > > > > Actually, there are some indent problems in the texinfo file. See info > > &g

Re: `bbdb-auto-notes-alist' vs hidden headers in Gnus.

2001-02-25 Thread ShengHuo ZHU
[EMAIL PROTECTED] (Kai Großjohann) writes: > On Sun, 25 Feb 2001, Ronan Waide wrote: > > > It might work for a customized hook, yes, but I'd be leery of > > putting it as the Official Way of getting headers out of Gnus, > > because I'm guessing you miss MIME decoding, etc. of e.g. ISO8859-1 > >

Re: Gnus completion wishes

2001-03-19 Thread ShengHuo ZHU
Alex Schroeder <[EMAIL PROTECTED]> writes: > Patrick Campbell-Preston <[EMAIL PROTECTED]> writes: > > > You know your variable/function names are getting too long when they > > don't need *any* explanatory documentation... > > LOL! > > On a related note, Gnus related: I often resend messages (

Re: Encoding problem (or whatever) in my .bbdb

2001-01-04 Thread ShengHuo ZHU
Raymond Scholz <[EMAIL PROTECTED]> writes: > ShengHuo ZHU <[EMAIL PROTECTED]> schrieb: > > > (setq file-coding-system-alist > > (cons '("\\.bbdb" iso-8599-1 . iso-8859-1) > > file-coding-system-alist)) > > You probabl

Re: Encoding problem (or whatever) in my .bbdb

2001-01-04 Thread ShengHuo ZHU
Ronan Waide <[EMAIL PROTECTED]> writes: > Ack, this MULE stuff really does get into everything. Would setting it > to "raw-text" work, The current BBDB code does nothing about coding system. Setting it to raw-text means that BBDB will process and show encoded stuff. Sometimes, you do see ISO-8

Edit a field of all records

2000-07-06 Thread ShengHuo ZHU
I wrote two functions: bbdb-field-edit-add (`insert') and bbdb-field-edit-del (`delete'), which add/del a item to/from a certain field of the bbdb record. These functions also support `*'. A simple application is to add a mail-alias to a group of displayed records by keystroke `* insert mail-al

PATCH: bbdb-snarf for file format 5

2000-07-11 Thread ShengHuo ZHU
This patch enables bbdb to snarf v5 records. Could someone commit it? Thanks. ShengHuo 2000-07-11 16:19:29 ShengHuo ZHU <[EMAIL PROTECTED]> * lisp/bbdb-snarf.el (bbdb-snarf-address-lines): Support v5. (bbdb-snarf-make-address): New function. (bbdb-snarf-

Re: startup problems

2000-08-23 Thread ShengHuo ZHU
ted-autoload-file) |(not (member (file-name-nondirectory file) | (list autoload-file-name ` The attached patch fixes the bug, at least it works for both the recent XEmacs and GNU Emacs. ShengHuo 2000-08-24 00:19:22 ShengHuo ZHU <[EMAIL PROTECTED]>

Re: bug report; bbdb-send-mail with gnus-user-agent

2000-10-31 Thread ShengHuo ZHU
John Hunter <[EMAIL PROTECTED]> writes: > Version info: > BBDB version 2.2 > GNU Emacs 20.7.1 > Gnus v5.8.8 > > Description: when I execute bbdb-send-mail from the *BBDB* buffer I > get the following message 'Symbol's function definition is void: nil'. > The bbdb-send-mail error does not occur