From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15580 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.6.24 is released Date: Sun, 12 Jul 1998 17:29:23 GMT Organization: Daresbury Laboratory, Warrington WA4 4AD, UK Sender: owner-ding@hpc.uh.edu Message-ID: References: <199807112117.OAA10778@dzur.kerch.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154587 22877 80.91.224.250 (20 Oct 2002 22:56:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:56:27 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id KAA25728 for ; Sun, 12 Jul 1998 10:40:09 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id NAA03212 for ; Sun, 12 Jul 1998 13:37:07 -0400 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 MAT16597; Sun, 12 Jul 1998 12:05:47 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 12 Jul 1998 12:29:38 -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 MAA23931 for ; Sun, 12 Jul 1998 12:29:28 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id NAA18583 for ; Sun, 12 Jul 1998 13:29:28 -0400 (EDT) Original-Received: (qmail 10958 invoked by uid 509); 12 Jul 1998 17:29:24 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail X-Face: "_!nmR@11ZNuumt0oqG"Y3Hfy|;FGz)`"ul[G?ah6k-oNyDW?3/Nq3Qab$kUnUQ_d4};kPl R=}-Vqfo|S5mThi-kaBR=>%g5a3-OvnEhdHu{^APIaP:b}0m!$bDC>SX zz'r)e?`at?tpD*+~b+pf Original-Newsgroups: emacs.ding Original-Lines: 39 X-Newsreader: Gnus v5.6.23/Emacs 20.2 Original-NNTP-Posting-Host: 148.79.112.146 Original-NNTP-Posting-Date: Sun, 12 Jul 1998 19:29:23 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15580 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15580 Can we have bindings which work everywhere, please (specifically Emacs on tty, where `tab' isn't generated). I'm not sure what XEmacs groks generally but this is compatible with bindings used elsewhere. There does, however, seem to be inconsistency between other maps with \C-i and \t, for instance. 1998-07-12 Dave Love * gnus-group.el (gnus-group-mode-map): Provide general bindings for gnus-group-select-group-ephemerally. * gnus-topic.el (gnus-topic-mode-map): Provide general bindings for gnus-topic-{un}indent. --- gnus-topic.el 1998/07/12 16:36:51 1.1 +++ gnus-topic.el 1998/07/12 16:50:29 @@ -904,8 +904,10 @@ "Gp" gnus-topic-edit-parameters "#" gnus-topic-mark-topic "\M-#" gnus-topic-unmark-topic + "\C-i" gnus-topic-indent [tab] gnus-topic-indent - [M-tab] gnus-topic-unindent + [(meta tab)] gnus-topic-unindent + "\M-\t" gnus-topic-unindent gnus-mouse-2 gnus-mouse-pick-topic) ;; Define a new submap. --- gnus-group.el 1998/07/12 16:31:52 1.1 +++ gnus-group.el 1998/07/12 16:42:42 @@ -425,6 +425,7 @@ "=" gnus-group-select-group "\r" gnus-group-select-group "\M-\r" gnus-group-quick-select-group + "\C-\M-\r" gnus-group-select-group-ephemerally [(meta control return)] gnus-group-select-group-ephemerally "j" gnus-group-jump-to-group "n" gnus-group-next-unread-group .