From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86399 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Display attached images via image mode Date: Tue, 15 Dec 2015 11:53:11 +0900 Organization: Emacsen advocacy group Message-ID: References: <87r3ip2n6l.fsf@gkayaalp.com> 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 1450148076 26547 80.91.229.3 (15 Dec 2015 02:54:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Dec 2015 02:54:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34631@lists.math.uh.edu Tue Dec 15 03:54:24 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a8fkq-0008PB-SX for ding-account@gmane.org; Tue, 15 Dec 2015 03:54:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1a8fjx-00069g-4o; Mon, 14 Dec 2015 20:53:25 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1a8fju-00069M-DF for ding@lists.math.uh.edu; Mon, 14 Dec 2015 20:53:22 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1a8fjt-0005Ep-4e for ding@lists.math.uh.edu; Mon, 14 Dec 2015 20:53:22 -0600 Original-Received: from mail-hampton.hostforweb.net ([205.234.186.191] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1a8fjr-0001WK-0T for ding@gnus.org; Tue, 15 Dec 2015 03:53:19 +0100 Original-Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:61717 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1a8fjg-000cxq-8n for ding@gnus.org; Mon, 14 Dec 2015 20:53:09 -0600 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130014 (=?utf-8?Q?=E7=9C=9F?= Gnus v0.14) Emacs/25.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:DZ/eVHgRJLfpsBOWBYAwYJ29IGQ= X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Authenticated-Sender: hampton.hostforweb.net: yamaoka@jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86399 Archived-At: On Mon, 14 Dec 2015 15:07:46 +0200, G=C3=B6ktu=C4=9F Kayaalp wrote: > I=E2=80=99d like to use Emacs=E2=80=99 image-mode to view images attache= d to my emails. > When I hit RET on an image, pops up an imagemagick window. I=E2=80= =99ve set > mm-enable-external to nil, and then it starting saving them when I hit > RET. The manual is really scarce about MIME. How can I achieve this? > BTW when I hit E, the image is inserted into the buffer, and this is not > what I want. I want the image to get its proper buffer, as I can use > image-mode to zoom in & out, etc. The most easy way would be to type `c' on the MIME tag, that looks like [7. image/png; data.png], for an image to view. Though the MIME tag for an image inlined in the article buffer is hidden by default, you can toggle it by `M-t' in the summary buffer.