From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: elisp: interactive and non-interactive diffs Date: Mon, 10 Jan 2011 12:35:50 -0500 Organization: A noiseless patient Spider 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 X-Trace: dough.gmane.org 1294681275 11353 80.91.229.12 (10 Jan 2011 17:41:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 Jan 2011 17:41:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 10 18:41:11 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 1PcLjx-0003SN-4Y for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jan 2011 18:41:09 +0100 Original-Received: from localhost ([127.0.0.1]:44143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcLjw-00005g-El for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jan 2011 12:41:08 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!kanaga.switch.ch!news-zh.switch.ch!switch.ch!news.belwue.de!news.n-ix.net!news2.arglkargh.de!news.mixmin.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Injection-Info: mx03.eternal-september.org; posting-host="8jSoPKcnI4RsJz0v4H4pBg"; logging-data="28147"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+M9FcB/UqMDaDt6mGxFTF9" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:D4g0s4dvhT2jUTNt1ApQ4v6N4qk= sha1:GvgnL9JSf3iUpXem5olKzL1eNhM= Original-Xref: usenet.stanford.edu gnu.emacs.help:184188 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:78366 Archived-At: >> >> > 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. > 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 Even better ;-) Stefan