Gnus development mailing list
 help / color / mirror / Atom feed
From: Paul Stevenson <p.stevenson@surrey.ac.uk>
Subject: Re: nnvirtual problem
Date: 10 Jan 2001 09:31:57 +0000	[thread overview]
Message-ID: <i5ku27769de.shagbark@gromit.ph.surrey.ac.uk> (raw)
In-Reply-To: <i5ky9wj6c3t.granular@gromit.ph.surrey.ac.uk>

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

Paul Stevenson <P.Stevenson@surrey.ac.uk> writes:

> Ahh, thanks.  Can anyone tell me how to figure out which instance of
> sort is causing the problem.  My edebug skills are nil.

Oh, that's clever - the backtrace tells us from which function sort
was called.

This patch fixes my problem;


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fix nnvirtual to enable leaving a virtual group cleanly --]
[-- Type: text/x-patch, Size: 497 bytes --]

*** nnvirtual.el	Wed Jan 10 09:27:56 2001
--- nnvirtual.el.old	Wed Jan 10 09:27:33 2001
***************
*** 376,382 ****
  				   group article))
  			      (gnus-uncompress-range
  			       (gnus-group-expire-articles-1 group))))))
!     (sort (delq nil unexpired) '<)))
  
  \f
  ;;; Internal functions.
--- 376,382 ----
  				   group article))
  			      (gnus-uncompress-range
  			       (gnus-group-expire-articles-1 group))))))
!     (sort unexpired '<)))
  
  \f
  ;;; Internal functions.

[-- Attachment #3: Type: text/plain, Size: 301 bytes --]


-- 
.   Paul Stevenson   .   Research Fellow   .   University of Surrey     .
.     phone: +44 (0) 1483 876795     .     fax +44 (0) 1483 876781      .
.    p.stevenson@surrey.ac.uk  .  http://www.ph.surrey.ac.uk/~phs3ps    .
.                           I dream in beige                            .

  reply	other threads:[~2001-01-10  9:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-03 13:04 Paul Stevenson
2001-01-04  4:26 ` ShengHuo ZHU
2001-01-05 11:00   ` Paul Stevenson
2001-01-09  4:10     ` ShengHuo ZHU
2001-01-09  8:54       ` Paul Stevenson
2001-01-09 22:46         ` Dan Christensen
2001-01-10  8:32           ` Paul Stevenson
2001-01-10  9:31             ` Paul Stevenson [this message]
2001-01-10 13:49               ` ShengHuo ZHU

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

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

  git send-email \
    --in-reply-to=i5ku27769de.shagbark@gromit.ph.surrey.ac.uk \
    --to=p.stevenson@surrey.ac.uk \
    /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.
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).