From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Gooch, Allen" Newsgroups: gmane.emacs.help Subject: Question about auto-reverting images in image-mode Date: Thu, 16 Jan 2014 17:02:51 +0000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389894972 28217 80.91.229.3 (16 Jan 2014 17:56:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jan 2014 17:56:12 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 16 18:56:18 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W3rAw-00068M-Ea for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Jan 2014 18:56:18 +0100 Original-Received: from localhost ([::1]:34307 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3rAw-0005fI-4q for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Jan 2014 12:56:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3qqc-0004ph-4s for help-gnu-emacs@gnu.org; Thu, 16 Jan 2014 12:35:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3qqS-0006Vh-K8 for help-gnu-emacs@gnu.org; Thu, 16 Jan 2014 12:35:18 -0500 Original-Received: from mail-bl2lp0209.outbound.protection.outlook.com ([207.46.163.209]:19667 helo=na01-bl2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3qqS-0006VN-FY for help-gnu-emacs@gnu.org; Thu, 16 Jan 2014 12:35:08 -0500 Original-Received: from BLUPR07MB292.namprd07.prod.outlook.com (10.141.24.21) by BLUPR07MB290.namprd07.prod.outlook.com (10.141.24.18) with Microsoft SMTP Server (TLS) id 15.0.851.11; Thu, 16 Jan 2014 17:02:52 +0000 Original-Received: from BLUPR07MB292.namprd07.prod.outlook.com ([169.254.16.18]) by BLUPR07MB292.namprd07.prod.outlook.com ([169.254.16.18]) with mapi id 15.00.0851.011; Thu, 16 Jan 2014 17:02:51 +0000 Thread-Topic: Question about auto-reverting images in image-mode Thread-Index: Ac8S2vafaLTdsyRmRTuHNzN6lxou4g== Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [159.153.142.7] x-forefront-prvs: 0093C80C01 x-forefront-antispam-report: SFV:NSPM; SFS:(10019001)(689001)(679001)(779001)(66654002)(199002)(189002)(51874003)(66066001)(79102001)(80022001)(74366001)(74662001)(15202345003)(74876001)(93136001)(31966008)(63696002)(74502001)(76796001)(47446002)(77982001)(59766001)(65816001)(76176001)(74706001)(92566001)(56776001)(81342001)(85852003)(81816001)(69226001)(85306002)(54356001)(76482001)(56816005)(90146001)(87936001)(83072002)(2656002)(77096001)(80976001)(87266001)(50986001)(76786001)(74316001)(47976001)(76576001)(53806001)(81542001)(4396001)(46102001)(15975445006)(54316002)(93516002)(33646001)(19580395003)(81686001)(49866001)(51856001)(47736001)(83322001)(24736002); DIR:OUT; SFP:1102; SCL:1; SRVR:BLUPR07MB290; H:BLUPR07MB292.namprd07.prod.outlook.com; CLIP:159.153.142.7; FPR:; RD:InfoNoRecords; A:1; MX:1; LANG:en; X-OriginatorOrg: Bioware.com X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-Received-From: 207.46.163.209 X-Mailman-Approved-At: Thu, 16 Jan 2014 12:56:06 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95446 Archived-At: I'm running GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) on Windows 7, and am t= rying to enable auto-reverting of images in image mode. I've added the fol= lowing to my emacs configuration: (add-hook 'image-mode-hook (lambda () (auto-revert-mode 1))) Now when a PNG file changes emacs reverts the file, but displays the image = binary bytes, not the image itself. How would I configure emacs to redispl= ay the actual image? Many thanks in advance, -ag