GNU bug report logs - #14304
24.3.50; Gnus gnus-summary-respool-article broken due to gnus-completing-read

Previous Next

Packages: gnus, emacs;

Reported by: Reiner Steib <Reiner.Steib <at> gmx.de>

Date: Mon, 29 Apr 2013 15:16:02 UTC

Severity: normal

Found in version 24.3.50

Done: Katsumi Yamaoka <yamaoka <at> jpl.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 14304-done <at> debbugs.gnu.org (full text, mbox):

From: Katsumi Yamaoka <yamaoka <at> jpl.org>
To: Reiner.Steib <at> gmx.de
Cc: 14304-done <at> debbugs.gnu.org
Subject: Re: bug#14304: 24.3.50;
	Gnus gnus-summary-respool-article broken due to gnus-completing-read
Date: Wed, 01 May 2013 09:29:21 +0900
Reiner.Steib <at> gmx.de wrote:
> Recipe:

> In a Gnus Summary buffer, type `B q' (gnus-summary-respool-query) to
> "Query where the respool algorithm would put this article."
> ==> Fine, it displays the expected group.

> Now do `B r' (gnus-summary-respool-article) to actually "Respool the
> current article."

> - Prompt "Backend to use when respooling (default nnml): ", I hit
>   RET.  Fine.

> - Prompt "Server name: ", TAB gives "no match".  What?  I'm sure that
>   I have several nnml backends:

> ,----[ <f1> v gnus-server-alist RET ]
>| gnus-server-alist is a variable defined in `gnus.el'.
>| Its value is shown below.
>|
>| Documentation:
>| List of available servers.
>|
>| Value: (("personal" nnml "personal"
>|   (nnml-directory "~/Mail/personal")
>|   [...]
>|   (nnml-get-new-mail t)
>|   (nnml-active-file "~/Mail/var/nnml/personal/active"))
>|  ("archive" nnml "archive"
>|   (nnml-directory "~/News/archive")
>|   [...]
>|   (nnml-get-new-mail nil)
>|   (nnml-active-file "~/News/var/nnml/archive/active"))
>|  [...]
> `----

> I'm sure that this worked correctly in the past, probably before the
> changes done WRT `gnus-completing-read' around 2010-09-27.

> ,----
>| 2010-09-27  Julien Danjou  <julien <at> danjou.info>
>|
>| 	* gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
>| 	right completing-read function.
>| 	(gnus-use-ido): New variable
>| 	(gnus-completing-read-with-default): Remove.
>|[...]
>| 	* gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
>| 	(gnus-summary-execute-command, gnus-summary-respool-article)
>| 	(gnus-read-move-group-name):
>|       [...]
>| 	* gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
> `----

Fixed.  Though, it's not exactly equal to Emacs's completing-read,
i.e.:

(completing-read "What? " '(foo "bar" (baz))) ;; Doesn't work
(gnus-completing-read "What? " '(foo "bar" (baz))) ;; Works

Please rise a new bug thread if there's a problem in the other
candidates for gnus-completing-read-function.




This bug report was last modified 12 years and 29 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.