Re: Record address from all field

2015-04-29 Thread Piet van Oostrum
f...@epita.fr wrote:

  I did not manage to find the version of bbdb I am using.
  I look in C-h i m and in the file but I don't find it.

C-h v bbdb-version
-- 
Piet van Oostrum p...@vanoostrum.org
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: bbdb3 won't stop auto-updating records

2015-04-28 Thread Piet van Oostrum
Glyn Millington wrote:

  Tab is bound to message-x-tab, which of course comes from the message-x
  package, which interacts with bbdb.

Wow. I installed that and now it works. Thanks. My year-long (at least) quest 
finally finished.
-- 
Piet van Oostrum p...@vanoostrum.org
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


No Subject

1994-01-10 Thread Piet van Oostrum

The new VM 5.41 doesn't work correctly with bbdb's mail-abbrevs.el in emacs
v18, because the latter checks for the current mail map being
mail-mode-map. Now VM uses its own vm-mail-mode map.

The following lines in the mail-abbrevs code give the problem:

;(or (and mail-mode-map (eq (current-local-map) mail-mode-map))
;   (error "shut 'er down clancy, she's suckin' mud"))

(without the comment, that is).

I commented these out and the thing seems to work again, although I have my
suspicions. The problem might be that mail-mode-map is nconced to
vm-mail-mode-map and is changed by bbdb. 
-- 
Piet* van Oostrum, Dept of Computer Science, Utrecht University,
Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands.
Telephone: +31 30 531806   Uucp:   uunet!ruuinf!piet
Telefax:   +31 30 513791   Internet:  [EMAIL PROTECTED]   (*`Pete')
X-400: G=Piet;S=van.Oostrum;OU=cs;O=ruu;PRMD=surf;ADMD=400net;C=nl;




Re: bbdb 1.48 and vm 5.35

1993-09-22 Thread Piet van Oostrum
vm-delete-duplicates append copy-sequence mapconcat identity ",\n " delq
  " " vm-parse "[^]*\\([^]+\\)" "\n " "[
\n,]*\\([^
  
\n,]+\\)" vm-mail-internal format "reply to %s%s" vm-su-full-name ",
  ..." use-local-map copy-keymap current-local-map local-set-key ""
  vm-yank-message "y" vm-yank-message-other-folder "" vm-mail-send
  "" vm-mail-send-and-exit "" vm-mode-map make-local-variable
  vm-reply-list vm-mail-buffer replying vm-system-state include-text
  re-search-forward "^" mail-header-separator "$" forward-char 1] 14)
  vm-do-reply(nil t 1) byte-code("@
   
  GEH #" [vm-follow-summary-cursor vm-mail-buffer
  buffer-name bufferp vm-summary-buffer nil vm-error-if-folder-empty
  vm-do-reply t count] 4) vm-reply-include-text(1)
* call-interactively(vm-reply-include-text)

Piet* van Oostrum, Dept of Computer Science, Utrecht University,
Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands.
Telephone: +31 30 531806   Uucp:   uunet!ruuinf!piet
Telefax:   +31 30 513791   Internet:  [EMAIL PROTECTED]   (*`Pete')
X-400: G=Piet;S=van.Oostrum;OU=cs;O=ruu;PRMD=surf;ADMD=400net;C=nl;