From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leh CHAO Newsgroups: gmane.emacs.help Subject: does emacs support incremental searching for partial matches? Date: Mon, 21 Feb 2011 02:28:45 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1298382840 24183 80.91.229.12 (22 Feb 2011 13:54:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 13:54:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 22 14:53:54 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 1PrsgL-00045U-MO for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2011 14:53:53 +0100 Original-Received: from localhost ([127.0.0.1]:41418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrsaQ-0007w9-SU for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2011 08:47:31 -0500 Original-Received: from [140.186.70.92] (port=40680 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrT0m-0005VI-6E for help-gnu-emacs@gnu.org; Mon, 21 Feb 2011 05:29:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrT0Z-0006Sk-6W for help-gnu-emacs@gnu.org; Mon, 21 Feb 2011 05:28:48 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:34044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrT0Y-0006S3-Uv for help-gnu-emacs@gnu.org; Mon, 21 Feb 2011 05:28:47 -0500 Original-Received: by wyi11 with SMTP id 11so792698wyi.0 for ; Mon, 21 Feb 2011 02:28:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=tcFHkEn/jXV0R6ImLp8J2EmyqKNeDrrgJb2s1Mjy0mg=; b=dfPckivaEEee+fj0rsQ/yOoa2WwKAwPUFIkWF87pKxYgLK5WEco2YbL6zRotw9B+ES R89EA8AGdR0AT4qdaSpOXTTl6eaMvXppT6yoyF/VgpQRIgLL61z14WwIn+Cyf+CtGtNU gllq7AxOQE4VO0+6a3efHCoDWg2PqLl19el9g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=gbsY69abFJVCA2F0VyaSdQAQYcosFIQdBfmSSyTKLXvqyZ1xS318tgj/9eEH7Sid7U ukLr7hcsILf0nZRSjDjoTfjh9Fj1oCQ3+3XbtMADepjaLCdKdhm9f9525fkx2LYIjNru KKIS5Bo2ZomGfrZSNsOS+uUyPBH/XS4KZUtQc= Original-Received: by 10.227.10.81 with SMTP id o17mr1056030wbo.14.1298284125365; Mon, 21 Feb 2011 02:28:45 -0800 (PST) Original-Received: by 10.227.155.6 with HTTP; Mon, 21 Feb 2011 02:28:45 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 X-Mailman-Approved-At: Tue, 22 Feb 2011 08:35:55 -0500 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:79314 Archived-At: Hi, I'm wondering if emacs has built-in support for incremental searching for partial matches, such as searching for 'memcache' matches 'memorycache'. It would be really helpful to me when I'm working on Visual C++ code because the programmers tend to use long variable names. Thanks! eric