all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#71879: 30.0.60; Docstring error in NOERROR argument part of re-search-forward
@ 2024-07-01 16:13 Gerard Vermeulen
  2024-07-01 17:30 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Gerard Vermeulen @ 2024-07-01 16:13 UTC (permalink / raw)
  To: 71879

Hello,

The last "if" clause in the NOERROR part of the re-search-forward 
docstring
is wrong.

It reads "if it is neither nil nor t, move to the limit of search and 
return nil."

but if NOERROR equals neither nil nor t re-search-forward returns the 
start
position of the match (when found) or nil (when no match found).

See for instance: (info "(Eintr) the-the")

By the way: using the-the finds a duplication "is is" in the NEWS file 
but I
am unsure whether this merits a bug report.

Regards -- Gerard









^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#71879: 30.0.60; Docstring error in NOERROR argument part of re-search-forward
  2024-07-01 16:13 bug#71879: 30.0.60; Docstring error in NOERROR argument part of re-search-forward Gerard Vermeulen
@ 2024-07-01 17:30 ` Eli Zaretskii
  2024-07-01 17:48   ` Gerard Vermeulen
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2024-07-01 17:30 UTC (permalink / raw)
  To: Gerard Vermeulen; +Cc: 71879

> Date: Mon, 01 Jul 2024 16:13:38 +0000
> From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
> 
> Hello,
> 
> The last "if" clause in the NOERROR part of the re-search-forward 
> docstring
> is wrong.
> 
> It reads "if it is neither nil nor t, move to the limit of search and 
> return nil."
> 
> but if NOERROR equals neither nil nor t re-search-forward returns
> the start position of the match (when found) or nil (when no match
> found).

The full text of that part is as follows:

  The optional third argument NOERROR indicates how errors are handled
    when the search fails.  If it is nil or omitted, emit an error; if
    it is t, simply return nil and do nothing; if it is neither nil nor
    t, move to the limit of search and return nil.

Note the first sentence of the paragraph: this entire paragraph
describes how NOERROR affects the case when the search _fails_.  Thus,
the situation where the search succeeds is not relevant to the above
part of the doc string.

So I think this text is accurate and correct.

> By the way: using the-the finds a duplication "is is" in the NEWS
> file but I am unsure whether this merits a bug report.

Fixed, thanks.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#71879: 30.0.60; Docstring error in NOERROR argument part of re-search-forward
  2024-07-01 17:30 ` Eli Zaretskii
@ 2024-07-01 17:48   ` Gerard Vermeulen
  0 siblings, 0 replies; 3+ messages in thread
From: Gerard Vermeulen @ 2024-07-01 17:48 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 71879



On 01.07.2024 19:30, Eli Zaretskii wrote:
>> Date: Mon, 01 Jul 2024 16:13:38 +0000
>> From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
>> 
>> Hello,
>> 
>> The last "if" clause in the NOERROR part of the re-search-forward
>> docstring
>> is wrong.
>> 
>> It reads "if it is neither nil nor t, move to the limit of search and
>> return nil."
>> 
>> but if NOERROR equals neither nil nor t re-search-forward returns
>> the start position of the match (when found) or nil (when no match
>> found).
> 
> The full text of that part is as follows:
> 
>   The optional third argument NOERROR indicates how errors are handled
>     when the search fails.  If it is nil or omitted, emit an error; if
>     it is t, simply return nil and do nothing; if it is neither nil nor
>     t, move to the limit of search and return nil.
> 
> Note the first sentence of the paragraph: this entire paragraph
> describes how NOERROR affects the case when the search _fails_.  Thus,
> the situation where the search succeeds is not relevant to the above
> part of the doc string.
> 
> So I think this text is accurate and correct.
> 
Yes, I agree that the paragraph can be read like this.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-01 17:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 16:13 bug#71879: 30.0.60; Docstring error in NOERROR argument part of re-search-forward Gerard Vermeulen
2024-07-01 17:30 ` Eli Zaretskii
2024-07-01 17:48   ` Gerard Vermeulen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.