From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50366 Path: main.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.gnus.general Subject: Re: `A T' and `^' again Date: Mon, 24 Feb 2003 23:59:45 +0100 Organization: Church of GNU Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: Christoph Conrad NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1046127810 11581 80.91.224.249 (24 Feb 2003 23:03:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2003 23:03:30 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18nRbZ-0002uh-00 for ; Tue, 25 Feb 2003 00:01:50 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18nRaO-00073x-00; Mon, 24 Feb 2003 17:00:36 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 24 Feb 2003 17:01:34 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA07650 for ; Mon, 24 Feb 2003 17:01:22 -0600 (CST) Original-Received: (qmail 23356 invoked by alias); 24 Feb 2003 23:00:18 -0000 Original-Received: (qmail 23351 invoked from network); 24 Feb 2003 23:00:18 -0000 Original-Received: from mail.gmx.net (213.165.64.20) by 66.230.238.6 with SMTP; 24 Feb 2003 23:00:18 -0000 Original-Received: (qmail 21034 invoked by uid 0); 24 Feb 2003 22:59:48 -0000 Original-Received: from p508E85AE.dip0.t-ipconnect.de (HELO linux.local) (80.142.133.174) by mail.gmx.net (mp012-rz3) with SMTP; 24 Feb 2003 22:59:48 -0000 Original-Received: (from cc@localhost) by linux.local (8.11.6/8.11.6/SuSE Linux 0.5) id h1OMxj102537; Mon, 24 Feb 2003 23:59:45 +0100 X-Authentication-Warning: linux.local: cc set sender to christoph.conrad@gmx.de using -f Original-To: ding@gnus.org X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA Mail-Followup-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Mon, 24 Feb 2003 23:28:39 +0100") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50366 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50366 Hi Simon, as you(?) suggested some time ago i summarized calling the three functions in a defun: ,---- | (defun cc-fetch-whole-thread() | "like `A R' `T o' `A T' in the summary buffer." | (interactive) | (gnus-summary-refer-references) | (gnus-summary-top-thread) | (gnus-summary-refer-thread)) | | (define-key gnus-summary-mode-map (kbd "AT") 'cc-fetch-whole-thread) `---- Beste Grüße, cu, -cc- -- Computers are useless. They can only give you answers. Pablo Picasso