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: Tue, 25 Jan 2005 01:01:42 +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 1106612283 19647 80.91.229.6 (25 Jan 2005 00:18:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2005 00:18:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 25 01:17:48 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 1CtEOx-00039a-00 for ; Tue, 25 Jan 2005 01:17:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtEbC-000706-Ay for ged-emacs-devel@m.gmane.org; Mon, 24 Jan 2005 19:30:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CtEWm-0006C6-3T for emacs-devel@gnu.org; Mon, 24 Jan 2005 19:25:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CtEWc-00067f-Cf for emacs-devel@gnu.org; Mon, 24 Jan 2005 19:25:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtEWa-0005zZ-V2 for emacs-devel@gnu.org; Mon, 24 Jan 2005 19:25:41 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CtE9j-0000Pp-1V for emacs-devel@gnu.org; Mon, 24 Jan 2005 19:02:03 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CtE9h-0007hF-00 for ; Tue, 25 Jan 2005 01:02:01 +0100 Original-Received: from dialin-212-144-209-047.arcor-ip.net ([212.144.209.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Jan 2005 01:02:01 +0100 Original-Received: from angeli by dialin-212-144-209-047.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Jan 2005 01:02:01 +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-209-047.arcor-ip.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:bo+P8wgL16m17F0ljh6EMGv2u3w= 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:32540 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32540 * Kim F. Storm (2005-01-24) writes: > Ralf Angeli writes: > >> 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. [] > Thanks. I just installed a fix. Thank you. The testcase in the article referenced above works fine now. However, there is a special case in circ.tex where some unwanted behavior occurs. You can reproduce it like that: Generate previews for the whole document by typing `C-c C-p C-d'. Move point to the start of line 78 (you should be on an image with an equation starting with "e+f=..."). Type `C-f' (this should open the preview). Type `C-p' to move on line up. Point will end up in the line starting with "stellt dann...", that means the line starting with "y-Wert..." will be skipped. -- Ralf