From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: filebat Mark Newsgroups: gmane.emacs.help Subject: Re: Ask help to perform combo or secondary search in bbdb? Date: Mon, 11 Apr 2011 14:33:37 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00504502ad3b76163e04a09ec137 X-Trace: dough.gmane.org 1302503661 22987 80.91.229.12 (11 Apr 2011 06:34:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2011 06:34:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 11 08:34:12 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9AhQ-0005jt-6r for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Apr 2011 08:34:12 +0200 Original-Received: from localhost ([127.0.0.1]:57870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9AhN-0004ZP-JJ for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Apr 2011 02:34:09 -0400 Original-Received: from [140.186.70.92] (port=40110 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9Agw-0004Xa-Bk for help-gnu-emacs@gnu.org; Mon, 11 Apr 2011 02:33:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Agv-0001FK-AF for help-gnu-emacs@gnu.org; Mon, 11 Apr 2011 02:33:42 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:41904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Agv-0001Er-5d for help-gnu-emacs@gnu.org; Mon, 11 Apr 2011 02:33:41 -0400 Original-Received: by pzk32 with SMTP id 32so2542257pzk.0 for ; Sun, 10 Apr 2011 23:33:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=51iY0x1wmABunGmL+J5CA80agvhmwJnm4jftmWPZcds=; b=HZxec6jdrODPT8lbCjWnaqhcj8BPZ+zGOW3bVuwwBESGTv7YfobZzFYJuVQ7T9CZlS 756e4TQyWIdBYEEgFhbFW+yByJvcbqnBr+9wQ42lptfObKsZRiw2pGDLdzvAP2JeJB6i 8j8YGRkakcFELIARPlS6X3pfbBHKUqU8WNeUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=BNxmqRVJVs/nIFCIE99pb+eELZIFPSrL00EcVZx3sw9HT8+d9N1ooTmkUX7Ev30Wsf +7UFAkwt1oVgV+b6gbmCTIFPD/r64MO6t6QpuAxW+Ni5gEK4hh4mSev6CC0tp0whT66N TYs9YadRAlTF3zgT5TOlTrZSnlNrPKuSd8mTM= Original-Received: by 10.142.60.5 with SMTP id i5mr5173609wfa.135.1302503617860; Sun, 10 Apr 2011 23:33:37 -0700 (PDT) Original-Received: by 10.68.55.37 with HTTP; Sun, 10 Apr 2011 23:33:37 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80769 Archived-At: --00504502ad3b76163e04a09ec137 Content-Type: text/plain; charset=ISO-8859-1 Hi Stefan C-s can search entries in *bbdb* buffer, in the way of string matching. But how to get a list of entries, based on previous search? For example, I'd like to search whose company is "ABC", and net address is "gmail". First I try "b" for "ABC", I get a list of matched entries. Then what shall I do? I'd like to get a list of entries match both two criteria. So I can easily send one mail to these friends at one time. Regards, Denny On Sun, Apr 10, 2011 at 10:18 AM, Stefan Monnier wrote: > > After pressing "b" in bbdb, we can query all entries in BBDB matching > > my regexp. Then how to perform a secondary search for all qualified > > entries found in the first try? > > I don't know if you can. But I usually just use C-s for such > a secondary search. > > > Stefan > -- Thanks & Regards Denny Zhang --00504502ad3b76163e04a09ec137 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Stefan

C-s can search entries in *bbdb* buffer, in the way of str= ing matching.

But how to get a list of entries, based on previous se= arch?
For example, I'd like to search whose company is "ABC&quo= t;, and net address is "gmail".

First I try "b" for "ABC", I get a list of matched = entries. Then what shall I do?
I'd like to get a list of entries mat= ch both two criteria. So I can easily send one mail to these friends at one= time.

Regards,
Denny

On Sun, Apr 10, 201= 1 at 10:18 AM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> After pressing "b" in bbdb, we can query a= ll entries in BBDB matching
> my regexp. =A0Then how to perform a secondary search for all qualified=
> entries found in the first try?

I don't know if you can. =A0But I usually just use C-s for such a secondary search.


=A0 =A0 =A0 =A0Stefan



--
Thanks & Reg= ards

Denny Zhang

--00504502ad3b76163e04a09ec137--