From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17772 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: compatibility request -- `q' in *Article* buffer shouldn't quit group Date: 12 Oct 1998 06:08:56 -400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156412 2634 80.91.224.250 (20 Oct 2002 23:26:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:26:52 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA10298 for ; Mon, 12 Oct 1998 06:09:41 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id EAF28563; Mon, 12 Oct 1998 04:40:28 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 12 Oct 1998 05:09:26 -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 FAA00071 for ; Mon, 12 Oct 1998 05:09:16 -0500 (CDT) Original-Received: from ljz.asfast.net (gnus@ljz.asfast.net [205.230.75.82]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA10291 for ; Mon, 12 Oct 1998 06:09:01 -0400 (EDT) Original-Received: (from gnus@localhost) by ljz.asfast.net (8.8.7/8.8.7) id GAA28514; Mon, 12 Oct 1998 06:08:57 -0400 Original-To: ding@gnus.org X-Face: "!ga1s|?LNLE3MeeeEYs(%LIl9q[xV9!j4#xf4!**BFW_ihlOb;:Slb>)vy>CJM writes: > You're splitting semantic hairs that are already exceptionally fine. > > While technically not distributed as part of Gnus, TM has been "part > of Gnus" insofar as Gnus explicitly referred everyone to TM. The > exercise of "their own responsibility" necessary to use TM consists of > a single load directive, nothing more. People have been using TM, and > *only* TM, as "Gnus' MIME viewer" for years. Breaking those habits > should be done with care. > > [ ... ] How about something like this: In `gnus.el' ... (defvar gnus-tm-compatibility nil "*TM compatibility.") In `gnus-art.el' ... (when gnus-tm-compatibility (gnus-define-keys gnus-article-mode-map "q" gnus-article-show-summary)) ... or at least something similar. Would this solution be a "win-win situation", or does this just shift the flame w^H^H^H^H^H^H^Hdebate to the question of whether to use `nil' or `t' in the `defvar' above? :) > [ ... ] -- Lloyd Zusman ljz@asfast.com