From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9052 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: Inline jpeg reader Date: Thu, 31 May 2007 08:13:02 +0900 Organization: Emacsen advocacy group Message-ID: References: <874pluw943.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1180568440 12923 80.91.229.12 (30 May 2007 23:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 May 2007 23:40:40 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu May 31 01:40:34 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HtXmJ-0003X7-Sm for gegu-info-gnus-english@m.gmane.org; Thu, 31 May 2007 01:40:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtXmJ-0005rE-EW for gegu-info-gnus-english@m.gmane.org; Wed, 30 May 2007 19:40:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 24 Original-X-Trace: individual.net Ebbk0SWRHZC1CEWoF5KemwGVJA24IXaQoF5nT1Q+XuYO8vcgo= 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.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:Q0Glwiipqbp5gQxA3UjMK1DI33o= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79235 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9052 Archived-At: >>>>> In <874pluw943.fsf@gmail.com> Hadron wrote: > running emacs 23, what is the recommended viewer for viewing jpeg files > attachment inline in email? Has your Emacs 23 been built with the libjpeg library? It can be checked by evaluating the Lisp form: (image-type-available-p 'jpeg) If it returns nil, you're unable to view jpeg images inline. > I did have imagemagick installed but it was opening an external viewer > and then not actually picking up the tmp file when I hit enter over the > attachment url.. Trying "inline" (i) just displayed the ascii equivalent > of the jpeg bytes. > my mm-text-html-renderer is w3m. But you're talking about ordinary MIME messages (not HTML messages) having jpeg attachments, aren't you? Because emacs-w3m doesn't make a button on which you can type the `i' command. Try mouse-3 on that button, and you will see the `E' command there.