From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: jonetsu Newsgroups: gmane.emacs.help Subject: grep-find: first ':" char is a zero Date: Mon, 25 Nov 2019 09:49:30 -0500 Message-ID: <20191125094930.2df74b64@mistral> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="217069"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 25 15:50:06 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iZFgk-000uBj-3l for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Nov 2019 15:50:06 +0100 Original-Received: from localhost ([::1]:44876 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZFgi-0001FU-MI for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Nov 2019 09:50:04 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54442) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZFgE-0001Ex-DV for help-gnu-emacs@gnu.org; Mon, 25 Nov 2019 09:49:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZFgD-00032E-1F for help-gnu-emacs@gnu.org; Mon, 25 Nov 2019 09:49:33 -0500 Original-Received: from pmta11.teksavvy.com ([76.10.157.34]:18598) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZFgC-00031U-Rl for help-gnu-emacs@gnu.org; Mon, 25 Nov 2019 09:49:32 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2EGZgCt6dtd/8e4VMZlGgEBAQEBOAEBA?= =?us-ascii?q?QICAQEBAQIBAQEDAQEBAYFYgTUCZ4FMFRKNWIhKAY5VjCIJAQEBIRkBAgEBhDo?= =?us-ascii?q?EgjAnOBMCEAEBAQQBAQEBAQUEAgJphGtYhmgcOwwYNIZ7skSJDIFIIoESAgEBj?= =?us-ascii?q?CIMgT9AhGKFFoUhBJZhRpcLgjWCAZNHJwyCI4t/i26qaSOBWHAVgyhPJYYcAY8?= =?us-ascii?q?PJoExAQYBAQEVCBMFBQEBjQYBAQ?= X-IPAS-Result: =?us-ascii?q?A2EGZgCt6dtd/8e4VMZlGgEBAQEBOAEBAQICAQEBAQIBAQE?= =?us-ascii?q?DAQEBAYFYgTUCZ4FMFRKNWIhKAY5VjCIJAQEBIRkBAgEBhDoEgjAnOBMCEAEBA?= =?us-ascii?q?QQBAQEBAQUEAgJphGtYhmgcOwwYNIZ7skSJDIFIIoESAgEBjCIMgT9AhGKFFoU?= =?us-ascii?q?hBJZhRpcLgjWCAZNHJwyCI4t/i26qaSOBWHAVgyhPJYYcAY8PJoExAQYBAQEVC?= =?us-ascii?q?BMFBQEBjQYBAQ?= X-IronPort-AV: E=Sophos;i="5.69,241,1571716800"; d="scan'208";a="109455921" Original-Received: from 198-84-184-199.cpe.teksavvy.com (HELO mistral) ([198.84.184.199]) by smtp.teksavvy.com with ESMTP; 25 Nov 2019 09:49:30 -0500 X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.34 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.help:121887 Archived-At: The first character ':' after the filename in grep-find turns out to be a zero. The second is a legitimate ':'. Both are shown as ':'. This means that the line numbers for each find are in between a zero and a ':' even though they look like being between two ':'. I found this when searching (C-s) for a ':' from the beginning of a line. It would not stop at the first ':' Is there a way to configure the grep-find results so that an actual character is used instead of zero ?