From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24970 invoked from network); 6 Jun 2020 18:37:53 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 6 Jun 2020 18:37:53 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jhdgV-0003K5-Ed; Sat, 06 Jun 2020 13:36:47 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jhdgR-0003HB-A8 for ding@lists.math.uh.edu; Sat, 06 Jun 2020 13:36:43 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jhdgP-0060f0-Qw for ding@lists.math.uh.edu; Sat, 06 Jun 2020 13:36:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=1EVBDyh5Ruk3ilbVf/fn9g0hnzZHusGzX374nu3ixyY=; b=opf+GE7ikGBUrSF6X7wcRINyll CYhOxx0fON2QuAvheGla3wdbM2o6mXz65JhiM0OyF6vYErKiM7yVmdg4jta83RlL9+xfKkvDmawKI JLV1wHwCpbbdudj2UChovlxaEdhuOgda6RqkWQmUQUD+OqGAkU5EUn0G+XpQjp1B/5k0=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jhdgB-0003YZ-Ck for ding@gnus.org; Sat, 06 Jun 2020 20:36:37 +0200 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id EF253FA034; Sat, 6 Jun 2020 18:36:23 +0000 (UTC) From: Eric Abrahamsen To: Eric S Fraga Cc: ding@gnus.org Subject: Re: drafts group bindings do not match manual? References: <874krous2v.fsf@ucl.ac.uk> <87bllwtbdx.fsf@ericabrahamsen.net> <875zc4cg59.fsf@ucl.ac.uk> Date: Sat, 06 Jun 2020 11:36:22 -0700 In-Reply-To: <875zc4cg59.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Sat, 06 Jun 2020 17:28:50 +0100") Message-ID: <871rmst521.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Eric S Fraga writes: > On Saturday, 6 Jun 2020 at 09:19, Eric Abrahamsen wrote: >> I've always just hit "e", I didn't know "D e" was supposed to work. >> But it does work here, sorry... > > I also used to use "e" but that stopped working. That's how I found out > about "D e" (and other D commands). > > It really looks like gnus is treating the drafts group like any other > group now whereas it is meant to be special (and hence have different > bindings). > > May have to go look at the code, I guess! First thing would be to check that gnus-draft-mode is among the minor modes active in your draft group, and that, if you do "G p" on the draft group in your *Groups* buffer, you see: ((gnus-dummy (gnus-draft-mode)))