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: Re: grep-find: first ':" char is a zero Date: Mon, 25 Nov 2019 10:14:54 -0500 Message-ID: <20191125101454.46d9ef9a@mistral> References: <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="63243"; mail-complaints-to="usenet@blaine.gmane.org" To: Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 25 16:15:27 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 1iZG5D-000GDO-Ma for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Nov 2019 16:15:23 +0100 Original-Received: from localhost ([::1]:45160 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZG5C-00041r-GZ for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Nov 2019 10:15:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58552) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZG4p-00041l-RB for help-gnu-emacs@gnu.org; Mon, 25 Nov 2019 10:15:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZG4o-0008GZ-05 for help-gnu-emacs@gnu.org; Mon, 25 Nov 2019 10:14:58 -0500 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:24987) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZG4n-0008GB-Ps for help-gnu-emacs@gnu.org; Mon, 25 Nov 2019 10:14:57 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2GfXgBN79td/8e4VMZlHAEBATgBBAQBA?= =?us-ascii?q?QIBBwEBgUwHAQEDAYE0AgFmgWESKo0uiBM1AYklhTCMIgkBAQE6AQIBAYQ6AgI?= =?us-ascii?q?BAQKCLCc5BQ0CEAEBAQQBAQEBAQUEAgJphGtYhicBAQEBAgE6HCgLCAMJDwklD?= =?us-ascii?q?xI2BhMbhU4DDiCwKYIniBsNY4FIIoESAgEBAYwhDIE/QIQkPoIbiBwElmFGlkp?= =?us-ascii?q?BgjWCAY87hAwnDIIji3+LbpkWkVQigVhwFYMnUCWVLCYwgQEBBgEBARUIEwUFA?= =?us-ascii?q?QGNBgEB?= X-IPAS-Result: =?us-ascii?q?A2GfXgBN79td/8e4VMZlHAEBATgBBAQBAQIBBwEBgUwHAQE?= =?us-ascii?q?DAYE0AgFmgWESKo0uiBM1AYklhTCMIgkBAQE6AQIBAYQ6AgIBAQKCLCc5BQ0CE?= =?us-ascii?q?AEBAQQBAQEBAQUEAgJphGtYhicBAQEBAgE6HCgLCAMJDwklDxI2BhMbhU4DDiC?= =?us-ascii?q?wKYIniBsNY4FIIoESAgEBAYwhDIE/QIQkPoIbiBwElmFGlkpBgjWCAY87hAwnD?= =?us-ascii?q?IIji3+LbpkWkVQigVhwFYMnUCWVLCYwgQEBBgEBARUIEwUFAQGNBgEB?= X-IronPort-AV: E=Sophos;i="5.69,241,1571716800"; d="scan'208";a="107254909" 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 10:14:55 -0500 In-Reply-To: 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.38 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:121889 Archived-At: On Mon, 25 Nov 2019 10:09:29 -0500 Noam Postavsky wrote: > On Mon, 25 Nov 2019 at 09:49, jonetsu wrote: > > [...] > > Yes, customize grep-use-null-filename-separator to nil. Thanks, this will be quite helpful. In the meanwhile I found that by using hexl-mode on a saved version of the grep-find results and subsequently exiting hexl-mode, the 0 character will be shown as caret + @. It then becomes easy to do a regular search-replace. Having grep-find not using a 0 character is the most direct solution.