Gnus development mailing list
 help / color / mirror / Atom feed
* continuing problem with gnus-change-server
@ 1997-11-24 19:59 Dan Christensen
  1997-11-25 18:55 ` Lars Magne Ingebrigtsen
  1998-04-29 19:03 ` That `sort' bug Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 12+ messages in thread
From: Dan Christensen @ 1997-11-24 19:59 UTC (permalink / raw)


I've been putting off changing nntp servers for a few months, but now I've
got only 7 days before I lose access to old news server.  However,
gnus-change-server is still giving me problems, with qgnus 0.14 and
emacs 19.34.1.  This has been discussed before, but below there's
something that might provide a hint.  Here's a backtrace:

Signaling: (wrong-type-argument number-or-marker-p nil)
  <(nil nil)
  sort((nil) <)
  gnus-move-group-to-server(("sci.math" 4 ((1 . 210029)) ((cache 171741 173689 199399 199778) (tick 171741 173689 199399 199778))) (nntp "mit" (nntp-address "runge.mit.edu") (nntp-open-connection-function nntp-open-rlogin) (nntp-end-of-line "\n") (nntp-rlogin-user-name "jdchrist") (nntp-rlogin-parameters ("telnet" "galois.mit.edu" "nntp"))) (nntp "news.jhu.edu"))
  gnus-change-server((nntp "mit" (nntp-address "runge.mit.edu") (nntp-open-connection-function nntp-open-rlogin) (nntp-end-of-line "\n") (nntp-rlogin-user-name "jdchrist") (nntp-rlogin-parameters ("telnet" "galois.mit.edu" "nntp"))) (nntp "news.jhu.edu"))
* call-interactively(gnus-change-server)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

If I execute (sort '(nil) '<), emacs successfully returns (nil).
However, if I execute (sort '(nil nil) '<), emacs complains and gives
me the following backtrace, which looks suspiciously like the above
backtrace.

Signaling: (wrong-type-argument number-or-marker-p nil)
  <(nil nil)
  sort((nil) <)
  eval((sort (quote (nil)) (quote <)))
  eval-expression((sort (quote (nil)) (quote <)))
  call-interactively(eval-expression)

Could gnus be trying to sort a list like (nil nil)?  (And can anyone
explain why in the backtrace it says sort((nil) <) rather than
sort((nil nil) <)?)

Dan


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

end of thread, other threads:[~1998-04-29 21:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-24 19:59 continuing problem with gnus-change-server Dan Christensen
1997-11-25 18:55 ` Lars Magne Ingebrigtsen
1997-11-28 13:11   ` Felix Lee
1997-11-28 14:55     ` Hrvoje Niksic
1997-11-28 23:48       ` Lars Magne Ingebrigtsen
1997-11-29 10:40         ` Darren/Torin/Who Ever...
1997-12-01 15:52           ` Michael Welsh Duggan
1998-04-29 19:03 ` That `sort' bug Lars Magne Ingebrigtsen
1998-04-29 20:27   ` SL Baur
1998-04-29 20:50   ` Hrvoje Niksic
1998-04-29 21:02     ` Lars Magne Ingebrigtsen
1998-04-29 20:53   ` Dan Christensen

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).