From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15126 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: That `sort' bug... Date: 29 Apr 1998 23:02:00 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035154213 20287 80.91.224.250 (20 Oct 2002 22:50:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:50:13 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id NAA24700 for ; Wed, 29 Apr 1998 13:52:51 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id RAA03366 for ; Wed, 29 Apr 1998 17:02:35 -0400 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id QAH07313; Wed, 29 Apr 1998 16:00:39 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 29 Apr 1998 16:00:12 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id QAA07272 for ; Wed, 29 Apr 1998 16:00:00 -0500 (CDT) Original-Received: (qmail 9950 invoked by uid 504); 29 Apr 1998 20:59:32 -0000 Original-Received: (qmail 9947 invoked from network); 29 Apr 1998 20:59:31 -0000 Original-Received: from ppp113.uio.no (HELO sparky.gnus.org) (129.240.240.118) by claymore.vcinet.com with SMTP; 29 Apr 1998 20:59:30 -0000 Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id XAA16601; Wed, 29 Apr 1998 23:02:38 +0200 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Hrvoje Niksic's message of "29 Apr 1998 22:50:43 +0200" X-Mailer: Gnus v5.6.7/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > `sort' modifies its first argument destructively, thus invalidating > the backtrace. This generates the same kind of backtrace: > > (sort '(nil nil nil nil) '<) > > The solution was to add `(delq nil LIST)' in an appropriate place or > two. Ah; right. I've now added it one more place. :-) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen