emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnus with bbdb article display problem


From: Dan Nicolaescu
Subject: gnus with bbdb article display problem
Date: Fri, 16 Mar 2012 16:27:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Hi,

I don't update emacs that I use for reading mail (with gnus) very
often, I just did that today.

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 haven't changed my gnus/bbdb settings in a few years, so this is
due to something that changed in emacs.


Here are my bbdb related settings in .gnus.el:

  (require 'bbdb)
  (bbdb-initialize 'gnus 'message)
  (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
  (add-hook 'message-setup-hook 'bbdb-define-all-aliases)
  (setq bbdb-quiet-about-name-mismatches 0)
  (setq bbdb-use-pop-up nil)
  (setq bbdb-pop-up-target-lines 3)
  (setq bbdb-offer-save 1) 
  (setq bbdb-complete-name-allow-cycling t)
  (setq bbdb-dwim-net-address-allow-redundancy t)

This might be something that would hit other people when emacs is released...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]