From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85328 Path: news.gmane.org!not-for-mail From: Peter Davis Newsgroups: gmane.emacs.gnus.general Subject: Re: Mutt/Gnus hybrid for mail? Date: Tue, 09 Dec 2014 14:56:39 -0500 Message-ID: References: <87egs952jy.fsf@micropit.roche-blanche.homenet.org> <8761dl3xth.fsf@pinto.chemeng.ucl.ac.uk> <87ppbsgbi7.fsf@ucl.ac.uk> <87r3w8x0i0.fsf@ucl.ac.uk> <878uig8ysx.fsf@topper.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1418155071 22885 80.91.229.3 (9 Dec 2014 19:57:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2014 19:57:51 +0000 (UTC) Cc: ding@gnus.org To: asjo@koldfront.dk (Adam =?utf-8?Q?Sj=C3=B8gren?=) Original-X-From: ding-owner+M33572@lists.math.uh.edu Tue Dec 09 20:57:45 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XyQum-0001Uv-28 for ding-account@gmane.org; Tue, 09 Dec 2014 20:57:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XyQts-0005vo-JR; Tue, 09 Dec 2014 13:56:48 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XyQtq-0005vc-3S for ding@lists.math.uh.edu; Tue, 09 Dec 2014 13:56:46 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XyQto-00036l-TQ for ding@lists.math.uh.edu; Tue, 09 Dec 2014 13:56:45 -0600 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XyQtn-0001p9-0N for ding@gnus.org; Tue, 09 Dec 2014 20:56:43 +0100 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B046720811 for ; Tue, 9 Dec 2014 14:56:40 -0500 (EST) Original-Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Tue, 09 Dec 2014 14:56:40 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type :content-transfer-encoding; s=smtpout; bh=T85EG5QZmiFazDHuzpKmfx R7ENg=; b=fywksYYdBiKG07BNZkOj2Q+Yfe0xfHEiLuL7Ybb6/hE6umXfZ2NapX NfBnJ2CYEjdZdLPncS9hsayYzqSh3DLE8YsjspyD1UnSZW+FIN79uDKsjXaaoc11 SvdvSr+6t4FPzJ2cAqXy88+47h6OwpH7bjDJhpJmJnyaru4Vj5WqQ= X-Sasl-enc: 0Rp3zFc6PN80GKtMwaRIJxGGI7CTQJTlcLk+KHb4rRNC 1418155000 Original-Received: from PFDStudio-Air.home (unknown [173.76.32.54]) by mail.messagingengine.com (Postfix) with ESMTPA id 60E11C0027E; Tue, 9 Dec 2014 14:56:40 -0500 (EST) In-Reply-To: <878uig8ysx.fsf@topper.koldfront.dk> ("Adam \=\?utf-8\?Q\?Sj\?\= \=\?utf-8\?Q\?\=C3\=B8gren\=22's\?\= message of "Tue, 09 Dec 2014 19:26:22 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85328 Archived-At: asjo@koldfront.dk (Adam Sj=C3=B8gren) writes: > Peter writes: > Then tell Gnus that when you press 'E', which jumps to the next (unread) > article, you also want to automatically do the same as pressing 'g' > (i.e. display the article you are on in the summary): Aha! Adding this to Peter M=C3=BCnster's suggested code, I get: --8<---------------cut here---------------start------------->8--- (defun pm/alter-summary-map () (local-set-key "d" [?M ?M ?e ?e down ?g])) --8<---------------cut here---------------end--------------->8--- which works! Thank you! -pd