reversed names; truncated net addresses

2001-12-28 Thread Jack Vinson
Hello, I have been working with BBDB 2.33 (with Gnus) for several months and have been bugged by two problems. 1. I thought BBDB used to be able to understand that "Vinson, Jack" was the same as "Jack Vinson." However, with this version it is not able to equate th

bug with bbdb/gnus-summary-get-author

2001-05-31 Thread Jack Vinson
the function or with the BBDB entry, but I don't see anything obviously wrong with the BBDB entry. This was happening with version 2.32 as well. Thanks, Jack Vinson Emacs : GNU Emacs 20.7.1 (i386-*-windows95.1212) of Tue Jun 13 2000 on buffy Package: BBDB 2.33 Gnus: version 5.8.8 cu

Re: bbdb-com eating up all memory

1996-05-24 Thread Jack Vinson
- GNU Emacs 19.28.1 under Sun Sparc Solaris 2.3 I would guess that your .bbdb file is corrupt. Try looking in the file itself to see if there are strange formatting characters in it. I had problems once in a while when I got font-lock or highlight info in the name field of my database.

Re: BBDB wish list..

1995-10-10 Thread Jack Vinson
s-hook. This will let you set up a variable, bbdb-auto-notes-alist, in which you can add to various fields of the bbdb record. The docstring on the bbdb-auto-notes-alist variable is fairly self-explanatory. -- Jack Vinson Sunderland, MA [EMAIL PROTECTED]<http://www.cis.upenn.edu/~vinson/home.html> "There's balogna in our slacks."

Re: whither bbdb.tar.gz

1995-09-25 Thread Jack Vinson
You should always be able to find it (and most other Emacs packages) at the Emacs Lisp archive at Ohio State: archive.cis.ohio-state.edu/pub/gnu/emacs/elisp-archive BBDB 1.50 is in the packages directory. Jack Vinson Off www.cern.ch... [EMAIL PROTECTED

Re: text properties

1995-09-06 Thread Jack Vinson
((bufferp address) (insert-buffer-substring address)) (t (error "Illegal address: %s" address))) ;Turn off any text properties in this buffer: Jack Vinson 20 July 1995 (set-text-properties (point-min) (point-max) nil) ;; stolen fr

Re: BBDB with GNUS5.0

1995-09-04 Thread Jack Vinson
uot;, but I just change it back with (setq gnus-bbdb-summary-known-poster-mark "*") in my gnus-init-file. Hopefully, that is everything. Jack Vinson - - - [EMAIL PROTECTED] Sunderland, MA <http://www.cis.upenn.edu/~vinson/home.html> "Jesus rides beside me. He never buys any smokes" The Replacements

Re: faces in .bbdb (No, not those kind of faces)

1995-08-15 Thread Jack Vinson
9:52 1995 --- mail-extr.elThu Jul 20 15:52:07 1995 *** *** 760,765 --- 760,767 (insert-buffer-substring address)) (t (error "Illegal address: %s" address))) + ;Turn off any text properties in this buffer: Jack Vinson 20 Jul

Re: mail-fields with properties ? (was: bbdb 1.50 -- newest release .?. "generic set of patches?")

1995-07-20 Thread Jack Vinson
ail-extr.elThu Jul 20 08:59:20 1995 *** *** 760,765 --- 760,767 (insert-buffer-substring address)) (t (error "Illegal address: %s" address))) + ;Turn off all text properties in this buffer: Jack Vinson 20 July 1995 +

Re: bbdb 1.50 -- newest release .?. "generic set of patches?"

1995-07-20 Thread Jack Vinson
That patch I sent only works if font-lock is a current feature. I just realized this on starting a new emacs. There must be a better way to clear a buffer/region of all non-default face information. Jack Vinson - - - [EMAIL PROTECTED] Sunderland, MA WWW: "http://www.cis.upen

Re: bbdb 1.50 -- newest release .?. "generic set of patches?"

1995-07-20 Thread Jack Vinson
*** *** 760,765 --- 760,767 (insert-buffer-substring address)) (t (error "Illegal address: %s" address))) + ;Turn off font-lock in this buffer: Jack Vinson 20 July 1995 + (font-lock-unfontify-region (point-min) (point-ma

Re: I keep getting asked if I want to replace a name with itself...

1995-07-05 Thread Jack Vinson
For what it's worth, I've had this problem for quite a while before emacs-19.28/29. I doubt that it is soley based on emacs-19.29. Jack

BBDB problems

1995-04-27 Thread Jack Vinson
[copied to the list] > "SS" == Sam Steingold <[EMAIL PROTECTED]> writes: SS> There are some things though that seems to be missing (or is it just me SS> who is missing them?): SS> 1. It adds a record into the database on everyone who sends me e-mail, SS>regardless of whether I press ":

BBDB in its own special frame

1995-01-29 Thread Jack Vinson
x27;s value is nil Documentation: *List of buffer names that should have their own special frames. Displaying a buffer whose name is in this list makes a special frame for it using `special-display-function'. See also `special-display-regexps'. Jonathan "Jack" Vins

Some bbdb questions...

1995-01-05 Thread Jack Vinson
> "MDC" == Michael D. Carney <[EMAIL PROTECTED]> writes: MDC> Does anyone have any idea how to get around these things, or should I MDC> just stay away from bbdb-electric mode. Yick! Run away, run away! :-) MDC> 3. Does anyone know how to make M-tab expand mail aliases as well as MDC>

host/domain names without Real Name

1994-12-02 Thread Jack Vinson
nn.edu" because all those machines are Sparcs or other things which are based at eniac and I get tired of redundant network entries. Jonathan "Jack" Vinson [EMAIL PROTECTED] Philadelphia, PA http://www.cis.upenn.edu/~vinson/home.html "Churchill was a shopping bag" - Fatima Mansions

Re: Fax fields?

1994-08-29 Thread Jack Vinson
able to inherit the type-checking done in the phone field. Jack Vinson - Philadelphia, PA Bart Simpson at the Chalkboard: [EMAIL PROTECTED] Underwear should be worn on the inside

Accessing BBDB info from outside emacs - update

1994-06-29 Thread Jack Vinson
Drat! I cleaned up the output and broke something else. Zeros at the front of phone number parts were being dropped (thanks Joe Hildebrand). Sorry about all the traffic on this one. Jack -- latest version of phone.perl #!/usr/local/bin/perl #Author: Jack Vinson: [EMAIL PROTECTED

Accessing BBDB info from outside emacs - update

1994-06-29 Thread Jack Vinson
l/bin/perl #Author: Jack Vinson: [EMAIL PROTECTED] #Date: Tue Jun 28 1994 #Jack's attempt at parsing lisp objects via regexps in order to extract # interesting info. In this case, I'm grabbing all the entries of the # .bbdb file and displaying name and phone number if they exist.

Accessing BBDB info from outside emacs

1994-06-28 Thread Jack Vinson
script: --- #!/bin/sh grep -i -h $1 $HOME/.bbdb | $HOME/bin/phone.perl --- Here is the actual code: -- phone.perl ---- #!/usr/local/bin/perl #Author: Jack Vinson: [EMAIL PROTECTED] #Date: Tue Jun 28 1994 #Jack's attempt at parsing lisp objects via regexps in order

Using BBDB in another frame?

1994-06-24 Thread Jack Vinson
out info on someone, I don't want it changing the windows in the current frame. Since, the function bbdb-pop-up-bbdb-buffer does not consider other frames, I have simply disabled it and framepop takes care of the rest. Since I sometimes do work from home, I have it conditionally disabled wh