Re: ':' & ';' in mailers
On Monday, March 10, 2008 at 23:05:59, Leo wrote: > On 2008-03-10 21:59 +, Robert Widhopf-Fenk wrote: > > On Friday, March 7, 2008 at 00:54:36, Leo wrote: > > [...] > >> I think there should be another key to show (just show, not add) the > >> record in the database, if this documented behaviour is to be changed. > > > > Hi Leo, > > > > thanks for reporting this. It should now be fixed in CVS, > > i.e. the old documented behavior was restored and the "fix" > > which broke it also works now. > > > > If it does not, please blame it on me ;-) > > It seems to work. However I see the following message displayed in the > echo area, " is not in the db; add (y,!,n,s,q,?)" but I don't know > what 'y,!,n,s,q,?' does respectively? Also type '?' does not bring up a > help window. That might be another bug. Leo, could you please try the latest version from CVS? Thanks Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
Re: ':' & ';' in mailers
On Monday, March 10, 2008 at 23:05:59, Leo wrote: > On 2008-03-10 21:59 +, Robert Widhopf-Fenk wrote: > > On Friday, March 7, 2008 at 00:54:36, Leo wrote: > > [...] > >> I think there should be another key to show (just show, not add) the > >> record in the database, if this documented behaviour is to be changed. > > > > Hi Leo, > > > > thanks for reporting this. It should now be fixed in CVS, > > i.e. the old documented behavior was restored and the "fix" > > which broke it also works now. > > > > If it does not, please blame it on me ;-) > > It seems to work. However I see the following message displayed in the > echo area, " is not in the db; add (y,!,n,s,q,?)" but I don't know > what 'y,!,n,s,q,?' does respectively? Also type '?' does not bring up a > help window. That might be another bug. It should bring up a help window: ,[ help ] | Your answer controls how BBDB updates/searches for records. | | Type ? for this help. | Type y to add the current record. | Type ! to add all remaining records. | Type n to skip the current record. (You might also type space) | Type s to switch from annotate to search mode. | Type q to quit updating records. No more search or annotation is done."))) ` So it is a bug. Bye Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
Re: ':' & ';' in mailers
On 2008-03-10 21:59 +, Robert Widhopf-Fenk wrote: > On Friday, March 7, 2008 at 00:54:36, Leo wrote: > [...] >> I think there should be another key to show (just show, not add) the >> record in the database, if this documented behaviour is to be changed. > > Hi Leo, > > thanks for reporting this. It should now be fixed in CVS, > i.e. the old documented behavior was restored and the "fix" > which broke it also works now. > > If it does not, please blame it on me ;-) It seems to work. However I see the following message displayed in the echo area, " is not in the db; add (y,!,n,s,q,?)" but I don't know what 'y,!,n,s,q,?' does respectively? Also type '?' does not bring up a help window. That might be another bug. > > Bye Robert -- .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. Use the best OS -- http://www.fedoraproject.org/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
Re: ':' & ';' in mailers
On 2008-03-04 23:59 +, Robert Widhopf-Fenk wrote: > On Saturday, March 1, 2008 at 22:22:34, Leo wrote: >> Hi All, >> >> The document of ':' and ';' states that If there is none, you will be >> asked whether to create one. But one is never asked. Is this a bug? >> >> How to make creating new records from mailers always requires a >> confirmation? > > I believe the following line is causing this > [patch] > which was added to all allow for > > (setq bbdb/news-auto-create-p 'prompt) > > ... in fact I like that I do not get bothered by a question > as I did the ":" explicitly anyway for the purpose of adding > the addresses ... so I think about fixing the documentation. > > Robert I think there should be another key to show (just show, not add) the record in the database, if this documented behaviour is to be changed. -- .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. Use the best OS -- http://www.fedoraproject.org/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
Re: ':' & ';' in mailers
On Friday, March 7, 2008 at 00:54:36, Leo wrote: [...] > I think there should be another key to show (just show, not add) the > record in the database, if this documented behaviour is to be changed. Hi Leo, thanks for reporting this. It should now be fixed in CVS, i.e. the old documented behavior was restored and the "fix" which broke it also works now. If it does not, please blame it on me ;-) Bye Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
Re: ':' & ';' in mailers
On Saturday, March 1, 2008 at 22:22:34, Leo wrote: > Hi All, > > The document of ':' and ';' states that If there is none, you will be > asked whether to create one. But one is never asked. Is this a bug? > > How to make creating new records from mailers always requires a > confirmation? I believe the following line is causing this === modified file 'lisp/bbdb.el' --- lisp/bbdb.el2007-11-26 22:18:56 + +++ lisp/bbdb.el2008-03-04 23:37:58 + @@ -3314,7 +3314,7 @@ (if (string-match "[EMAIL PROTECTED]" net) (setq name (bbdb-clean-username (match-string 0 net) (setq record (if (or (null prompt-to-create-p) - (eq create-p t) ;; don't skip if it's 'prompt! +; (eq create-p t) ;; don't skip if it's 'prompt! (if (functionp prompt-to-create-p) (bbdb-invoke-hook-for-value prompt-to-create-p) which was added to all allow for (setq bbdb/news-auto-create-p 'prompt) ... in fact I like that I do not get bothered by a question as I did the ":" explicitly anyway for the purpose of adding the addresses ... so I think about fixing the documentation. Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
Re: ':' & ';' in mailers
On 2008-03-01 23:31 +, Adrian Aichner wrote: > Variables and Constants: > > * bbdb/mail-auto-create-p - If this is t, then Gnus, MH, RMAIL, and >VM will automatically > * bbdb/news-auto-create-p - If this is t, then Gnus will >automatically create new bbdb > > For me they are t and nil respectively. Both are nil but there is still no confirmation. -- .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. Use the best OS -- http://www.fedoraproject.org/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
Re: ':' & ';' in mailers
Leo <[EMAIL PROTECTED]> writes: > Hi All, > > The document of ':' and ';' states that If there is none, you will be > asked whether to create one. But one is never asked. Is this a bug? > > How to make creating new records from mailers always requires a > confirmation? Hi Leo, what are your settings for these: Variables and Constants: * bbdb/mail-auto-create-p - If this is t, then Gnus, MH, RMAIL, and VM will automatically * bbdb/news-auto-create-p - If this is t, then Gnus will automatically create new bbdb For me they are t and nil respectively. Adrian > > ,[ (info "(bbdb)Interfaces") ] > | `:' > | (`bbdb/package-show-sender') Displays the BBDB entry corresponding > | to the author of the current message. If there is none, you will > | be asked whether to create one. The function called is > | `bbdb/package-show-sender', where `package' is either `gnus', > | `mh', `rmail', or `vm', depending on the mail or news program > | being used when the command is invoked. > | > | `;' > | (`bbdb/package-annotate-sender') Lets you edit the `notes' field > | of the BBDB record corresponding to the sender of the current > | message. If there is no record for the current author, you will be > | asked whether to create one. The function called is > | `bbdb/package-annotate-sender', where `package' is either `gnus', > | `mh', `rmail', or `vm', depending on the mail or news program > | being used when the command is invoked. > ` > > ["BBDB version 2.36 devo"] > ["Gnus/5.13 Emacs/23.0.60 (20080222) Fedora/8 (gnu/linux)"] > > Best, -- Adrian Aichner mailto:[EMAIL PROTECTED] http://www.xemacs.org/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/