From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Doing search and replace via *grep* buffer Date: Thu, 11 Oct 2007 22:46:23 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1192157299 23483 80.91.229.12 (12 Oct 2007 02:48:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2007 02:48:19 +0000 (UTC) Cc: kfs@cua.dk, emacs-devel@gnu.org To: =?iso-8859-1?Q?Ren=E9?= Kyllingstad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 12 04:48:07 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IgAZK-0004ZW-4z for ged-emacs-devel@m.gmane.org; Fri, 12 Oct 2007 04:48:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgAZE-0008Ns-23 for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 22:48:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IgAXj-0006pN-9b for emacs-devel@gnu.org; Thu, 11 Oct 2007 22:46:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgAXh-0006nt-Pg for emacs-devel@gnu.org; Thu, 11 Oct 2007 22:46:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgAXh-0006nl-HB for emacs-devel@gnu.org; Thu, 11 Oct 2007 22:46:25 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IgAXg-0002uf-Q0 for emacs-devel@gnu.org; Thu, 11 Oct 2007 22:46:24 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IgAXf-0004cC-JE; Thu, 11 Oct 2007 22:46:23 -0400 In-reply-to: (message from =?iso-8859-1?Q?Ren=E9?= Kyllingstad on Thu, 11 Oct 2007 17:17:13 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:80688 Archived-At: The feature looks useful, but I wonder why it is implemented using next-error-hook. If this it can be done in a more natural way, let's rewrite it more naturally. Or, if there is a reason that this is the right way, let's put in comments explaining why that is so. Also, all the functions and variables should have doc strings to explain how they are used.