Re: Message and bbdb

2001-08-13 Thread Kai Großjohann
[EMAIL PROTECTED] (Paulo J. Matos aka PDestroy) writes: I have in my .emacs file the following for bbdb: ;; BBDB Setup (setq load-path (cons c:/emacs-20.7/lisp/bbdb load-path)) (require 'bbdb) (bbdb-initialize 'gnus 'message 'w3 'sc) Up to here should be enough. ;; Initialize BBDB with

xfaces in your buffer.

2001-08-13 Thread Ronan Waide
Okay, I don't have a working XEmacs with faces to test this on, so I'm just looking at the code. Here's what it checks: 1. As a basic requirement, you need EITHER XEmacs 21 OR something needs to define 'highlight-headers-hack-x-face-p' and set it to t. 2. If you have XEmacs 21: I believe I

Re: TeXSearch Path

2001-08-13 Thread Kai Großjohann
[EMAIL PROTECTED] (Paulo J. Matos aka PDestroy) writes: I've managed to manually install and byte compile bbdb in a win32 system. But I'm having some questions with extra-files: TeX files are placed in basedir/bbdb/tex and util files in basedir/bbdb/utils. I added base dir to my load-path in

Re: Omitting fields from being displayed and enhanced editing

2001-08-13 Thread Ronan Waide
On August 13, [EMAIL PROTECTED] said: IMHO it is more easier to understand, maintain and think in display layouts, than in fields, but let's hear what you think about it? Looks fine to me... Cheers, Waider. -- [EMAIL PROTECTED] / Yes, it /is/ very personal of me. disclaimer: As I have

bbdb displays entries for the To: field

2001-08-13 Thread Doug Alcorn
I made a slew of changes to my bbdb setup and now I'm getting records displayed in the pop-up (I guess that's what it's called in Gnus when you read a message and the bottom of the window shows the bbdb records) for all of the To: addresses. Also, some of the auto-notice stuff is getting written

patch for bbdb-hack-x-face

2001-08-13 Thread Jeff Mincy
In bbdb-hack-x-face, the variable 'h' is not initialized properly. -jeff Changelog entry: 2001-08-13 Jeff Mincy [EMAIL PROTECTED] * fix bbdb-hack-x-face call to make-glyph Patch: cvs diff -u -r bbdb-1_13 bbdb-gui.el .diff2 Index: bbdb-gui.el