From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#11381: 23.3; isearch-search-and-update issue? Date: Tue, 29 May 2012 03:27:10 +0300 Organization: JURTA Message-ID: <87ipffbzmp.fsf@mail.jurta.org> References: <4F9DC154.2000605@groveronline.com> <87ipgggtmw.fsf@mail.jurta.org> <878vhcc4nl.fsf@mail.jurta.org> <87vcjxdt5p.fsf@mail.jurta.org> <87vcjvwtxa.fsf@mail.jurta.org> <87r4ufhfmi.fsf@mail.jurta.org> <878vge3ri7.fsf@mail.jurta.org> <83pq9o1f9s.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338251748 27680 80.91.229.3 (29 May 2012 00:35:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 May 2012 00:35:48 +0000 (UTC) Cc: 11381@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue May 29 02:35:47 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SZAPb-0004BC-Ki for geb-bug-gnu-emacs@m.gmane.org; Tue, 29 May 2012 02:35:47 +0200 Original-Received: from localhost ([::1]:50458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZAPb-0001vg-9i for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 May 2012 20:35:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZAPY-0001vU-8m for bug-gnu-emacs@gnu.org; Mon, 28 May 2012 20:35:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZAPW-0007Df-B2 for bug-gnu-emacs@gnu.org; Mon, 28 May 2012 20:35:43 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZAPV-0007DS-VB for bug-gnu-emacs@gnu.org; Mon, 28 May 2012 20:35:42 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SZAQn-00074U-IG for bug-gnu-emacs@gnu.org; Mon, 28 May 2012 20:37:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 29 May 2012 00:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11381 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11381-submit@debbugs.gnu.org id=B11381.133825176227098 (code B ref 11381); Tue, 29 May 2012 00:37:01 +0000 Original-Received: (at 11381) by debbugs.gnu.org; 29 May 2012 00:36:02 +0000 Original-Received: from localhost ([127.0.0.1]:47332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZAPq-00072v-3f for submit@debbugs.gnu.org; Mon, 28 May 2012 20:36:02 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:50853 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZAPo-00072h-6U for 11381@debbugs.gnu.org; Mon, 28 May 2012 20:36:01 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 692A6451C91D; Mon, 28 May 2012 17:34:37 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Mon, 28 May 2012 15:34:35 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:60441 Archived-At: > And, I agree that the docstring of isearch-search-fun-function should > then clearly document what the `isearch-message-prefix' means. The problem is to find the right docstring to document the property. The docstring of `isearch-search-fun-function' is about a function that returns a search function. But the property `isearch-message-prefix' is put on a function that converts a string into a regexp. So it could be documented in the docstring of `isearch-message-prefix', but this function has no docstring (and neither `isearch-message').