From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: Parital scrolling of image Date: Mon, 24 Jan 2005 16:02:37 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106582292 17582 80.91.229.6 (24 Jan 2005 15:58:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2005 15:58:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 24 16:58:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ct6bK-0005wG-00 for ; Mon, 24 Jan 2005 16:58:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ct6nX-0005yC-Np for ged-emacs-devel@m.gmane.org; Mon, 24 Jan 2005 11:10:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ct6m2-0005dG-WA for emacs-devel@gnu.org; Mon, 24 Jan 2005 11:09:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ct6lh-0005So-Nq for emacs-devel@gnu.org; Mon, 24 Jan 2005 11:08:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ct6lh-0005SL-I9 for emacs-devel@gnu.org; Mon, 24 Jan 2005 11:08:45 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ct6YL-000835-Eh for emacs-devel@gnu.org; Mon, 24 Jan 2005 10:54:57 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ct6IM-0005Rf-00 for ; Mon, 24 Jan 2005 16:38:26 +0100 Original-Received: from dialin-212-144-211-189.arcor-ip.net ([212.144.211.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Jan 2005 16:38:26 +0100 Original-Received: from angeli by dialin-212-144-211-189.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Jan 2005 16:38:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dialin-212-144-211-189.arcor-ip.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:FkiFQlYl4a2ZfoCVaON91yeFKY0= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32530 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32530 * Kim F. Storm (2005-01-24) writes: > David Kastrup writes: > >> a) an "open preview" that starts on a line of its own in preview-latex >> has an overlay starting at the beginning of the line. This overlay >> has a before-string consisting of an image (display-property on a >> single x character IIRC) followed by \n (so that the image will appear >> on a line of its own). Note that the image as well as the \n are not >> connected to a character in the buffer, but appear just as >> before-string. Nevertheless, previous-line in the first _real_ line >> of the overlay will be sufficiently confused as to not move at all. > > I tried various things with your circ.tex, but I cannot reproduce this > with my latest fixes. Please test again -- and if you can still > reproduce it, pls. tell me how (and what is unintuitive about the > results you see). The problem still exists. If you need a small testcase, you can have a look at the bug report I sent to emacs-pretest-bug on Saturday, January 22nd. () -- Ralf