From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rusi Newsgroups: gmane.emacs.help Subject: Re: elisp: interactive and non-interactive diffs Date: Tue, 4 Jan 2011 22:48:36 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <31477215-2edd-451f-a0ca-2fec8a1830ee@w38g2000pri.googlegroups.com> <0e4b39a1-e222-4bd7-a09c-717cb13c1ad4@22g2000prx.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1294213249 3067 80.91.229.12 (5 Jan 2011 07:40:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2011 07:40:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 05 08:40:45 2011 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.69) (envelope-from ) id 1PaNzB-0005Vr-4e for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2011 08:40:45 +0100 Original-Received: from localhost ([127.0.0.1]:50934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaNzA-0005WP-Mr for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2011 02:40:44 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!r19g2000prm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 116.73.35.230 Original-X-Trace: posting.google.com 1294210116 12972 127.0.0.1 (5 Jan 2011 06:48:36 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 5 Jan 2011 06:48:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r19g2000prm.googlegroups.com; posting-host=116.73.35.230; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:184004 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:78205 Archived-At: On Jan 3, 9:31=A0am, Stefan Monnier wrote: > >> > So I tried the autorevert.el from > >> The bug is in image-mode's failure to setup revert-buffer-function in = the > >> right way. So autorevert.el won't help you. > > Tried emacs version 24 -- Still same behavior > > Please report it with M-x report-emacs-bug, then. > > =A0 =A0 =A0 =A0 Stefan No My mistake Its working in 24 and not in 23 -- I had a (add-hook 'after-revert-hook 'image-toggle-display) to hack round the bug