From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Doc View Page Problems Date: Wed, 16 Apr 2014 14:09:10 -0400 Message-ID: References: <87mwfmwwsi.fsf@gnu.org> <8738hdh1ae.fsf@gnu.org> <87eh0x8drj.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1397671780 29256 80.91.229.3 (16 Apr 2014 18:09:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Apr 2014 18:09:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ian D Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 16 20:09:33 2014 Return-path: Envelope-to: ged-emacs-devel@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 1WaUH5-0007wE-BC for ged-emacs-devel@m.gmane.org; Wed, 16 Apr 2014 20:09:31 +0200 Original-Received: from localhost ([::1]:56100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaUH4-0008Ab-UC for ged-emacs-devel@m.gmane.org; Wed, 16 Apr 2014 14:09:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaUGu-0008AK-ST for emacs-devel@gnu.org; Wed, 16 Apr 2014 14:09:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaUGn-0003qh-CI for emacs-devel@gnu.org; Wed, 16 Apr 2014 14:09:20 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:52415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaUGn-0003qb-7L; Wed, 16 Apr 2014 14:09:13 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3GI9Bn5021863; Wed, 16 Apr 2014 14:09:11 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id CE20F60246; Wed, 16 Apr 2014 14:09:10 -0400 (EDT) In-Reply-To: <87eh0x8drj.fsf@gnu.org> (Ian D.'s message of "Wed, 16 Apr 2014 12:01:20 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4914=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4914> : inlines <742> : streams <1160859> : uri <1731396> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171459 Archived-At: > Since image-mode sets up the `t' entry itself, it could be > possible to continuously update this every time another entry is > updated, if that's what you're suggesting. Yes, that's what I'm suggesting. > For example, when 'page is updated, have > `image-mode-window-put' update the page in the `t' entry > as well. Right, and that would then automatically apply to all other properties (e.g. horizontal scrolling, ...). Stefan