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: Sat, 23 Oct 2004 14:49:01 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org 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 1098557398 28066 80.91.229.6 (23 Oct 2004 18:49:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Oct 2004 18:49:58 +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 Sat Oct 23 20:49:54 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 1CLQxd-0005Td-00 for ; Sat, 23 Oct 2004 20:49:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLR5C-0004Q4-D0 for ged-emacs-devel@m.gmane.org; Sat, 23 Oct 2004 14:57:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLR4d-00042y-Qc for emacs-devel@gnu.org; Sat, 23 Oct 2004 14:57:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLR4c-00041a-6m for emacs-devel@gnu.org; Sat, 23 Oct 2004 14:57:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLR4c-00041N-2h for emacs-devel@gnu.org; Sat, 23 Oct 2004 14:57:06 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLQx1-000670-Pp for emacs-devel@gnu.org; Sat, 23 Oct 2004 14:49:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CLQwn-0003vT-NA; Sat, 23 Oct 2004 14:49:01 -0400 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28795 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28795 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 you like to do this? By the way, if you want to "restore their highlighting...after modifying the lines", the undo command should do it.