From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Johnny Newsgroups: gmane.emacs.help Subject: Re: Gnus: How to easily change "From:" from the default to a second account's address? Date: Mon, 05 Dec 2011 20:18:32 +0000 Message-ID: <87wraadb6v.fsf@gmx.co.uk> References: <812215ED-D638-4BE4-8AD3-AC7EB95378E0@math.ethz.ch> <87y5v6yeyy.fsf@tsdh.uni-koblenz.de> <5BBBF1D0-1349-4C17-8D38-F75CE52D2C53@math.ethz.ch> <87bos10wv5.fsf@nzebook.haselwarter.org> <87mxbk6gkz.fsf@ericabrahamsen.net> <87wranytta.fsf@nzebook.haselwarter.org> <87pqge49ib.fsf@ericabrahamsen.net> <878vmtuzs4.fsf@gmx.co.uk> <8739d1l12j.fsf@nzebook.haselwarter.org> <87d3c41okj.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1323116792 6348 80.91.229.12 (5 Dec 2011 20:26:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Dec 2011 20:26:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 05 21:26:29 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RXf7H-0003y8-Ta for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Dec 2011 21:26:24 +0100 Original-Received: from localhost ([::1]:56155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXf7C-00083F-FD for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Dec 2011 15:26:18 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXf71-0007o4-H3 for help-gnu-emacs@gnu.org; Mon, 05 Dec 2011 15:26:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXf6z-00038M-Ek for help-gnu-emacs@gnu.org; Mon, 05 Dec 2011 15:26:07 -0500 Original-Received: from mailout-eu.gmx.com ([213.165.64.43]:51939) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RXf6y-00037N-TY for help-gnu-emacs@gnu.org; Mon, 05 Dec 2011 15:26:05 -0500 Original-Received: (qmail invoked by alias); 05 Dec 2011 20:26:01 -0000 Original-Received: from 78-86-131-176.zone2.bethere.co.uk (EHLO deusexmachina) [78.86.131.176] by mail.gmx.com (mp-eu005) with SMTP; 05 Dec 2011 21:26:01 +0100 X-Authenticated: #57368918 X-Provags-ID: V01U2FsdGVkX19W2Sl3TGVWRZc9I8vg5D94UqGXsCpdOKUvC91Cyy 51i9oln/Op5uM3 In-Reply-To: (Richard Riley's message of "Mon, 05 Dec 2011 20:44:24 +0100") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.43 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83132 Archived-At: Richard Riley writes: > Harry Putnam writes: > >> Philipp Haselwarter writes: >> >>> Johnny writes: >>> >>> ---8<---[snipped 25 lines]---8<--- >>>> >>>> ,---- >>>> | (setq bbdb-complete-name-allow-cycling t) >>>> | (setq bbdb-complete-mail-allow-cycling t) >>>> `---- >>> >>> I don't have the first one in bbdb3.02, but -mail- works like a charm :D >> >> After going thru this thread a few times, I still am not `getting' >> what you mean here. Do you mind explaining in some detail what you >> actually doing above? >> > > > Q:What mechanism are you using to cycle? When I hit tab it shows my > 3 or 4 emails matching the seed in another window and I have to switch > to that window and select it (bbdb 3.02). > I am using TAB to cycle. Maybe the following line that I have in my .gnus.el is suppressing the popup behaviour you describe? ,---- | (setq bbdb-use-pop-up nil) `---- -- Johnny