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#9432: 24.0.50; doc string of `next-error-highlight' Date: Mon, 05 Sep 2011 11:45:54 +0300 Organization: JURTA Message-ID: <874o0rwf5p.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1315212701 31806 80.91.229.12 (5 Sep 2011 08:51:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2011 08:51:41 +0000 (UTC) Cc: 9432@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 05 10:51:36 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R0Uty-0002D8-Hl for geb-bug-gnu-emacs@m.gmane.org; Mon, 05 Sep 2011 10:51:34 +0200 Original-Received: from localhost ([::1]:39782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0Uts-0006Zb-Vg for geb-bug-gnu-emacs@m.gmane.org; Mon, 05 Sep 2011 04:51:28 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0Utp-0006UE-7J for bug-gnu-emacs@gnu.org; Mon, 05 Sep 2011 04:51:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0Utn-00050l-R5 for bug-gnu-emacs@gnu.org; Mon, 05 Sep 2011 04:51:25 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0Utn-00050h-PY for bug-gnu-emacs@gnu.org; Mon, 05 Sep 2011 04:51:23 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1R0UxL-0006rD-VC; Mon, 05 Sep 2011 04:55:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 05 Sep 2011 08:55:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9432 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9432-submit@debbugs.gnu.org id=B9432.131521289826333 (code B ref 9432); Mon, 05 Sep 2011 08:55:03 +0000 Original-Received: (at 9432) by debbugs.gnu.org; 5 Sep 2011 08:54:58 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R0UxF-0006qg-PR for submit@debbugs.gnu.org; Mon, 05 Sep 2011 04:54:57 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R0UxD-0006qX-A0 for 9432@debbugs.gnu.org; Mon, 05 Sep 2011 04:54:55 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 801CC6E80AC; Mon, 5 Sep 2011 01:51:14 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 9300A451C356; Mon, 5 Sep 2011 01:51:13 -0700 (PDT) In-Reply-To: (Drew Adams's message of "Sat, 3 Sep 2011 18:16:01 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 05 Sep 2011 04:55:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) 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:50600 Archived-At: > The doc string correctly describes the length of time of highlighting > for each of the values that does highlighting... EXCEPT for the value > `fringe-arrow'. In that case the doc only says WHERE the > "highlighting"/indication occurs; it does not say UNTIL WHEN it occurs. > > The doc string should say that the fringe indication is moved when some > other locus replaces it - just as it says this for a value of `t'. Is this better? === modified file 'lisp/simple.el' --- lisp/simple.el 2011-07-28 14:05:07 +0000 +++ lisp/simple.el 2011-09-05 08:44:02 +0000 @@ -73,7 +73,8 @@ (defcustom next-error-highlight 0.5 If t, highlight the locus until the next command is executed, or until some other locus replaces it. If nil, don't highlight the locus in the source buffer. -If `fringe-arrow', indicate the locus by the fringe arrow." +If `fringe-arrow', indicate the locus by the fringe arrow +indefinitely until some other locus replaces it." :type '(choice (number :tag "Highlight for specified time") (const :tag "Semipermanent highlighting" t) (const :tag "No highlighting" nil) @@ -86,7 +87,8 @@ (defcustom next-error-highlight-no-selec If number, highlight the locus in `next-error' face for given time in seconds. If t, highlight the locus indefinitely until some other locus replaces it. If nil, don't highlight the locus in the source buffer. -If `fringe-arrow', indicate the locus by the fringe arrow." +If `fringe-arrow', indicate the locus by the fringe arrow +indefinitely until some other locus replaces it." :type '(choice (number :tag "Highlight for specified time") (const :tag "Semipermanent highlighting" t) (const :tag "No highlighting" nil)