Re: support for several xfaces

2002-10-25 Thread Andreas Fuchs
Today, Alex Schroeder [EMAIL PROTECTED] wrote: You could use (get 'face 'field-separator) instead of this. Where is this information stored in the BBDB? (get 'face 'field-separator) returns nil on my system... Ah, darn. Of course you have to set its value first. Try (or (get 'face

Re: support for several xfaces

2002-10-24 Thread Andreas Fuchs
On 2002-10-18, Alex Schroeder [EMAIL PROTECTED] wrote: I always wondered how to do this in Emacs 21. Rather than messing with bbdb-gui.el, which I had some difficulties in understanding because it uses lots of low-level stuff from vm (which I do not know), and is written for XEmacs (which I

Re: support for several xfaces

2002-10-24 Thread Alex Schroeder
Andreas Fuchs [EMAIL PROTECTED] writes: (setq faces (match-string 1)) (replace-match t t nil 1) (dolist (data (split-string faces , )) You could use (get 'face 'field-separator) instead of this. Where is this information stored

Re: support for several xfaces

2002-10-19 Thread Alex Schroeder
Colin Rafferty [EMAIL PROTECTED] writes: Micha Wiedenmann wrote: bbdb automatically adds the x-face to the bbdb-records, but I don't know how to add several xfaces to the face-field. A new xface is appended via , this destroys both, the old and the new x-faces. (put 'face

Re: support for several xfaces

2002-10-16 Thread Colin Rafferty
Micha Wiedenmann wrote: bbdb automatically adds the x-face to the bbdb-records, but I don't know how to add several xfaces to the face-field. A new xface is appended via , this destroys both, the old and the new x-faces. (put 'face 'field-separator \n) -- Colin