Gnus development mailing list
 help / color / mirror / Atom feed
* Error with topic
@ 2002-01-22 15:21 Nicolas Kowalski
  2002-01-22 16:35 ` Nicolas Kowalski
  2002-01-22 16:49 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 12+ messages in thread
From: Nicolas Kowalski @ 2002-01-22 15:21 UTC (permalink / raw)



Hello.

When I try to move a group to a topic (T m), I have this error (sorry
for the long lines) :

Signaling: (wrong-number-of-arguments #<compiled-function (prompt table &optional predicate require-match initial-contents history) "...(37)" [table predicate require-match t nil last-exact-completion minibuffer-completion-confirm minibuffer-completion-predicate minibuffer-completion-table read-from-minibuffer prompt initial-contents minibuffer-local-completion-map minibuffer-local-must-match-map history] 6 748414> 8)
  completing-read("Move to topic: " (("Perso") ("Lists" "list.debian.french" "list.freebsd.french" "list.gnus.ding" "list.guilde" "list.rsync" "list.samba") ("misc" "INBOX" "nndraft:drafts" "perso" "perso.solene" "verimag.achats" "verimag.log" "verimag.misc" "verimag.security" "verimag.www") ("Gnus")) nil t nil gnus-topic-history nil nil)
  gnus-completing-read("Move to topic" (("Perso") ("Lists" "list.debian.french" "list.freebsd.french" "list.gnus.ding" "list.guilde" "list.rsync" "list.samba") ("misc" "INBOX" "nndraft:drafts" "perso" "perso.solene" "verimag.achats" "verimag.log" "verimag.misc" "verimag.security" "verimag.www") ("Gnus")) nil t gnus-topic-history)
  (list current-prefix-arg (gnus-completing-read "Move to topic" gnus-topic-alist nil t (quote gnus-topic-history)))
)
  call-interactively(gnus-topic-move-group)


What is wrong ?

Nicolas.

PS :  I tried this with gnus 5.8.8, and it was successfull.





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

* Re: Error with topic
  2002-01-22 15:21 Error with topic Nicolas Kowalski
@ 2002-01-22 16:35 ` Nicolas Kowalski
  2002-01-22 16:49 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 12+ messages in thread
From: Nicolas Kowalski @ 2002-01-22 16:35 UTC (permalink / raw)


Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:

> Hello.
>
> When I try to move a group to a topic (T m), I have this error (sorry
> for the long lines) :
<snip>

Hm. It looks like this happens with XEmacs (21.1 (patch 10) \"Capitol
Reef\" XEmacs Lucid). I just tried with Emacs 20.7 (I post with it)
and Emacs 21.1, and all went fine.

Nicolas.




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

* Re: Error with topic
  2002-01-22 15:21 Error with topic Nicolas Kowalski
  2002-01-22 16:35 ` Nicolas Kowalski
@ 2002-01-22 16:49 ` Lars Magne Ingebrigtsen
  2002-01-22 16:52   ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-22 16:49 UTC (permalink / raw)


Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:

> When I try to move a group to a topic (T m), I have this error (sorry
> for the long lines) :

This has been fixed in Oort Gnus.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Error with topic
  2002-01-22 16:49 ` Lars Magne Ingebrigtsen
@ 2002-01-22 16:52   ` Lars Magne Ingebrigtsen
  2002-01-22 17:07     ` Nicolas Kowalski
  0 siblings, 1 reply; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-22 16:52 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> This has been fixed in Oort Gnus.

Er.  Fixed in CVS, I mean.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Error with topic
  2002-01-22 16:52   ` Lars Magne Ingebrigtsen
@ 2002-01-22 17:07     ` Nicolas Kowalski
  2002-01-22 17:19       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 12+ messages in thread
From: Nicolas Kowalski @ 2002-01-22 17:07 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>
>> This has been fixed in Oort Gnus.
>
> Er.  Fixed in CVS, I mean.

Hm. I just updated my copy of Oort Gnus from CVS. I still have the
problem (only with XEmacs).

gnus-version gives me : "Oort Gnus v0.06"

Nicolas.




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

* Re: Error with topic
  2002-01-22 17:07     ` Nicolas Kowalski
@ 2002-01-22 17:19       ` Lars Magne Ingebrigtsen
  2002-01-22 17:31         ` Nicolas Kowalski
  0 siblings, 1 reply; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-22 17:19 UTC (permalink / raw)


Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:

> Hm. I just updated my copy of Oort Gnus from CVS. I still have the
> problem (only with XEmacs).

Should be fixed now.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Error with topic
  2002-01-22 17:19       ` Lars Magne Ingebrigtsen
@ 2002-01-22 17:31         ` Nicolas Kowalski
  2002-01-22 17:36           ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 12+ messages in thread
From: Nicolas Kowalski @ 2002-01-22 17:31 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:
>
>> Hm. I just updated my copy of Oort Gnus from CVS. I still have the
>> problem (only with XEmacs).
>
> Should be fixed now.

Nope :-(. I still have the problem.


Nicolas.




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

* Re: Error with topic
  2002-01-22 17:31         ` Nicolas Kowalski
@ 2002-01-22 17:36           ` Lars Magne Ingebrigtsen
  2002-01-22 17:40             ` Nicolas Kowalski
  0 siblings, 1 reply; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-22 17:36 UTC (permalink / raw)


Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:

> Nope :-(. I still have the problem.

What backtrace do you get now?

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Error with topic
  2002-01-22 17:36           ` Lars Magne Ingebrigtsen
@ 2002-01-22 17:40             ` Nicolas Kowalski
  2002-01-22 18:14               ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 12+ messages in thread
From: Nicolas Kowalski @ 2002-01-22 17:40 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:
>
>> Nope :-(. I still have the problem.
>
> What backtrace do you get now?


Signaling: (wrong-number-of-arguments #<compiled-function (prompt table &optional predicate require-match initial-contents history) "...(37)" [table predicate require-match t nil last-exact-completion minibuffer-completion-confirm minibuffer-completion-predicate minibuffer-completion-table read-from-minibuffer prompt initial-contents minibuffer-local-completion-map minibuffer-local-must-match-map history] 6 748414> 7)
  completing-read("Move to topic: " (("Perso" "perso.bzh" "perso.famille" "perso.misc" "perso.solene") ("VERIMAG" "verimag.achats" "verimag.log" "verimag.misc" "verimag.security" "verimag.www") ("Lists" "list.debian.french" "list.freebsd.french" "list.gnus.ding" "list.guilde" "list.rsync" "list.samba") ("Misc" "INBOX" "nndraft:drafts") ("Gnus")) nil t nil gnus-topic-history nil)
  gnus-completing-read("Move to topic" (("Perso" "perso.bzh" "perso.famille" "perso.misc" "perso.solene") ("VERIMAG" "verimag.achats" "verimag.log" "verimag.misc" "verimag.security" "verimag.www") ("Lists" "list.debian.french" "list.freebsd.french" "list.gnus.ding" "list.guilde" "list.rsync" "list.samba") ("Misc" "INBOX" "nndraft:drafts") ("Gnus")) nil t gnus-topic-history)
  (list current-prefix-arg (gnus-completing-read "Move to topic" gnus-topic-alist nil t (quote gnus-topic-history)))
)
  call-interactively(gnus-topic-move-group)


Nicolas.




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

* Re: Error with topic
  2002-01-22 17:40             ` Nicolas Kowalski
@ 2002-01-22 18:14               ` Lars Magne Ingebrigtsen
  2002-01-22 18:17                 ` Nicolas Kowalski
  0 siblings, 1 reply; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-22 18:14 UTC (permalink / raw)


Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:

>   completing-read("Move to topic: " (("Perso" "perso.bzh" "perso.famille" "perso.misc" "perso.solene") ("VERIMAG" "verimag.achats" "verimag.log" "verimag.misc" "verimag.security" "verimag.www") ("Lists" "list.debian.french" "list.freebsd.french" "list.gnus.ding" "list.guilde" "list.rsync" "list.samba") ("Misc" "INBOX" "nndraft:drafts") ("Gnus")) nil t nil gnus-topic-history nil)

Isn't that about the same number of parameters that the
`completing-read' function takes?

(completing-read PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-CONTENTS HISTORY DEFAULT)

What's the description of your `completing-read'?

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Error with topic
  2002-01-22 18:14               ` Lars Magne Ingebrigtsen
@ 2002-01-22 18:17                 ` Nicolas Kowalski
  2002-01-22 18:24                   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 12+ messages in thread
From: Nicolas Kowalski @ 2002-01-22 18:17 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:
>
>>   completing-read("Move to topic: " (("Perso" "perso.bzh" "perso.famille" "perso.misc" "perso.solene") ("VERIMAG" "verimag.achats" "verimag.log" "verimag.misc" "verimag.security" "verimag.www") ("Lists" "list.debian.french" "list.freebsd.french" "list.gnus.ding" "list.guilde" "list.rsync" "list.samba") ("Misc" "INBOX" "nndraft:drafts") ("Gnus")) nil t nil gnus-topic-history nil)
>
> Isn't that about the same number of parameters that the
> `completing-read' function takes?
>
> (completing-read PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-CONTENTS HISTORY DEFAULT)
>
> What's the description of your `completing-read'?

Seems like `DEFAULT' is not included...
Here it is :


`completing-read' is a compiled Lisp function
  -- loaded from "/home/dres/xemacs21/xemacs21-21.1.10/lisp/minibuf.elc"
(completing-read PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-CONTENTS HISTORY)

Documentation:
Read a string in the minibuffer, with completion.
Args: PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-CONTENTS, HISTORY.
PROMPT is a string to prompt with; normally it ends in a colon and a space.
TABLE is an alist whose elements' cars are strings, or an obarray.
PREDICATE limits completion to a subset of TABLE.
See `try-completion' for more details on completion, TABLE, and PREDICATE.
If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
 the input is (or completes to) an element of TABLE or is null.
 If it is also not t, Return does not exit if it does non-null completion.
If INITIAL-CONTENTS is non-nil, insert it in the minibuffer initially.
  If it is (STRING . POSITION), the initial input
  is STRING, but point is placed POSITION characters into the string.
HISTORY, if non-nil, specifies a history list
  and optionally the initial position in the list.
  It can be a symbol, which is the history list variable to use,
  or it can be a cons cell (HISTVAR . HISTPOS).
  In that case, HISTVAR is the history list variable to use,
  and HISTPOS is the initial position (the position in the list
  which INITIAL-CONTENTS corresponds to).
  If HISTORY is `t', no history will be recorded.
  Positions are counted starting from 1 at the beginning of the list.
Completion ignores case if the ambient value of
  `completion-ignore-case' is non-nil.




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

* Re: Error with topic
  2002-01-22 18:17                 ` Nicolas Kowalski
@ 2002-01-22 18:24                   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-22 18:24 UTC (permalink / raw)


Nicolas Kowalski <Nicolas.Kowalski@imag.fr> writes:

> Seems like `DEFAULT' is not included...
> Here it is :
>
> `completing-read' is a compiled Lisp function
>   -- loaded from "/home/dres/xemacs21/xemacs21-21.1.10/lisp/minibuf.elc"
> (completing-read PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-CONTENTS HISTORY)

So, it's not in XEmacs 21.1, but it is in 21.4.  Does anybody know
when it started to become included?

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

end of thread, other threads:[~2002-01-22 18:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-22 15:21 Error with topic Nicolas Kowalski
2002-01-22 16:35 ` Nicolas Kowalski
2002-01-22 16:49 ` Lars Magne Ingebrigtsen
2002-01-22 16:52   ` Lars Magne Ingebrigtsen
2002-01-22 17:07     ` Nicolas Kowalski
2002-01-22 17:19       ` Lars Magne Ingebrigtsen
2002-01-22 17:31         ` Nicolas Kowalski
2002-01-22 17:36           ` Lars Magne Ingebrigtsen
2002-01-22 17:40             ` Nicolas Kowalski
2002-01-22 18:14               ` Lars Magne Ingebrigtsen
2002-01-22 18:17                 ` Nicolas Kowalski
2002-01-22 18:24                   ` Lars Magne Ingebrigtsen

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 NNTP newsgroup(s).