From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12652 Path: main.gmane.org!not-for-mail From: Felix Lee Newsgroups: gmane.emacs.gnus.general Subject: Re: q0.12: kill group in topics Date: Tue, 21 Oct 1997 12:56:25 -0700 Sender: flee@cygnus.com Message-ID: <199710211955.MAA21448@smtp2.teleport.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035152149 4940 80.91.224.250 (20 Oct 2002 22:15:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:15:49 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id OAA08879 for ; Tue, 21 Oct 1997 14:13:49 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA13111 for ; Tue, 21 Oct 1997 16:15:41 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no (8.8.7/8.8.7/ifi0.2) with SMTP id VAA09759 for ; Tue, 21 Oct 1997 21:55:17 +0200 (MET DST) Original-Received: (qmail 1752 invoked by uid 504); 21 Oct 1997 19:55:13 -0000 Original-Received: (qmail 1749 invoked from network); 21 Oct 1997 19:55:12 -0000 Original-Received: from smtp2.teleport.com (192.108.254.20) by claymore.vcinet.com with SMTP; 21 Oct 1997 19:55:12 -0000 Original-Received: from cygnus.com (ip-pdx04-28.teleport.com [206.163.123.125]) by smtp2.teleport.com (8.8.7/8.7.3) with ESMTP id MAA21448 for ; Tue, 21 Oct 1997 12:55:10 -0700 (PDT) Original-To: ding@gnus.org In-reply-to: Your message of 20 Oct 1997 22:17:42 +0200. Xref: main.gmane.org gmane.emacs.gnus.general:12652 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12652 > > I expect C-k to act more like T D. > `C-k' works the same in both topicified buffers and normal buffers -- > it kills the group dead. which makes sense in the gnus microworld, but it's rather different from how C-k is used in emacs normally. for example. say I have alt.sex.crumpets alt.sex.trilobites alt.sex.zymurgy and I want to move crumpets below trilobites. the natural way to do it is C-k then C-y. however, crumpets happens to be linked in multiple topics, and after C-y, my groups look like this: alt.sex.crumpets alt.sex.trilobites alt.sex.crumpets alt.sex.zymurgy or maybe not. gnus has decided to yank crumpets in a way I don't expect and can't predict. it's quite frustrating. --