From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4918 Path: main.gmane.org!not-for-mail From: Wes Hardaker Newsgroups: gmane.emacs.gnus.general Subject: Re: sorting within a topic? Date: Fri, 26 Jan 1996 09:42:44 -0800 Message-ID: <199601261742.AA081968164@teal.ece.ucdavis.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145597 31255 80.91.224.250 (20 Oct 2002 20:26:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:26:37 +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 miranova.com (8.7.3/8.6.9) with SMTP id KAA31270 for ; Fri, 26 Jan 1996 10:17:39 -0800 Original-Received: from teal.ece.ucdavis.edu (hardaker@teal.ece.ucdavis.edu [128.120.54.142]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Fri, 26 Jan 1996 18:42:50 +0100 Original-Received: by teal.ece.ucdavis.edu (1.37.109.16/Ultrix3.0-C/eecs 1.1) id AA081968164; Fri, 26 Jan 1996 09:42:44 -0800 Original-To: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) X-Face: #qW^}a%m*T^{A:Cp}$R\"38+d}41-Z}uU8,r%F#c#s:~Nzp0G9](s?,K49KJ]s"*7g vRgASrAvQc4@/}L7Qc=w{)]ACO\R{LF@S{pXfojjjGg6c;q6{~C}CxC^^&~(F]`1W)%9j/iS/I M",B1M.?{w8ckLTYD'`|kTr\i\cgY)P4 X-Url: http://www.ece.ucdavis.edu/~hardaker In-Reply-To: Your message of "26 Jan 1996 17:46:12 PST." Xref: main.gmane.org gmane.emacs.gnus.general:4918 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4918 larsi@ifi.uio.no (Lars Magne Ingebrigtsen) writes: |> :-) I hadn't thought about sorting groups inside topics. It's |> trivial to do, but it requires writing all the group sorting functions |> anew. Perhaps in Red Gnus. I'm beginning to like this feature freeze less and less. :-( Of course, I also want all the current bugs out as well. I found a new one today (or... rather finally traced it to the proper source). For the past X revisions, when I post an article it has always hung until I finally get so annoyed that I hit ctrl-g. It turns out that ctrl-c ctrl-c was trying to call sendmail. If I put a C-u 0 in front of it it prompts for the send method, which I can then fill in as the default 'news.ucdavis.edu (nntp)' or whatever it is. (strangely enough, it was actually getting caught in 'gnus-score-followup-article). After removing that hook, it died in 'send-mail-and-exit' looking for '^-------\n'. Wes