From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15572 Path: main.gmane.org!not-for-mail From: SL Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.6.24 is released Date: 11 Jul 1998 16:05:52 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199807112117.OAA10778@dzur.kerch.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035154580 22834 80.91.224.250 (20 Oct 2002 22:56:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:56:20 +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 QAA05263 for ; Sat, 11 Jul 1998 16:07:01 -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 TAA22409 for ; Sat, 11 Jul 1998 19:03:59 -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 RAT13737; Sat, 11 Jul 1998 17:37:39 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 11 Jul 1998 18:03:04 -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 SAA14663 for ; Sat, 11 Jul 1998 18:02:56 -0500 (CDT) Original-Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA10461 for ; Sat, 11 Jul 1998 19:02:57 -0400 (EDT) Original-Received: (from steve@localhost) by altair.xemacs.org (8.9.1/8.9.1) id QAA05245; Sat, 11 Jul 1998 16:05:53 -0700 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$ ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l writes: > In gnus-topic.el, there's a [M-tab]. Should be [(meta tab)] or > something for XEmacs. Yup. Here's a patch. 1998-07-11 SL Baur * gnus-topic.el (gnus-topic-mode-map): Use modern key syntax. =================================================================== RCS file: RCS/gnus-topic.el,v retrieving revision 1.9 diff -u -r1.9 gnus-topic.el --- lisp/gnus-topic.el 1998/07/11 23:04:22 1.9 +++ lisp/gnus-topic.el 1998/07/11 23:04:56 @@ -905,7 +905,7 @@ "#" gnus-topic-mark-topic "\M-#" gnus-topic-unmark-topic [tab] gnus-topic-indent - [M-tab] gnus-topic-unindent + [(meta tab)] gnus-topic-unindent gnus-mouse-2 gnus-mouse-pick-topic) ;; Define a new submap.