From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: gnus with bbdb article display problem Date: Fri, 06 Apr 2012 23:25:30 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1333769144 25661 80.91.229.3 (7 Apr 2012 03:25:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 7 Apr 2012 03:25:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 07 05:25:43 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SGMHX-0000lE-BI for ged-emacs-devel@m.gmane.org; Sat, 07 Apr 2012 05:25:43 +0200 Original-Received: from localhost ([::1]:50775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGMHW-0001jO-MC for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2012 23:25:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGMHR-0001hg-6F for emacs-devel@gnu.org; Fri, 06 Apr 2012 23:25:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SGMHM-0001gd-2q for emacs-devel@gnu.org; Fri, 06 Apr 2012 23:25:36 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:57480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGMHL-0001gZ-Vx for emacs-devel@gnu.org; Fri, 06 Apr 2012 23:25:32 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SGMHK-00073f-Ve; Fri, 06 Apr 2012 23:25:31 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 22 Mar 2012 19:35:16 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149447 Archived-At: Lars Magne Ingebrigtsen writes: > Dan Nicolaescu 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? I updated bbdb to 2.35 and the problem went away... Thanks --dan