Gnus development mailing list
 help / color / mirror / Atom feed
* ["John F. Whitehead" <jfw@cisco.com> (by way of "John F. Whitehead" <jfw@well.com>)] auto-notes bug with multiple names
@ 2001-03-20 12:01 Kai Großjohann
  2001-03-20 16:37 ` Kai Großjohann
  2001-03-20 19:11 ` Simon Josefsson
  0 siblings, 2 replies; 4+ messages in thread
From: Kai Großjohann @ 2001-03-20 12:01 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

The following message doesn't display for me: ``Fill prefix too long
for specified width'' or similar.

Some bug in flow-fill.el?

kai
-- 
Be indiscrete.  Do it continuously.



[-- Attachment #2: Type: message/rfc822, Size: 13782 bytes --]

From: "John F. Whitehead" <jfw@cisco.com> (by way of "John F. Whitehead" <jfw@well.com>)
To: bbdb-info@lists.sourceforge.net
Subject: auto-notes bug with multiple names
Date: Mon, 19 Mar 2001 09:31:53 -0800
Message-ID: <4.3.2.7.2.20010319093019.025ba098@diablo.cisco.com>

i had someone in my bbdb 2.32 (names & #s changed):

["John" "Doe" nil "Fooco" (["office" 000 000 000 0]) nil ("dDoe@fooco.com") 
((creation-date . "1999-09-29") (timestamp . "2001-03-19") (title . 
"Product Manager") (notes . "whatever") (last-received . "Thu, 15 Mar 2001 
15:54:49 +0000") (last-subject . "Fwd: NEED HELP")) nil]

i encountered a new and different John Doe.  bbdb asked me if he was
the same, i said, no, create a new record, and it did:

["John" "Doe" nil nil nil nil ("davdoe@barco.com") ((creation-date . 
"2001-03-19") (timestamp . "2001-03-19") (last-received . "Thu, 15 Mar 2001 
15:54:49 +0000") (last-subject . "Fwd: NEED HELP")) nil]

now when i do vm-show-sender (":") i get the following stacktrace.  can
anyone tell what's wrong?  is it because auto-notes made a mistake (note
that it added last-received/last-subject fields to both names)?  or is it
something else?

thanks.
- jfw


Emacs  : XEmacs 21.1 (patch 12) "Channel Islands" [Lucid] 
(sparc-sun-solaris2.5.1) of Tue Dec 26 2000 on jfw-sun
Package: BBDB 2.32

current state:
==============
(setq
  bbdb-version-date "$Date: 2001/03/04 20:27:21 $"
  bbdb-file-format 6
  bbdb-no-duplicates-p nil
  bbdb-after-change-hook nil
  bbdb-after-read-db-hook nil
  bbdb-always-add-addresses nil
  bbdb-auto-notes-alist '(("Date" (".*" last-received 0 t))
                         ("Subject" (".*" last-subject 0 t)))
  bbdb-auto-revert-p nil
  bbdb-canonicalize-net-hook nil
  bbdb-canonicalize-redundant-nets-p t
  bbdb-case-fold-search t
  bbdb-change-hook 'bbdb-timestamp-hook
  bbdb-completion-display-record t
  bbdb-completion-type nil
  bbdb-create-hook 'bbdb-creation-date-hook
  bbdb-default-area-code 408
  bbdb-define-all-aliases-field 'mail-alias
  bbdb-dial-local-prefix "9"
  bbdb-dial-local-prefix-alist '(((if bbdb-default-area-code
                                   (format "(%03d)" bbdb-default-area-code) "")
                                 "")
                                 )
  bbdb-dial-long-distance-prefix "1"
  bbdb-dwim-net-address-allow-redundancy nil
  bbdb-electric-p nil
  bbdb-elided-display nil
  bbdb-extract-address-component-handler 'message
  bbdb-extract-address-component-ignore-regexp 
"\\(\\(undisclosed\\|unlisted\\)[^,]*recipients\\)\\|no To-header on input"
  bbdb-extract-address-component-regexps 
'(("\"'\\([^\"]*\\)'\"\\s-*<\\([^>]+\\)>"
                                            (bbdb-snarf-nice-real-name

                                                                                    (match-string 
1 adstring)

                                                                                    )
                                            2)
                                           ("\"\\([^\"]*\\)\"\\s-*<\\([^>]+\\)>"
                                            (bbdb-snarf-nice-real-name

                                                                                 (match-string 
1 adstring)

                                                                                 )
                                            2)
                                           ("\\(\\b[^<\",]*\\b\\)\\s-*<\\([^>]+\\)>" 
1 2)
                                           ("<\\([^>]+\\)>" nil 2)
                                           ("\\(\\b[^<\",()]+\\b\\)\\s-*(\\([^)]+\\))" 
2 1)
                                           ("\\b\\(\\([^@]+\\.[^@]+\\)@[0-9a-z._-]+\\)\\b"
                                            (bbdb-snarf-nice-real-name

                                                                                            (match-string 
2 adstring)

                                                                                            )
                                            1)
                                           ("\\b\\(\\([0-9a-z._-]+\\)@[0-9a-z._-]+\\)\\b" 
nil 1)
                                           ("\\b\\([0-9a-z._-]+\\)\\b" nil 1))
  bbdb-file "~/.bbdb"
  bbdb-file-remote nil
  bbdb-file-remote-save-always t
  bbdb-finger-host-field 'finger-host
  bbdb-gui nil
  bbdb-hashtable-size 1021
  bbdb-ignore-most-messages-alist nil
  bbdb-ignore-some-messages-alist nil
  bbdb-info-file nil
  bbdb-initialize-hook nil
  bbdb-list-hook nil
  bbdb-load-hook nil
  bbdb-message-caching-enabled t
  bbdb-mode-hook nil
  bbdb-new-nets-always-primary nil
  bbdb-north-american-phone-numbers-p t
  bbdb-notes-default-separator ", "
  bbdb-notes-sort-order '((notes . 0) (www . 1) (ftp . 2) (gopher . 3)
                         (telnet . 4) (mail-alias . 5) (mail-folder . 6)
                         (lpr . 7) (creation-date . 1000) (timestamp . 1001))
  bbdb-notice-auto-save-file nil
  bbdb-notice-hook 'bbdb-auto-notes-hook
  bbdb-offer-save 1
  bbdb-pilot-filename "~/xfer/bbdb-pilot.csv"
  bbdb-pilot-output-category "bbdb"
  bbdb-pilot-output-elide '(attribution creation-date timestamp mail-alias
                            last-received last-subject)
  bbdb-pilot-output-no-bare-names t
  bbdb-pilot-output-requires '(or addrs phones)
  bbdb-pop-up-elided-display nil
  bbdb-pop-up-elided-display-fields nil
  bbdb-pop-up-elided-display-name-end 48
  bbdb-pop-up-target-lines 5
  bbdb-print-alist '((omit-area-code . "^(408) ")
                     (phone-on-first-line . "^[  ]*$") (ps-fonts)
                     (font-size . 6) (quad-hsize . "3.15in")
                     (quad-vsize . "4.5in"))
  bbdb-print-brief-alist '((columns . 1) (separator . 1) (n-phones . 2)
                           (n-addresses . 1)
                           (include-files "bbdb-print-brief" "bbdb-cols"))
  bbdb-print-elide '(tex-name aka mail-alias)
  bbdb-print-epilog "\\endaddresses\n\\bye\n"
  bbdb-print-file-name "~/bbdb.tex"
  bbdb-print-full-alist '((columns . 3) (separator . 2)
                         (include-files "bbdb-print" "bbdb-cols"))
  bbdb-print-prolog "%%%% ====== Phone/Address list in -*-TeX-*- Format 
=====\n%%%%        produced by bbdb-print, version 3.0\n\n"
  bbdb-print-require t
  bbdb-quiet-about-name-mismatches nil
  bbdb-readonly-p nil
  bbdb-refile-notes-default-merge-function 
'bbdb-refile-notes-default-merge-function
  bbdb-refile-notes-generate-alist '((creation-date .
                                      bbdb-refile-notes-string-least)
                                     (timestamp . 
bbdb-refile-notes-string-most)
                                     )
  bbdb-save-db-timeout nil
  bbdb-send-mail-style nil
  bbdb-silent-running nil
  bbdb-snarf-nice-real-name-regexp "[._, \n ]+"
  bbdb-use-alternate-names t
  bbdb-user-mail-names "\\bjfw\\b"
  bbdb-write-file-hooks '(bbdb-write-file-hook-fn)
  bbdb/mail-auto-create-p t
  bbdb/news-auto-create-p nil
  bbdb/prompt-for-create-p nil
  bbdb/vm-auto-add-label-field 'mail-alias
  bbdb/vm-auto-add-label-list nil
  bbdb/vm-get-from-headers '("From:" "Sender:" "Resent-From:" "Reply-To:"
                             "Resent-To:" "Resent-CC:" "To:" "CC:")
  bbdb/vm-get-only-first-from-p t
  bbdb/vm-set-auto-folder-alist-field 'vm-folder
  bbdb/vm-snarf-all-headers '("From:" "Sender:" "Resent-From:" "Reply-To:"
                              "Resent-To:" "Resent-CC:" "To:" "CC:")
  features '(mail-abbrevs sendmail reporter debug highlight-headers bbdb-hooks
             vm-page vm-mime vm-summary tapestry vm-motion vm-undo vm-message
             vm-menu vm-folder efs-cu vm-misc vm-mouse vm-window
             my-vm-virtual-folder-alist my-virtual-folders bbdb-vm bbdb-snarf
             vm-autoload vm-vars vm-startup vm-version vm bbdb-print bbdb-com
             bbdb timezone filladapt time rsz-minibuf func-menu font-lock crypt
             crypt++ completer timer cus-face dired-faces dired-xemacs dired
             zenirc-autoloads xemacs-devel-autoloads xemacs-base-autoloads
             vm-autoloads view-process-autoloads vc-autoloads time-autoloads
             textools-autoloads text-modes-autoloads texinfo-autoloads
             supercite-autoloads strokes-autoloads speedbar-autoloads
             sounds-au-autoloads slider-autoloads sh-script-autoloads
             sgml-autoloads semantic-autoloads psgml-autoloads
             ps-print-nomule-autoloads prog-modes-autoloads pcl-cvs-autoloads
             os-utils-autoloads net-utils-autoloads mailcrypt-autoloads
             mail-lib-autoloads jde-autoloads ispell-autoloads ilisp-autoloads
             igrep-autoloads hm--html-menus-autoloads gnus-autoloads
             gnats-autoloads fsf-compat-autoloads frame-icon-autoloads
             footnote-autoloads eudc-autoloads eterm-autoloads emerge-autoloads
             elib-autoloads efs-autoloads edit-utils-autoloads ediff-autoloads
             edebug-autoloads dired-autoloads debug-autoloads cookie-autoloads
             cc-mode-autoloads calendar-autoloads calc-autoloads
             c-support-autoloads bbdb-autoloads apel-autoloads
             Standard-autoloads loadhist auto-show fontl-hooks x-iso8859-1
             menubar-items x-menubar mouse mode-motion itimer auto-save
             lisp-mode easymenu iso8859-1 page buff-menu lib-complete
             help-nomule derived frame text-props cus-start custom widget
             cl-extra mini-cl cl cl-19 packages backquote very-early-lisp
             tooltalk lucid-scrollbars cut-buffer lucid-menubars motif-dialogs
             x tty-frames tty toolbar native-sound scrollbar unix-processes
             multicast network-streams subprocesses menubar dbm md5 xemacs png
             gif xpm lisp-float-type usg-unix-v dialog devices window-system
             c-balloon-help)
  )


Signaling: (wrong-type-argument listp ["John" "Doe" nil "Fooco" (["office" 
734 997 200 0]) nil ("dDoe@fooco.com") ((creation-date . "1999-09-29") 
(timestamp . "2001-03-19") (title . "Product Manager") (notes . "whatever") 
(last-received . "Thu, 15 Mar 2001 15:54:49 +0000") (last-subject . "Fwd: 
NEED HELP")) ["John Doe" "Doejohnfooco" #<marker at 1629758 in .bbdb 
0xe1d73c> nil]])
   bbdb-annotate-message-sender(("John Doe" "davdoe@barco.com") t t 
bbdb/vm-prompt-for-create)
   byte-code("..." [bbdb/vm-update-records-mode bbdb/vm-address 
bbdb/mail-auto-create-p bbdb/vm-offer-to-create record 
bbdb-case-fold-search annotating bbdb-annotate-message-sender t 
bbdb-invoke-hook-for-value bbdb/vm-prompt-for-create searching nil 6 
string-match "" quit 5 0 message "Hit C-g to stop BBDB from %s.  %d of %d 
addresses processed." sit-for net bbdb-records records case-fold-search 
matches done rest-of-nets rec processed-addresses bbdb-silent-running addrs] 6)
   #<compiled-function (bbdb/vm-address) "...(14)" [rec nil (byte-code 
"Æ=ƒ  bbdb/vm-update-record(t)
   #<compiled-function nil "...(23)" [record vm-follow-summary-cursor 
bbdb/vm-update-record t bbdb-display-records error "unperson"] 3 
("/usr/local/lib/xemacs/site-packages/lisp/bbdb/bbdb-vm.elc" . 8716) nil>()
   call-interactively(bbdb/vm-show-sender)


_______________________________________________
bbdb-info@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ["John F. Whitehead" <jfw@cisco.com> (by way of "John F. Whitehead" <jfw@well.com>)] auto-notes bug with multiple names
  2001-03-20 12:01 ["John F. Whitehead" <jfw@cisco.com> (by way of "John F. Whitehead" <jfw@well.com>)] auto-notes bug with multiple names Kai Großjohann
@ 2001-03-20 16:37 ` Kai Großjohann
  2001-03-20 19:11 ` Simon Josefsson
  1 sibling, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2001-03-20 16:37 UTC (permalink / raw)


Strange.  Error gone.  Hm.  Sorry.
kai
-- 
Be indiscrete.  Do it continuously.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ["John F. Whitehead" <jfw@cisco.com> (by way of "John F. Whitehead" <jfw@well.com>)] auto-notes bug with multiple names
  2001-03-20 12:01 ["John F. Whitehead" <jfw@cisco.com> (by way of "John F. Whitehead" <jfw@well.com>)] auto-notes bug with multiple names Kai Großjohann
  2001-03-20 16:37 ` Kai Großjohann
@ 2001-03-20 19:11 ` Simon Josefsson
  2001-03-20 21:13   ` Kai Großjohann
  1 sibling, 1 reply; 4+ messages in thread
From: Simon Josefsson @ 2001-03-20 19:11 UTC (permalink / raw)
  Cc: ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> The following message doesn't display for me: ``Fill prefix too long
> for specified width'' or similar.
> 
> Some bug in flow-fill.el?

The message didn't have a format=flowed MIME parameter, so flow-fill
shouldn't be invoked.  Do you got a backtrace?



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ["John F. Whitehead" <jfw@cisco.com> (by way of "John F. Whitehead" <jfw@well.com>)] auto-notes bug with multiple names
  2001-03-20 19:11 ` Simon Josefsson
@ 2001-03-20 21:13   ` Kai Großjohann
  0 siblings, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2001-03-20 21:13 UTC (permalink / raw)


On 20 Mar 2001, Simon Josefsson wrote:

> The message didn't have a format=flowed MIME parameter,

Gack.  Where did it go?  Arf.  I thought I had seen one.

Sorry for the line noise.

kai
-- 
Be indiscrete.  Do it continuously.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-03-20 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-20 12:01 ["John F. Whitehead" <jfw@cisco.com> (by way of "John F. Whitehead" <jfw@well.com>)] auto-notes bug with multiple names Kai Großjohann
2001-03-20 16:37 ` Kai Großjohann
2001-03-20 19:11 ` Simon Josefsson
2001-03-20 21:13   ` Kai Großjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).