From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: garbage prevents copy from *grep* buffer Date: Sun, 31 Oct 2004 04:42:02 -0500 Message-ID: References: <16761.34420.224255.307022@farnswood.snap.net.nz> <871xfqti7d.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099215827 4967 80.91.229.6 (31 Oct 2004 09:43:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 09:43:47 +0000 (UTC) Cc: bob@rattlesnake.com, nickrob@snap.net.nz, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 31 10:43:38 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COCFN-0005oX-00 for ; Sun, 31 Oct 2004 10:43:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COCNJ-0008F9-Ao for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2004 04:51:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COCN8-0008Em-17 for emacs-devel@gnu.org; Sun, 31 Oct 2004 04:51:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COCN7-0008Ea-Jp for emacs-devel@gnu.org; Sun, 31 Oct 2004 04:51:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COCN7-0008EX-9u for emacs-devel@gnu.org; Sun, 31 Oct 2004 04:51:37 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1COCEs-0002mH-58 for emacs-devel@gnu.org; Sun, 31 Oct 2004 04:43:06 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1COCDq-0002LR-56; Sun, 31 Oct 2004 04:42:02 -0500 Original-To: Juri Linkov In-Reply-To: <871xfqti7d.fsf@jurta.org> (message from Juri Linkov on Sat, 23 Oct 2004 02:45:45 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29215 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29215 Since no one likes invisible grep markers, they should be deleted from the grep buffer even at the cost of losing the ability to restore their highlighting after saving and reloading the grep buffer, or even after modifying the lines with grep matches. I agree. Would someone please offer to implement this? Please write to me if you will do it.