From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46718 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-catchup-and-exit not setting marks Date: Wed, 25 Sep 2002 10:56:08 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032944452 27977 127.0.0.1 (25 Sep 2002 09:00:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Sep 2002 09:00:52 +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 17u82N-0007H4-00 for ; Wed, 25 Sep 2002 11:00:51 +0200 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 17u7yd-0002Fk-00; Wed, 25 Sep 2002 03:56:59 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 25 Sep 2002 03:57:39 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id DAA12866 for ; Wed, 25 Sep 2002 03:57:28 -0500 (CDT) Original-Received: (qmail 29942 invoked by alias); 25 Sep 2002 08:56:43 -0000 Original-Received: (qmail 29936 invoked from network); 25 Sep 2002 08:56:43 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by gnus.org with SMTP; 25 Sep 2002 08:56:43 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-243.axis.se [10.13.8.243]) by krynn.axis.se (8.12.3/8.12.3/Debian -4) with ESMTP id g8P8u871010905 for ; Wed, 25 Sep 2002 10:56:09 +0200 Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Tue, 24 Sep 2002 13:49:58 +0200") Original-Lines: 18 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46718 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46718 Simon Josefsson writes: > If you want to edebug what happens when you press `c', do C-h k q and > click on the hyperlink (Emacs only) in the documentation buffer that > leads you to the function definition, then press M-x edebug-defun RET > with point inside that function, return to Gnus and press `c'. You > are placed in the lisp buffer when the function is invoked and can > single step using SPC and evaluate things using M-: or C-h v, or abort > execution with `q' and resume execution with `c' (or `g'). Good summary, thank you for this. > Maybe this should go into the manual somewhere? I certainly think so. Until then, I will keep your message ticked so I have the information at hand when I need it. Niklas