From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17863 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: compatibility request -- `q' in *Article* buffer shouldn't quit group Date: 17 Oct 1998 21:21:11 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156487 3073 80.91.224.250 (20 Oct 2002 23:28:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:28:07 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA08814 for ; Sat, 17 Oct 1998 15:45:48 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB10020; Sat, 17 Oct 1998 14:42:15 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 17 Oct 1998 14:42:02 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id OAA13789 for ; Sat, 17 Oct 1998 14:41:42 -0500 (CDT) Original-Received: from sparky.gnus.org (ppp029.uio.no [129.240.240.30]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA08665 for ; Sat, 17 Oct 1998 15:41:28 -0400 (EDT) Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id VAA00715; Sat, 17 Oct 1998 21:41:23 +0200 Mail-Copies-To: never X-Now-Reading: Paul Auster's _Smoke & Blue in the Face_ Original-To: ding@gnus.org In-Reply-To: Lloyd Zusman's message of "12 Oct 1998 18:17:00 -400" User-Agent: Gnus/5.070035 (Pterodactyl Gnus v0.35) Emacs/20.3 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > Somewhere amidst the Gnus documentation (and perhaps on one of the > www.gnus.org pages, as well), place this code snippet for easy > copy-and-paste-ing ... > > ;; Insert this optional piece of code into your .gnus.el file for > ;; TM compatibility. > (add-hook 'gnus-article-mode-hook > '(lambda () > (gnus-define-keys gnus-article-mode-map > "q" gnus-article-show-summary))) It's still the same thing, only said in a different way. Some people do not use a summary buffer. For these people, having the `q' command really mean "quit" is essential. Having `q' skip back to the summary buffer (that holds no interest for them) is not a good idea. The people who really want `q' to do `h' (and know that they don't need the normal `q' meaning in the article buffer) can `local-set-key' this themselves in `gnus-article-mode-map'. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen