unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vitalie Spinu <spinuvit@gmail.com>
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: Dan Nicolaescu <dann@gnu.org>, emacs-devel@gnu.org
Subject: Re: gnus with bbdb article display problem
Date: Tue, 03 Apr 2012 14:55:47 +0200	[thread overview]
Message-ID: <87wr5x2cev.fsf@gmail.com> (raw)
In-Reply-To: m34ntgfpqz.fsf@stories.gnus.org

>>>> Lars Magne Ingebrigtsen <larsi@gnus.org>
>>>> on Thu, 22 Mar 2012 19:35:16 +0100 wrote:

  > Dan Nicolaescu <dann@gnu.org> writes:
  >> Unfortunately now when pressing RET in the summary buffer instead of
  >> having the article displayed in the lower window, the BBDB buffer is
  >> displayed instead.

  > I don't use bbdb, so I can't debug this.  Could you try to add a
  > `debug-on-entry' on whatever bbdb function is popping up the bbdb buffer
  > (or something), and then we may see what's causing this?

Hi Lars, 

I can reproduce this. And I don't know how to debug this since it's not
an error.

It happens on collection of new emails by bbdb. When RET is hit in
summary buffer, the article is displayed as normal but bbdb buffer
covers summary buffer. If I press SPC it bbdb removes the buffer and
pops up the question "Add address xxx to "yyy"? (y or n)". If I press
"q" bbdb disappears but "-> " in minibuffer stays and some funny stuff
starts happening. Gnus shortcuts are not working properly anymore and
bbdb questions popup till I hit C-g several times.

Any ideas?

I've got this in my bbdb config:

(setq
 bbdb-check-zip-codes-p nil
 bbdb-default-area-code +31
 bbdb-default-country "Netherlands"
 bbdb-offer-save 1                        ;; 1 means save-without-asking
 bbdb-use-pop-up nil                        ;; allow popups for addresses
 bbdb-electric-p t                        ;; be disposable with SPC
 bbdb-popup-target-lines  1               ;; very small
 bbdb-dwim-net-address-allow-redundancy nil ;; always use full name
 bbdb-quiet-about-name-mismatches 5       ;; show name-mismatches 5 secs
					; bbdb-always-add-address nil                ;; add new addresses to existing...contacts automatically
 bbdb-canonicalize-redundant-nets-p t     ;; x@foo.bar.cx => x@bar.cx
 bbdb-completion-type nil                 ;; complete on anything
 bbdb-complete-name-allow-cycling t       ;; cycle through matches
 bbdb-message-caching-enabled t           ;; be fast
 bbdb-use-alternate-names t               ;; use AKA
 bbdb-elided-display t                    ;; single-line addresses
 ;; auto-create addresses
 bbdb/mail-auto-create-p	'bbdb-ignore-some-messages-hook
 bbdb/news-auto-create-p	'bbdb-ignore-some-messages-hook
 bbdb-ignore-some-messages-alist '(
                                   ( "From" . "no.?reply\\|DAEMON\\|daemon\\|facebookmail\\|twitter\\|gmane\\|reply.github")
                                   ( "To"   . "googlegroups\\|r-help\\|ess-help\\|r-project\\|mozdev\\|manipulatr\\|Conkeror")
                                   ( "Cc"   . "r-help\\|ess-help\\|r-project\\|mozdev\\|manipulatr\\|Conkeror")
                                   ( "Subject". "\\[R\\]\\|manipulatr\\|Conkeror")
                                   ( "Newsgroups" . "gmane"))
 bbdb-north-american-phone-numbers nil
 ;; auto-create notes
 bbdb-notice-hook (quote (bbdb-auto-notes-hook))
 bbdb-auto-notes-alist  (quote (("To"
                                 ("ess" . "ESS")
                                 ("spinuvit" . "Personal mail"))
                                ("From"
                                 ("eur.nl" company "Erasmus University Rotterdam")
                                 ("Organization" (".*" company 0 nil))
                                 )))
 bbdb-auto-notes-ignore (quote (("Organization" . "^Gatewayed from\\\\|^Source only"))) ;; ignores only single field
 bbdb-auto-notes-ignore-all nil  ;; looks in whole message
 )

GNU Emacs 24.0.94.1 (i686-pc-linux-gnu) 

Ma Gnus v.04 as from 28th of February and the most recent head, both
have this behavior.

Vitalie.



  reply	other threads:[~2012-04-03 12:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-16 20:27 gnus with bbdb article display problem Dan Nicolaescu
2012-03-22 18:35 ` Lars Magne Ingebrigtsen
2012-04-03 12:55   ` Vitalie Spinu [this message]
2012-04-10 17:39     ` Lars Magne Ingebrigtsen
2012-04-18 17:05       ` Vitalie Spinu
2012-04-07  3:25   ` Dan Nicolaescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wr5x2cev.fsf@gmail.com \
    --to=spinuvit@gmail.com \
    --cc=dann@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).