From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.help Subject: Re: Embedded images with w3m-emacs? Date: Tue, 30 Sep 2008 10:57:31 +0200 Organization: LiteraturLateNight Message-ID: <878wtaau4k.fsf@literaturlatenight.de> References: <87prmm10rs.fsf@ma-patru.mathematik.uni-karlsruhe.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222767749 23751 80.91.229.12 (30 Sep 2008 09:42:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2008 09:42:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 30 11:43:28 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KkblO-00082s-Rf for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Sep 2008 11:43:27 +0200 Original-Received: from localhost ([127.0.0.1]:55197 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkbkL-0005O6-HC for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Sep 2008 05:42:22 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news.k-dsl.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: port-92-195-188-173.dynamic.qsc.de Original-X-Trace: online.de 1222764906 5742 92.195.188.173 (30 Sep 2008 08:55:06 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Tue, 30 Sep 2008 08:55:06 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:u5WQO7/LG489sNUf7qaqNqYpbKA= Original-Xref: news.stanford.edu gnu.emacs.help:162881 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58222 Archived-At: Zitat - Nicolas Neuss * Di Sep 30 2008 um 10:44 - > Hello, > > is it possible to make w3m running inside Emacs display HTML-embedded > images (jpg or gif)? I could see only single images displayed in an > separate Emacs buffer, but images embedded in HTML were displayed as > [image] (or the name if provided). (OTOH, after I installed the w3m-img > package, w3m run from inside a terminal could display those.) > > Thank you in advance, > Nicolas Add this to your ~/.emacs and images should be displayed: (setq w3m-default-display-inline-images t) Cheers, henry