From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?TG91aXMgSMO2Zmxlcg==?= Newsgroups: gmane.emacs.help Subject: Re: Search within function for text Date: Tue, 24 Mar 2015 17:57:44 +0100 Message-ID: <55119788.20800@mathematek.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1427218936 19425 80.91.229.3 (24 Mar 2015 17:42:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Mar 2015 17:42:16 +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 Mar 24 18:42:10 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YaSq4-0001hb-I0 for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Mar 2015 18:42:04 +0100 Original-Received: from localhost ([::1]:33714 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaSq4-0001GK-1W for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Mar 2015 13:42:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaS9F-0003Ac-36 for help-gnu-emacs@gnu.org; Tue, 24 Mar 2015 12:57:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaS9B-00010i-O3 for help-gnu-emacs@gnu.org; Tue, 24 Mar 2015 12:57:48 -0400 Original-Received: from mathematek.de ([5.9.124.170]:57982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaS9B-00010C-Ie for help-gnu-emacs@gnu.org; Tue, 24 Mar 2015 12:57:45 -0400 Original-Received: from [192.168.2.100] (p3E9E91CC.dip0.t-ipconnect.de [62.158.145.204]) (Authenticated sender: louis.hoefler@mathematek.de) by mathematek.de (Postfix) with ESMTPSA id 3393C601C3C for ; Tue, 24 Mar 2015 17:57:44 +0100 (CET) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.9.124.170 X-Mailman-Approved-At: Tue, 24 Mar 2015 13:41:45 -0400 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:103292 Archived-At: Should be find -type f -name "*.cpp" | xargs grep "foo() \{.* bar.*\}" Greetings, Louis