From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ingvar Newsgroups: gmane.emacs.help Subject: Serching for pattern down one column Date: Mon, 24 Nov 2008 16:59:30 -0800 (PST) Message-ID: <20673287.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227617223 18920 80.91.229.12 (25 Nov 2008 12:47:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2008 12:47:03 +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 Nov 25 13:48:07 2008 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.50) id 1L4xKo-00026d-L8 for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2008 13:48:06 +0100 Original-Received: from localhost ([127.0.0.1]:36735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4xJe-00058p-FY for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2008 07:46:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4mH9-0000RW-9w for help-gnu-emacs@gnu.org; Mon, 24 Nov 2008 19:59:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4mH7-0000OL-1S for Help-gnu-emacs@gnu.org; Mon, 24 Nov 2008 19:59:34 -0500 Original-Received: from [199.232.76.173] (port=48194 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4mH6-0000O6-NZ for Help-gnu-emacs@gnu.org; Mon, 24 Nov 2008 19:59:32 -0500 Original-Received: from kuber.nabble.com ([216.139.236.158]:36183) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L4mH6-00069s-5o for Help-gnu-emacs@gnu.org; Mon, 24 Nov 2008 19:59:32 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1L4mH4-0003yO-AP for Help-gnu-emacs@gnu.org; Mon, 24 Nov 2008 16:59:30 -0800 X-Nabble-From: ingvar@nanosi.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Tue, 25 Nov 2008 07:42:42 -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:60081 Archived-At: I have a file with binary numbers in colums. Is there any way in emacs to search for a specific pattern in a column? For example I have the file with the following: 1 0 0 1 1 1 0 0 0 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 I now want to search for the pattern "111" in a column (it should find the pattern in column 2 rows 2-4 and column 3 rows 3-5). Does anyone know how to do it? -- View this message in context: http://www.nabble.com/Serching-for-pattern-down-one-column-tp20673287p20673287.html Sent from the Emacs - Help mailing list archive at Nabble.com.