From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6366 Path: main.gmane.org!not-for-mail From: Magnus Hammerin Newsgroups: gmane.emacs.gnus.general Subject: Re: September Gnus v0.93 is released Date: 24 May 1996 11:59:01 +0200 Sender: root@bull.se (console) 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 1035146831 3390 80.91.224.250 (20 Oct 2002 20:47:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:47:11 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id DAA06397 for ; Fri, 24 May 1996 03:41:41 -0700 Original-Received: from bull.se (bull.se [193.44.17.2]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 24 May 1996 11:58:48 +0200 Original-Received: from comserv.bull.se by bull.se with smtp (Smail3.1.28.1 #8) id m0uMtd4-0000M9C; Fri, 24 May 96 11:57 MDT Original-Received: by comserv.bull.se (Smail3.1.28.1 #2) id m0uMtjG-0000fAC; Fri, 24 May 96 12:04 MDT Original-Received: from maja.link.bull.se by bill.link.bull.se (AIX 3.2/UCB 5.64/4.03) id AA18913; Fri, 24 May 1996 12:01:26 +0200 Original-Received: by maja.link.bull.se (AIX 3.2/UCB 5.64/4.03) id AA43806; Fri, 24 May 1996 11:59:03 +0200 Original-Sender: magnush@maja.link.bull.se Original-To: Lars Magne Ingebrigtsen In-Reply-To: Lars Magne Ingebrigtsen's message of 23 May 1996 23:41:47 +0000 Original-Lines: 28 X-Mailer: September Gnus v0.93/XEmacs 19.13 Xref: main.gmane.org gmane.emacs.gnus.general:6366 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6366 >>>>> "LMI" == Lars Magne Ingebrigtsen writes: LMI> I expect to be releasing Gnus 5.2 this weekend. If you're seeing any LMI> kind of bug, big or small, now is the time to send me a bug report LMI> with `M-x gnus-bug'. I will send it here instead. To get 0.93 to run in XEmacs I had to do the following: --- gnus.el-ORIG Fri May 24 01:39:53 1996 +++ gnus.el Fri May 24 11:50:25 1996 @@ -4263,7 +4263,7 @@ (buffer-disable-undo (current-buffer)) (setq truncate-lines t) (setq buffer-read-only t) - (make-local-hook 'post-command-hook) + (gnus-make-local-hook 'post-command-hook) (add-hook 'post-command-hook 'gnus-clear-inboxes-moved) (run-hooks 'gnus-group-mode-hook)) I sent a bug report to the gnus-bugs list about article sorting not working. I still see this. Anybody else?? When I enter a group and do a C-c C-s C-d (ie sort by date) I get all articles in a not very date sorted order. It worked in 0.82, so it must have stopped working between 0.82 and 0.91. -Magnus.