all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6528: 24.0.50; `read-buffer' doc string
@ 2010-06-28 15:40 Drew Adams
  2010-06-29  3:03 ` Christoph
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2010-06-28 15:40 UTC (permalink / raw)
  To: 6528

The doc string says:
 
 Optional third arg REQUIRE-MATCH determines whether non-existing
 buffer names are allowed.  It has the same meaning as the
 REQUIRE-MATCH argument of `confirm-after-completion'.
 
The last sentence is incorrect (meaningless): `confirm-after-completion'
is not a function, and it has no arguments.
 

In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2010-06-21 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/xpm/include'
 






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

* bug#6528: 24.0.50; `read-buffer' doc string
  2010-06-28 15:40 bug#6528: 24.0.50; `read-buffer' doc string Drew Adams
@ 2010-06-29  3:03 ` Christoph
  2010-06-29  6:28   ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph @ 2010-06-29  3:03 UTC (permalink / raw)
  To: 6528

The only other function in minibuf.c that has a REQUIRE-MATCH argument 
is completing-read (l.1722).

Since in read-buffer the function completing-read is called with the 
argument require-match (l.1237), I think the doc string should read like 
this:

"Optional third arg REQUIRE-MATCH determines whether non-existing
  buffer names are allowed.  It has the same meaning as the
  REQUIRE-MATCH argument of the `completing-read' function."

This patch will fix it accordingly:

=== modified file 'src/minibuf.c'
--- src/minibuf.c	2010-06-08 19:42:10 +0000
+++ src/minibuf.c	2010-06-29 02:59:05 +0000
@@ -1184,7 +1184,7 @@
   If DEF is a list of default values, return its first element.
  Optional third arg REQUIRE-MATCH determines whether non-existing
   buffer names are allowed.  It has the same meaning as the
- REQUIRE-MATCH argument of `confirm-after-completion'.
+ REQUIRE-MATCH argument of the `completing-read' function.
  The argument PROMPT should be a string ending with a colon and a space.
  If `read-buffer-completion-ignore-case' is non-nil, completion ignores
  case while reading the buffer name.


Christoph





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

* bug#6528: 24.0.50; `read-buffer' doc string
  2010-06-29  3:03 ` Christoph
@ 2010-06-29  6:28   ` Drew Adams
  2010-07-25 23:57     ` Juanma Barranquero
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2010-06-29  6:28 UTC (permalink / raw)
  To: 'Christoph', 6528

> Since in read-buffer the function completing-read is called with the 
> argument require-match (l.1237), I think the doc string 
> should read like this:
> 
> "Optional third arg REQUIRE-MATCH determines whether non-existing
>   buffer names are allowed.  It has the same meaning as the
>   REQUIRE-MATCH argument of the `completing-read' function."

I imagine that's right. Hopefully someone who knows will confirm. Thx.






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

* bug#6528: 24.0.50; `read-buffer' doc string
  2010-06-29  6:28   ` Drew Adams
@ 2010-07-25 23:57     ` Juanma Barranquero
  0 siblings, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2010-07-25 23:57 UTC (permalink / raw)
  To: Drew Adams; +Cc: Christoph, 6528-done

On Tue, Jun 29, 2010 at 08:28, Drew Adams <drew.adams@oracle.com> wrote:

> I imagine that's right. Hopefully someone who knows will confirm. Thx.

It seems obviously correct, so I've committed it to emacs-23.

    Juanma





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

end of thread, other threads:[~2010-07-25 23:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-28 15:40 bug#6528: 24.0.50; `read-buffer' doc string Drew Adams
2010-06-29  3:03 ` Christoph
2010-06-29  6:28   ` Drew Adams
2010-07-25 23:57     ` Juanma Barranquero

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.