From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7361 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus+bbdb Date: Sun, 21 May 2006 17:12:46 +0200 Message-ID: <873bf3za1d.fsf@news.europe.ch> References: <87hd3l56b1.fsf@news.europe.ch> <87verz1opg.fsf@news.europe.ch> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148226042 3996 80.91.229.2 (21 May 2006 15:40:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 May 2006 15:40:42 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun May 21 17:40:38 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fhq2c-0006Kt-G5 for gegu-info-gnus-english@m.gmane.org; Sun, 21 May 2006 17:40:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fhq2b-0005Vr-Mf for gegu-info-gnus-english@m.gmane.org; Sun, 21 May 2006 11:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 25 Original-X-Trace: individual.net oo0S8QZiAY/ct8ixJQKS/AvKJqBf5+yfJ59qicV/fGF2hZQ8si X-Orig-Path: news.europe.ch!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:frLgsa5qGbFXpkAOCUlulmkUHns= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77544 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7361 Archived-At: Henry Atting writes: > ,---- > | > Hi, > | > > | > I don't know wether there is a better way. I do it like this: C-TAB > | > brings me to the BBDB buffer. Then as usual I cylce with the arrow > | > keys and enter the address with RET > | > > | > henry > | > | can you tll me which command your c-tab is wired to please? (C-h k > | C-tab) > `---- > It's no special bbdb function, it's simply the `other-window' switch: > > C-TAB runs `other-window' > > `other-window' is an interactive built-in function > (other-window COUNT &optional WHICH-FRAMES WHICH-DEVICES)... > > henry oh. I see. I just use C-x o for that : its the having to move into the other window that I'm trying to avoid if possible.