unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: Reiner.Steib@gmx.de
Cc: 14304-done@debbugs.gnu.org
Subject: 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	[thread overview]
Message-ID: <b4msj2735lq.fsf@jpl.org> (raw)
In-Reply-To: <87d2tde5cd.fsf@marauder.physik.uni-ulm.de>

Reiner.Steib@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@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.





      reply	other threads:[~2013-05-01  0:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-29 15:14 bug#14304: 24.3.50; Gnus gnus-summary-respool-article broken due to gnus-completing-read Reiner Steib
2013-05-01  0:29 ` Katsumi Yamaoka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4msj2735lq.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=14304-done@debbugs.gnu.org \
    --cc=Reiner.Steib@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).