unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#31207: 26; Doc strings of commands and other functions of `replace.el'
@ 2018-04-18 15:28 Drew Adams
  2019-10-06 17:27 ` Drew Adams
  0 siblings, 1 reply; 7+ messages in thread
From: Drew Adams @ 2018-04-18 15:28 UTC (permalink / raw)
  To: 31207

1. The doc strings of many functions do not describe all of their args,
including these:

 query-replace-read-from
 query-replace-compile-replacement
 query-replace-read-to
 query-replace
 query-replace-regexp
 replace-string
 replace-regexp
 occur-mode-goto-occurrence
 occur-next-error
 occur-rename-buffer
 multi-occur
 multi-occur-in-matching-buffers
 perform-replace
 
In many cases, it is the more recently added args which are not
documented (of the args of recently added functions).  This suggests
oversight/laziness - no one has yet bothered to DTRT for those newly
added args.

2. There are also numerous functions in this file that have no doc
strings.  They should have doc strings, and those doc strings should
describe the arguments.  For example, none of the `occur-engine'
functions have doc strings.  Laziness on the part of the person who
added them, perhaps - but this should be corrected now.

3. In some cases there are poorly named args whose names are not
explained (the args are not really described).  For example, BUFREGEXP.




In GNU Emacs 26.1 (build 1, x86_64-w64-mingw32)
 of 2018-04-10
Repository revision: c267421647510319d2a70554e42f0d1c394dba0a
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''





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

* bug#31207: 26; Doc strings of commands and other functions of `replace.el'
  2018-04-18 15:28 bug#31207: 26; Doc strings of commands and other functions of `replace.el' Drew Adams
@ 2019-10-06 17:27 ` Drew Adams
  2019-10-07 11:36   ` Robert Pluim
  0 siblings, 1 reply; 7+ messages in thread
From: Drew Adams @ 2019-10-06 17:27 UTC (permalink / raw)
  To: 31207

Ping.

I was about to file a new bug, just to say that for
`query-replace(-regexp)' there is no description of
argument REGION-NONCONTIGUOUS-P.

Checked my posted bug reports and came across this
one, which never got a reply.

The functions in `replace.el' really need to have
their arguments described in their doc strings.

Especially so, since most of the functions are not
documented in the Elisp manual.  The doc strings
are all users have as guidance (beyond the source
code itself).






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

* bug#31207: 26; Doc strings of commands and other functions of `replace.el'
  2019-10-06 17:27 ` Drew Adams
@ 2019-10-07 11:36   ` Robert Pluim
  2019-10-07 17:29     ` Drew Adams
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Pluim @ 2019-10-07 11:36 UTC (permalink / raw)
  To: Drew Adams; +Cc: 31207

>>>>> On Sun, 6 Oct 2019 10:27:23 -0700 (PDT), Drew Adams <drew.adams@oracle.com> said:

    Drew> Ping.
    Drew> I was about to file a new bug, just to say that for
    Drew> `query-replace(-regexp)' there is no description of
    Drew> argument REGION-NONCONTIGUOUS-P.

query-replace:

    Arguments FROM-STRING, TO-STRING, DELIMITED, START, END, BACKWARD, and
    REGION-NONCONTIGUOUS-P are passed to `perform-replace' (which see).

perform-replace:

    Non-nil REGION-NONCONTIGUOUS-P means that the region is composed of
    noncontiguous pieces.  The most common example of this is a
    rectangular region, where the pieces are separated by newline
    characters."

    Drew> Checked my posted bug reports and came across this
    Drew> one, which never got a reply.

    Drew> The functions in `replace.el' really need to have
    Drew> their arguments described in their doc strings.

Did you have specific functions in mind? There are quite a few in that
file.

Robert





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

* bug#31207: 26; Doc strings of commands and other functions of `replace.el'
  2019-10-07 11:36   ` Robert Pluim
@ 2019-10-07 17:29     ` Drew Adams
  2019-10-08 11:32       ` Robert Pluim
  0 siblings, 1 reply; 7+ messages in thread
From: Drew Adams @ 2019-10-07 17:29 UTC (permalink / raw)
  To: Robert Pluim; +Cc: 31207

>     Drew> for `query-replace(-regexp)' there is no
>           description of argument REGION-NONCONTIGUOUS-P.
> 
> query-replace:
> 
>     Arguments FROM-STRING, TO-STRING, DELIMITED, START, END, BACKWARD, and
>     REGION-NONCONTIGUOUS-P are passed to `perform-replace' (which see).

I have only Emacs 26.3 - the latest release, and the
release I reported on. That text is not in the doc string.

> perform-replace:
> 
>     Non-nil REGION-NONCONTIGUOUS-P means that the region is composed of
>     noncontiguous pieces.  The most common example of this is a
>     rectangular region, where the pieces are separated by newline
>     characters."

That too is missing from Emacs 26.3.

If you feel that this bug is completely fixed in
Emacs 27, please close it as "fixed".  Thx.





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

* bug#31207: 26; Doc strings of commands and other functions of `replace.el'
  2019-10-07 17:29     ` Drew Adams
@ 2019-10-08 11:32       ` Robert Pluim
  2019-10-08 14:37         ` Drew Adams
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Pluim @ 2019-10-08 11:32 UTC (permalink / raw)
  To: Drew Adams; +Cc: 31207

>>>>> On Mon, 7 Oct 2019 10:29:15 -0700 (PDT), Drew Adams <drew.adams@oracle.com> said:

    Drew> for `query-replace(-regexp)' there is no
    >> description of argument REGION-NONCONTIGUOUS-P.
    >> 
    >> query-replace:
    >> 
    >> Arguments FROM-STRING, TO-STRING, DELIMITED, START, END, BACKWARD, and
    >> REGION-NONCONTIGUOUS-P are passed to `perform-replace' (which see).

    Drew> I have only Emacs 26.3 - the latest release, and the
    Drew> release I reported on. That text is not in the doc string.

OK
    >> perform-replace:
    >> 
    >> Non-nil REGION-NONCONTIGUOUS-P means that the region is composed of
    >> noncontiguous pieces.  The most common example of this is a
    >> rectangular region, where the pieces are separated by newline
    >> characters."

    Drew> That too is missing from Emacs 26.3.

OK

    Drew> If you feel that this bug is completely fixed in
    Drew> Emacs 27, please close it as "fixed".  Thx.

I canʼt answer that, because I donʼt know which of the defuns in
replace.el you feel are underdocumented. Please donʼt say 'all of
them'.

Rober





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

* bug#31207: 26; Doc strings of commands and other functions of `replace.el'
  2019-10-08 11:32       ` Robert Pluim
@ 2019-10-08 14:37         ` Drew Adams
  2019-10-09 10:14           ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Drew Adams @ 2019-10-08 14:37 UTC (permalink / raw)
  To: Robert Pluim; +Cc: 31207

>     Drew> If you feel that this bug is completely fixed in
>     Drew> Emacs 27, please close it as "fixed".  Thx.
> 
> I canʼt answer that, because I donʼt know which of the defuns in
> replace.el you feel are underdocumented. Please donʼt say 'all of
> them'.

Any doc string that does not describe all of
the function arguments, either directly or
indirectly (by referencing another doc string).

This is nothing new.  Function doc strings
should describe the arguments.  That's all.





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

* bug#31207: 26; Doc strings of commands and other functions of `replace.el'
  2019-10-08 14:37         ` Drew Adams
@ 2019-10-09 10:14           ` Eli Zaretskii
  0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2019-10-09 10:14 UTC (permalink / raw)
  To: Drew Adams; +Cc: rpluim, 31207-done

> Date: Tue, 8 Oct 2019 07:37:18 -0700 (PDT)
> From: Drew Adams <drew.adams@oracle.com>
> Cc: 31207@debbugs.gnu.org
> 
> >     Drew> If you feel that this bug is completely fixed in
> >     Drew> Emacs 27, please close it as "fixed".  Thx.
> > 
> > I canʼt answer that, because I donʼt know which of the defuns in
> > replace.el you feel are underdocumented. Please donʼt say 'all of
> > them'.
> 
> Any doc string that does not describe all of
> the function arguments, either directly or
> indirectly (by referencing another doc string).
> 
> This is nothing new.  Function doc strings
> should describe the arguments.  That's all.

What an unhelpful response.  Do you realize how such responses shoot
yourself (and us) in the foot by preventing well-meaning contributors
from fixing your bug reports?

I fixed the doc strings in all functions except perform-replace.  The
latter is clearly an internal function, and its doc string says so.





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

end of thread, other threads:[~2019-10-09 10:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18 15:28 bug#31207: 26; Doc strings of commands and other functions of `replace.el' Drew Adams
2019-10-06 17:27 ` Drew Adams
2019-10-07 11:36   ` Robert Pluim
2019-10-07 17:29     ` Drew Adams
2019-10-08 11:32       ` Robert Pluim
2019-10-08 14:37         ` Drew Adams
2019-10-09 10:14           ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).