From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: Rmail: toggle between summary and message buffers Date: Wed, 19 Jun 2019 14:55:32 +0200 Organization: GNU's NOT Unix! Message-ID: References: <83a7eeuc8t.fsf@gnu.org> <87a7eeediv.fsf@fencepost.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="259565"; mail-complaints-to="usenet@blaine.gmane.org" Cc: help-gnu-emacs@gnu.org To: Amin Bandali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 19 14:56:02 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hda89-0015Q6-2S for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Jun 2019 14:56:01 +0200 Original-Received: from localhost ([::1]:38068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hda88-0003PG-4f for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Jun 2019 08:56:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33572) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hda7y-0003P9-0z for help-gnu-emacs@gnu.org; Wed, 19 Jun 2019 08:55:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hda7v-0000Qb-VP for help-gnu-emacs@gnu.org; Wed, 19 Jun 2019 08:55:49 -0400 Original-Received: from 129.ip-51-38-48.eu ([51.38.48.129]:50172 helo=maillard.im) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hda7o-0000F8-3g; Wed, 19 Jun 2019 08:55:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maillard.im; s=mail; t=1560948933; h=from:from:sender:reply-to:subject:subject:date:date:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=G880gn9/YZcaYkAFe8X5OkOLUWsqUaOmEHedt3KbJIo=; b=cLgahLf6Pw2HhhUatP6xKRCrKAyGjrOIQX0R5FPv+7MtBHstNHEkA3RLoCymYpfnotjWNs p/DkyKMVi7DFTVq/QlgBBmRpaO7tU5GHoOaPZON9VgXMghajDhbIB7uE9GeibIcUXZYQG9 t9Txgfa/lNEmJiAZYSht4f2X2jNxurQ= In-Reply-To: <87a7eeediv.fsf@fencepost.gnu.org> (message from Amin Bandali on Tue, 18 Jun 2019 18:26:16 -0400) Jabber-ID: xavier@maillard.im X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 51.38.48.129 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:120978 Archived-At: > From: Amin Bandali > Date: Tue, 18 Jun 2019 18:26:16 -0400 >=20 > Xavier Maillard writes: >=20 > >> Date: Tue, 18 Jun 2019 18:47:14 +0300 > >> From: Eli Zaretskii > >>=20 > >> > Date: Tue, 18 Jun 2019 06:20:00 +0200 > >> > From: Xavier Maillard > >> > Jabber-ID: xavier@maillard.im > >> >=20 > >> > since quite recently, I would have used only the Rmail message > >> > buffer. Then I discovered C-M-h aka `rmail-summary' which is quite > >> > convenient. There is something quite annoying though, I do not kn= ow > >> > how to switch from rmail-summary's buffer and rmail buffer. > >> >=20 > >> > I have read the manual and info pages but I am pretty sure there i= s no > >> > pretty simple way to do so. > >>=20 > >> I don't understand the question. Both Rmail buffer and Rmail Summar= y > >> buffer are just buffers, so you switch between then just like betwee= n > >> any other two buffers. What am I missing? > > > > Maybe I am not clear (english is not my native tongue, sorry). > > > > So, I need a quick, direct and easy way to switch from a message > > buffer to the rmail-summary buffer and vice-versa. > > > > Currently, I am doing a lot of `C-x o' but as soon as there is more > > than one window, this is getting quite useless. > > >=20 > I haven=E2=80=99t ever used rmail, but Gnus has a pair of functions > gnus-summary-select-article-buffer and gnus-article-show-summary, bound > to h in gnus-summary-mode-map and gnus-article-mode-map respectively, > which allow conveniently switching between the summary buffer and the > message buffer. >=20 > I think Xavier is looking for a similar pair of functions for rmail, as > opposed to having to use the general other-window bound to C-x o. Exactly this, yeah. Here `h' activates the rmail-summary function (removing any applied filters if any in action) which is kind of disturbing. - xma GPG: BA4909B7 8F04DE1B