X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Bill Meier <wmeier@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Mon, 09 Apr 2012 22:47:02 +0000 Resent-Message-ID: <handler.11210.B.133401161220019 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 11210 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.133401161220019 (code B ref -1); Mon, 09 Apr 2012 22:47:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Apr 2012 22:46:52 +0000 Received: from localhost ([127.0.0.1]:47505 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHNMJ-0005Cp-Us for submit <at> debbugs.gnu.org; Mon, 09 Apr 2012 18:46:52 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55505) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <wmeier@HIDDEN>) id 1SHNFc-00051m-4C for submit <at> debbugs.gnu.org; Mon, 09 Apr 2012 18:39:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <wmeier@HIDDEN>) id 1SHNEe-0007W3-CE for submit <at> debbugs.gnu.org; Mon, 09 Apr 2012 18:38:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:52299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <wmeier@HIDDEN>) id 1SHNEe-0007Vy-8r for submit <at> debbugs.gnu.org; Mon, 09 Apr 2012 18:38:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <wmeier@HIDDEN>) id 1SHNEc-00005F-6U for bug-gnu-emacs@HIDDEN; Mon, 09 Apr 2012 18:38:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <wmeier@HIDDEN>) id 1SHNEZ-0007VW-Ke for bug-gnu-emacs@HIDDEN; Mon, 09 Apr 2012 18:38:53 -0400 Received: from smtp.newsguy.com ([74.209.136.69]:52886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <wmeier@HIDDEN>) id 1SHNEZ-0007VO-Fi for bug-gnu-emacs@HIDDEN; Mon, 09 Apr 2012 18:38:51 -0400 Received: from [75.193.200.138] (138.sub-75-193-200.myvzw.com [75.193.200.138]) (authenticated bits=0) by smtp.newsguy.com (8.14.3/8.14.3) with ESMTP id q39McUJL097588 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for <bug-gnu-emacs@HIDDEN>; Mon, 9 Apr 2012 15:38:48 -0700 (PDT) (envelope-from wmeier@HIDDEN) Message-ID: <4F8364E4.5010008@HIDDEN> Date: Mon, 09 Apr 2012 18:38:28 -0400 From: Bill Meier <wmeier@HIDDEN> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.2 (------) X-Mailman-Approved-At: Mon, 09 Apr 2012 18:46:51 -0400 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -6.2 (------) To reproduce: 1. emacs -Q 2. [customize 'scroll-conservatively' to 4] 3. [visit a file named tshark.c containing all the lines between the ====== lines in the following] ===================================== /* tshark.c * * Text-mode variant of Wireshark, along the lines of tcpdump and snoop, * by Gilbert Ramirez <gram@HIDDEN> and Guy Harris <guy@HIDDEN>. * * $Id: tshark.c 41542 2012-03-14 01:08:09Z morriss $ * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@HIDDEN> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include <stdlib.h> #include <stdio.h> #include <string.h> #include <ctype.h> #include <locale.h> #include <limits.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #include <errno.h> ================================================= 4. Do repeated down-arrow (manually; auto-repeat not req'd) 5. The result is that as the screen scrolls up (by 1 line each time) that the "cursor" indication sometimes remains displayed on the the "last line just scrolled up" even as it is also displayed on the new last line of the buffer. So: the result might look like the following (except of course, that the cursor doesn't actually take up a character position): ... #include <stdlib.h> |#include <stdio.h> #include <string.h> |#include <ctype.h> |#include <locale.h> #include <limits.h> This effect does not happen on my Emacs 23.3.1: GNU Emacs 23.3.1 (i386-mingw-nt6.1.7601) of 2011-03-10 on 3249CTO In GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-04 on MARVIN Windowing system distributor `Microsoft Corp.', version 6.1.7601 configured using `configure --with-gcc (4.4) --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <up> <up> <up> <up> <up> <up> <up> <up> <down> <down> <down> <down> <down> <down> <down> <down> <down> <down> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <C-home> C-s s c r o l l C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s <C-home> C-s c o n s e r C-x k <return> M-x r e p o r t - e m a c s - b u g <return> Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Quit [3 times] For information about GNU Emacs and the GNU system, type C-h C-a. Type C-x 1 to delete the help window, C-M-v to scroll help. View mode: type C-h for help, C-h m for commands, M-x View-quit to quit. Mark set [2 times] Mark saved where search started Mark set Mark saved where search started Load-path shadows: None found. Features: (shadow sort mail-extr message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug multi-isearch goto-addr thingatpt noutline outline easy-mmode kmacro two-column iso-transl help-mode easymenu view apropos tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs)
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Bill Meier <wmeier@HIDDEN> Subject: bug#11210: Acknowledgement (Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling) Message-ID: <handler.11210.B.133401161220019.ack <at> debbugs.gnu.org> References: <4F8364E4.5010008@HIDDEN> X-Gnu-PR-Message: ack 11210 X-Gnu-PR-Package: emacs Reply-To: 11210 <at> debbugs.gnu.org Date: Mon, 09 Apr 2012 22:47:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-gnu-emacs@HIDDEN If you wish to submit further information on this problem, please send it to 11210 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 11210: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D11210 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Eli Zaretskii <eliz@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Tue, 10 Apr 2012 07:30:02 +0000 Resent-Message-ID: <handler.11210.B11210.133404300017018 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Bill Meier <wmeier@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Reply-To: Eli Zaretskii <eliz@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133404300017018 (code B ref 11210); Tue, 10 Apr 2012 07:30:02 +0000 Received: (at 11210) by debbugs.gnu.org; 10 Apr 2012 07:30:00 +0000 Received: from localhost ([127.0.0.1]:47985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHVWZ-0004QQ-L5 for submit <at> debbugs.gnu.org; Tue, 10 Apr 2012 03:30:00 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:59683) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <eliz@HIDDEN>) id 1SHVWX-0004QH-0i for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 03:29:58 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M29004005KQST00@HIDDEN> for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 10:28:44 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.57.204]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M29004L763VRNB0@HIDDEN>; Tue, 10 Apr 2012 10:28:44 +0300 (IDT) Date: Tue, 10 Apr 2012 10:26:51 +0300 From: Eli Zaretskii <eliz@HIDDEN> In-reply-to: <4F8364E4.5010008@HIDDEN> X-012-Sender: halo1@HIDDEN Message-id: <83d37g6o90.fsf@HIDDEN> References: <4F8364E4.5010008@HIDDEN> X-Spam-Score: -1.2 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Mon, 09 Apr 2012 18:38:28 -0400 > From: Bill Meier <wmeier@HIDDEN> > > To reproduce: > > 1. emacs -Q > 2. [customize 'scroll-conservatively' to 4] > 3. [visit a file named tshark.c containing all the lines between the > ====== lines in the following] > ===================================== > > 4. Do repeated down-arrow (manually; auto-repeat not req'd) > 5. The result is that as the screen scrolls up (by 1 line each time) > that the "cursor" indication sometimes remains displayed on the > the "last line just scrolled up" even as it is also displayed > on the new last line of the buffer. > > So: the result might look like the following (except of course, that > the cursor doesn't actually take up a character position): > > ... > #include <stdlib.h> > |#include <stdio.h> > #include <string.h> > |#include <ctype.h> > |#include <locale.h> > #include <limits.h> I cannot reproduce this on my Windows XP box. I see no artifacts at all left after scrolling. Do you perhaps have ClearType enabled? If so, does the problem go away when you disable it?
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Bill Meier <wmeier@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Tue, 10 Apr 2012 15:44:02 +0000 Resent-Message-ID: <handler.11210.B11210.133407260313494 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii <eliz@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133407260313494 (code B ref 11210); Tue, 10 Apr 2012 15:44:02 +0000 Received: (at 11210) by debbugs.gnu.org; 10 Apr 2012 15:43:23 +0000 Received: from localhost ([127.0.0.1]:49013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHdE2-0003Va-GD for submit <at> debbugs.gnu.org; Tue, 10 Apr 2012 11:43:23 -0400 Received: from smtp.newsguy.com ([74.209.136.69]:62359) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <wmeier@HIDDEN>) id 1SHdE0-0003VT-Nc for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 11:43:21 -0400 Received: from [75.193.157.109] (109.sub-75-193-157.myvzw.com [75.193.157.109]) (authenticated bits=0) by smtp.newsguy.com (8.14.3/8.14.3) with ESMTP id q3AFg4Uq051507 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 10 Apr 2012 08:42:17 -0700 (PDT) (envelope-from wmeier@HIDDEN) Message-ID: <4F8454C9.7060006@HIDDEN> Date: Tue, 10 Apr 2012 11:42:01 -0400 From: Bill Meier <wmeier@HIDDEN> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> In-Reply-To: <83d37g6o90.fsf@HIDDEN> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.9 (-) On 4/10/2012 3:26 AM, Eli Zaretskii wrote: >> Date: Mon, 09 Apr 2012 18:38:28 -0400 >> From: Bill Meier<wmeier@HIDDEN> >> > > I cannot reproduce this on my Windows XP box. I see no artifacts at > all left after scrolling. > > Do you perhaps have ClearType enabled? Yes > If so, does the problem go > away when you disable it? > No Additional info (which may or may not be relevant) Note, in all cases below, I create an artifact by hitting down-arrow at the bottom of the screen (with scroll-conservatively > 0) until I get a case where the cursor (aka artifact) shows (not blinking) at line N-1 with a blinking cursor at line N. 1. Minimize/Restore of the w32 window (aka EMacs "frame") clears the artifact; 2. Cover/Uncover of the w32 window (EMacs) with another w32 window does not clear the artifacts; 3. Hitting up-arrow puts the blinking cursor at line N-1. Then hitting down-arrow puts the blinking cursor back at line N. The cursor/artifact remains at line N-1 (not blinking). 4. If, after an artifact appears on a line, I scroll up a line (M-1 C-V) the artifact moves with the line. 5. If cursor is at column N (and at the bottow row (Line N) of the text on the screen), then after hitting down-arrow, if the artifact appears on the line just scrolled up it will be at column N. aaaaa|aaa bbb| cccccc ee fffff|ffffff 6. If an EMacs frame is showing multiple EMacs windows, no cursor appears in the non-selected EMacs window. 7. Changing a cursor setting (blink-cursor-mode, blink-cursor-interval) doen't seem to actually affect the cursor. If there's anything I can do to help with debugging, please let me know. (Just for the record, I'm running Windows 7 Ultimate, Service Pack #1 with up-to-date patches).
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Bill Meier <wmeier@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Tue, 10 Apr 2012 17:00:02 +0000 Resent-Message-ID: <handler.11210.B11210.133407715920730 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii <eliz@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133407715920730 (code B ref 11210); Tue, 10 Apr 2012 17:00:02 +0000 Received: (at 11210) by debbugs.gnu.org; 10 Apr 2012 16:59:19 +0000 Received: from localhost ([127.0.0.1]:49110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHePW-0005OI-7X for submit <at> debbugs.gnu.org; Tue, 10 Apr 2012 12:59:18 -0400 Received: from smtp.newsguy.com ([74.209.136.69]:50020) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <wmeier@HIDDEN>) id 1SHePT-0005OA-5s for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 12:59:16 -0400 Received: from [75.193.157.109] (109.sub-75-193-157.myvzw.com [75.193.157.109]) (authenticated bits=0) by smtp.newsguy.com (8.14.3/8.14.3) with ESMTP id q3AGwBF1079176 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 10 Apr 2012 09:58:12 -0700 (PDT) (envelope-from wmeier@HIDDEN) Message-ID: <4F8466A0.1050908@HIDDEN> Date: Tue, 10 Apr 2012 12:58:08 -0400 From: Bill Meier <wmeier@HIDDEN> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> In-Reply-To: <83d37g6o90.fsf@HIDDEN> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.9 (-) Playing around a bit more: 1. Start Emacs (scroll-conservatively > 0) 2. Adjust w32 window height (aka EMacs frame) to show (say) 24 rows. 3. Fill *scratch* with with 32 lines of 'abc' Move cursor to top; down-arrow to end of buffer; Repeat; No artifacts Add 123 as last line of the buffer. Move cursor to top, down-arrow and etc. Artifact shows up (almost always) at the end of the buffer. abc 123 | Strange ....
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Eli Zaretskii <eliz@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Tue, 10 Apr 2012 17:10:01 +0000 Resent-Message-ID: <handler.11210.B11210.133407775621713 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Bill Meier <wmeier@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Reply-To: Eli Zaretskii <eliz@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133407775621713 (code B ref 11210); Tue, 10 Apr 2012 17:10:01 +0000 Received: (at 11210) by debbugs.gnu.org; 10 Apr 2012 17:09:16 +0000 Received: from localhost ([127.0.0.1]:49131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHeZ9-0005eA-OX for submit <at> debbugs.gnu.org; Tue, 10 Apr 2012 13:09:16 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:52403) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <eliz@HIDDEN>) id 1SHeZ7-0005e2-Cy for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 13:09:14 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M2900K00WU00Y00@HIDDEN> for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 20:08:09 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.57.204]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2900IDKWXKCDS4@HIDDEN>; Tue, 10 Apr 2012 20:08:09 +0300 (IDT) Date: Tue, 10 Apr 2012 20:06:17 +0300 From: Eli Zaretskii <eliz@HIDDEN> In-reply-to: <4F8454C9.7060006@HIDDEN> X-012-Sender: halo1@HIDDEN Message-id: <83398b7bzq.fsf@HIDDEN> References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> X-Spam-Score: -1.2 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Tue, 10 Apr 2012 11:42:01 -0400 > From: Bill Meier <wmeier@HIDDEN> > CC: 11210 <at> debbugs.gnu.org > > Note, in all cases below, I create an artifact by hitting down-arrow at > the bottom of the screen (with scroll-conservatively > 0) until I get > a case where the cursor (aka artifact) shows (not blinking) at line N-1 > with a blinking cursor at line N. > > 1. Minimize/Restore of the w32 window (aka EMacs "frame") clears the > artifact; > 2. Cover/Uncover of the w32 window (EMacs) with another w32 window > does not clear the artifacts; > 3. Hitting up-arrow puts the blinking cursor at line N-1. > Then hitting down-arrow puts the blinking cursor back at line N. > The cursor/artifact remains at line N-1 (not blinking). > 4. If, after an artifact appears on a line, I scroll up a line > (M-1 C-V) the artifact moves with the line. > 5. If cursor is at column N (and at the bottow row (Line N) of the text > on the screen), then after hitting down-arrow, if the > artifact appears on the line just scrolled up it will be > at column N. > > aaaaa|aaa > bbb| > cccccc > ee > fffff|ffffff This all points to incomplete erasing of the portions of the screen that are redrawn. Perhaps changing some of your display properties or the font(s) you use would fix that. Also, is there anything special about your monitor, like dimensions, or resolution? Or maybe you have more than one monitor connected? Anyway, unfortunately I see none of these problems here. (Does anyone else see this on MS-Windows?) Could you perhaps try the latest pretest of Emacs 24.1, which is available from here: http://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-24.0.95-bin-i386.zip > 6. If an EMacs frame is showing multiple EMacs windows, no cursor > appears in the non-selected EMacs window. You mean, there's no empty rectangle in the non-selected windows? Do you _ever_ see a cursor in non-selected windows on this system? > (Just for the record, I'm running Windows 7 Ultimate, Service Pack #1 > with up-to-date patches). Yes, thanks, your original bug report shows this info.
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Eli Zaretskii <eliz@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Tue, 10 Apr 2012 17:25:02 +0000 Resent-Message-ID: <handler.11210.B11210.133407864223080 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Bill Meier <wmeier@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Reply-To: Eli Zaretskii <eliz@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133407864223080 (code B ref 11210); Tue, 10 Apr 2012 17:25:02 +0000 Received: (at 11210) by debbugs.gnu.org; 10 Apr 2012 17:24:02 +0000 Received: from localhost ([127.0.0.1]:49139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHenS-00060D-EV for submit <at> debbugs.gnu.org; Tue, 10 Apr 2012 13:24:02 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:55922) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <eliz@HIDDEN>) id 1SHenP-0005zn-VN for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 13:24:01 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M2900K00XJI3D00@HIDDEN> for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 20:22:56 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.57.204]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2900IYCXM3JB84@HIDDEN>; Tue, 10 Apr 2012 20:22:52 +0300 (IDT) Date: Tue, 10 Apr 2012 20:21:00 +0300 From: Eli Zaretskii <eliz@HIDDEN> In-reply-to: <4F8466A0.1050908@HIDDEN> X-012-Sender: halo1@HIDDEN Message-id: <83zkaj5wqr.fsf@HIDDEN> References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8466A0.1050908@HIDDEN> X-Spam-Score: -1.2 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Tue, 10 Apr 2012 12:58:08 -0400 > From: Bill Meier <wmeier@HIDDEN> > CC: 11210 <at> debbugs.gnu.org > > Playing around a bit more: > > 1. Start Emacs (scroll-conservatively > 0) > 2. Adjust w32 window height (aka EMacs frame) to show (say) 24 rows. > 3. Fill *scratch* with with 32 lines of 'abc' > > Move cursor to top; down-arrow to end of buffer; > Repeat; > > No artifacts > > Add 123 as last line of the buffer. > Move cursor to top, down-arrow and etc. > > Artifact shows up (almost always) at the end of the buffer. > > abc > 123 > | > > > Strange .... Probably because of the different dimensions of the letters and the digits. If you go to one of the 'a' characters and type "C-u C-x =", what font does Emacs show as being used for this character? Please also do the same for '1' and see what it says then.
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Juanma Barranquero <lekktu@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Tue, 10 Apr 2012 17:42:02 +0000 Resent-Message-ID: <handler.11210.B11210.133407969624756 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii <eliz@HIDDEN> Cc: 11210 <at> debbugs.gnu.org, Bill Meier <wmeier@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133407969624756 (code B ref 11210); Tue, 10 Apr 2012 17:42:02 +0000 Received: (at 11210) by debbugs.gnu.org; 10 Apr 2012 17:41:36 +0000 Received: from localhost ([127.0.0.1]:49148 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHf4Q-0006RD-Gd for submit <at> debbugs.gnu.org; Tue, 10 Apr 2012 13:41:36 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:58879) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <lekktu@HIDDEN>) id 1SHf4O-0006R5-1A for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 13:41:32 -0400 Received: by pbbrq13 with SMTP id rq13so203378pbb.3 for <11210 <at> debbugs.gnu.org>; Tue, 10 Apr 2012 10:40:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=iJdaBY0MyyX12HhSbim/z2Ek7XSkclZDP6BWrkkaEiE=; b=O5rSQ+SUr7y4ACpuXzJ4sSovNBR511IMnz3r7iSbVPYEIRaaWlzuYSvU4MBxSwLc6v 87b9w4kTfI0ZP3Dipm/rGoSNuisWA5LQ5ewPm3rzO2Mmuw5ba6I0sUnNj5SxXespLhGn Mu0LHBwbmnFGid3S2TjbLGo/Q/2CBP0byJk7w5RyLFyfWEGEtfC8APtCl/q/Awq1Yxux 9KwBLuHoGCg4BmzL6DG1VM81NaX+6tOpgOoUtq8KOqkn5YZw3TEo/FI8tHsm960tcRH+ q7N/Z8yjIje7efgdOUSC1/SOB8mwKtrlnpJen46Ks0SE1AzFwpxWf5P1WmROYWguKXPG +oZQ== Received: by 10.68.74.138 with SMTP id t10mr31037950pbv.126.1334079628934; Tue, 10 Apr 2012 10:40:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.204.14 with HTTP; Tue, 10 Apr 2012 10:39:47 -0700 (PDT) In-Reply-To: <83398b7bzq.fsf@HIDDEN> References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> From: Juanma Barranquero <lekktu@HIDDEN> Date: Tue, 10 Apr 2012 19:39:47 +0200 Message-ID: <CAAeL0SQ3YPJ2B8VbSJb+aRpsnSWjoYyTC6Xx0EE=prq=o-otkg@HIDDEN> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -2.6 (--) On Tue, Apr 10, 2012 at 19:06, Eli Zaretskii <eliz@HIDDEN> wrote: > Anyway, unfortunately I see none of these problems here. =C2=A0(Does anyo= ne > else see this on MS-Windows?) I cannot reproduce it either. =C2=A0 =C2=A0 Juanma
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Eli Zaretskii <eliz@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Tue, 10 Apr 2012 18:25:02 +0000 Resent-Message-ID: <handler.11210.B11210.13340822862661 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Juanma Barranquero <lekktu@HIDDEN> Cc: 11210 <at> debbugs.gnu.org, wmeier@HIDDEN Reply-To: Eli Zaretskii <eliz@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.13340822862661 (code B ref 11210); Tue, 10 Apr 2012 18:25:02 +0000 Received: (at 11210) by debbugs.gnu.org; 10 Apr 2012 18:24:46 +0000 Received: from localhost ([127.0.0.1]:49230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHfkE-0000gs-IY for submit <at> debbugs.gnu.org; Tue, 10 Apr 2012 14:24:46 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:59532) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <eliz@HIDDEN>) id 1SHfkC-0000gc-1w for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 14:24:44 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M2A0030006BGA00@HIDDEN> for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 21:23:34 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.57.204]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2A003090F9AQD2@HIDDEN>; Tue, 10 Apr 2012 21:23:34 +0300 (IDT) Date: Tue, 10 Apr 2012 21:21:42 +0300 From: Eli Zaretskii <eliz@HIDDEN> In-reply-to: <CAAeL0SQ3YPJ2B8VbSJb+aRpsnSWjoYyTC6Xx0EE=prq=o-otkg@HIDDEN> Message-id: <83wr5n5txl.fsf@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@HIDDEN References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <CAAeL0SQ3YPJ2B8VbSJb+aRpsnSWjoYyTC6Xx0EE=prq=o-otkg@HIDDEN> X-Spam-Score: -1.2 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Juanma Barranquero <lekktu@HIDDEN> > Date: Tue, 10 Apr 2012 19:39:47 +0200 > Cc: Bill Meier <wmeier@HIDDEN>, 11210 <at> debbugs.gnu.org >=20 > On Tue, Apr 10, 2012 at 19:06, Eli Zaretskii <eliz@HIDDEN> wrote: >=20 > > Anyway, unfortunately I see none of these problems here. =C2=A0(D= oes anyone > > else see this on MS-Windows?) >=20 > I cannot reproduce it either. Thanks for testing. Maybe Bill could compare his setup with yours, and that could give a clue. I will try to study the code involved to see if I see some difference between a complete redraw (which evidently doesn't have this problem) and partial redraw (which does). But I'm not familiar with the display-specific code of the Windows port, so chances that I will fin= d something by staring at the code are slim at best.
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Bill Meier <wmeier@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Tue, 10 Apr 2012 21:39:02 +0000 Resent-Message-ID: <handler.11210.B11210.133409390430584 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii <eliz@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133409390430584 (code B ref 11210); Tue, 10 Apr 2012 21:39:02 +0000 Received: (at 11210) by debbugs.gnu.org; 10 Apr 2012 21:38:24 +0000 Received: from localhost ([127.0.0.1]:49443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHilb-0007xC-QH for submit <at> debbugs.gnu.org; Tue, 10 Apr 2012 17:38:24 -0400 Received: from smtp.newsguy.com ([74.209.136.69]:56130) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <wmeier@HIDDEN>) id 1SHilY-0007x3-5S for 11210 <at> debbugs.gnu.org; Tue, 10 Apr 2012 17:38:21 -0400 Received: from [75.228.100.154] (154.sub-75-228-100.myvzw.com [75.228.100.154]) (authenticated bits=0) by smtp.newsguy.com (8.14.3/8.14.3) with ESMTP id q3ALbEHH071964 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 10 Apr 2012 14:37:15 -0700 (PDT) (envelope-from wmeier@HIDDEN) Message-ID: <4F84A809.8080808@HIDDEN> Date: Tue, 10 Apr 2012 17:37:13 -0400 From: Bill Meier <wmeier@HIDDEN> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> In-Reply-To: <83398b7bzq.fsf@HIDDEN> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.9 (-) Ok: To answer various comments/questions in 1 EMail (and to summarize)_ > Could you perhaps try the latest pretest of Emacs 24.1, which is > available from here: > > http://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-24.0.95-bin-i386.zip > Same effect. Summary: OK in 23.3; NG in 23.4 & 24.0.95 ------------------- >> 6. If an EMacs frame is showing multiple EMacs windows, no cursor >> appears in the non-selected EMacs window. > > You mean, there's no empty rectangle in the non-selected windows? Do > you _ever_ see a cursor in non-selected windows on this system? > No (AFAICT). Note: This might (or might not) be a different unrelated problem. I've just realized that this is true for my Emacs 23.3 also. Also, as noted, changing cursor configuration (e.g., "blinking cursor") has no apparent effect. If others using Windows 7 do see an empty rectangle in non-selected windows and/or are able to change the cursor config from within Emacs, then obviously there's something special/different about my configuration. --------------------------------------- >> abc >> 123 >> | >> >> >> Strange .... > > Probably because of the different dimensions of the letters and the > digits. > > If you go to one of the 'a' characters and type "C-u C-x =", what font > does Emacs show as being used for this character? Please also do the > same for '1' and see what it says then. > > Actually: I see the same problem using 'def' (or seemingly any set of characters) instead of '123'. :) character: a (97, #o141, #x61) preferred charset: ascii (ASCII (ISO646 IRV)) code point: 0x61 syntax: w which means: word category: .:Base, a:ASCII, l:Latin, r:Roman buffer code: #x61 file code: #x61 (encoded by coding system utf-8-dos) display: by this font (glyph code) uniscribe:-outline-Courier New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1 (#x44) Character code properties: customize what to show name: LATIN SMALL LETTER A general-category: Ll (Letter, Lowercase) There are text properties here: fontified t ------------------------- The problem seems very "phase of the moon" related. Only happens some fraction of the time (i.e. not on every down-arrow past the end of the buffer). Seems definitely dependent upon the contents of the buffer. I even got a fail (artifacts) once (even with scroll-conservatively set to 0) with a 24 line screen and a buffer of 50 lines of 'abc' and just repeatedly doing M-S-< followed by M-S-> . --------------------------- My comment: maybe let this simmer for a while and see if anyone else reports a similar issue (or eventually decide the issue is something about my system). (It's not the end of the world for me to run emacs with 'scroll-conservatively= 0') Bill
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Eli Zaretskii <eliz@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Wed, 11 Apr 2012 06:57:02 +0000 Resent-Message-ID: <handler.11210.B11210.133412737513868 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Bill Meier <wmeier@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Reply-To: Eli Zaretskii <eliz@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133412737513868 (code B ref 11210); Wed, 11 Apr 2012 06:57:02 +0000 Received: (at 11210) by debbugs.gnu.org; 11 Apr 2012 06:56:15 +0000 Received: from localhost ([127.0.0.1]:50199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SHrTS-0003bd-Kn for submit <at> debbugs.gnu.org; Wed, 11 Apr 2012 02:56:14 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:40164) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <eliz@HIDDEN>) id 1SHrTO-0003bT-Nd for 11210 <at> debbugs.gnu.org; Wed, 11 Apr 2012 02:56:12 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M2A00200Z5UIR00@HIDDEN> for 11210 <at> debbugs.gnu.org; Wed, 11 Apr 2012 09:55:01 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.57.204]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2A002M5Z7OFL60@HIDDEN>; Wed, 11 Apr 2012 09:55:01 +0300 (IDT) Date: Wed, 11 Apr 2012 09:53:10 +0300 From: Eli Zaretskii <eliz@HIDDEN> In-reply-to: <4F84A809.8080808@HIDDEN> X-012-Sender: halo1@HIDDEN Message-id: <83obqy69pl.fsf@HIDDEN> References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> X-Spam-Score: -1.2 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Tue, 10 Apr 2012 17:37:13 -0400 > From: Bill Meier <wmeier@HIDDEN> > CC: 11210 <at> debbugs.gnu.org > > My comment: maybe let this simmer for a while and see if anyone else > reports a similar issue (or eventually decide the issue is something > about my system). I would suggest to try to modify the hardware acceleration level of your video adapter. On XP, you can get there by right-clicking on the desktop, selecting "Properties", then clicking on the "Setting" tab, then "Advanced", and then click the "Troubleshoot" tab. Try lowering the hardware acceleration level there.
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Bill Meier <wmeier@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Fri, 13 Apr 2012 05:10:02 +0000 Resent-Message-ID: <handler.11210.B11210.133429375311728 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii <eliz@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133429375311728 (code B ref 11210); Fri, 13 Apr 2012 05:10:02 +0000 Received: (at 11210) by debbugs.gnu.org; 13 Apr 2012 05:09:13 +0000 Received: from localhost ([127.0.0.1]:55445 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SIYkz-000336-1u for submit <at> debbugs.gnu.org; Fri, 13 Apr 2012 01:09:13 -0400 Received: from smtp.newsguy.com ([74.209.136.69]:60693) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <wmeier@HIDDEN>) id 1SIYkv-00032x-Sl for 11210 <at> debbugs.gnu.org; Fri, 13 Apr 2012 01:09:11 -0400 Received: from [75.250.50.198] (198.sub-75-250-50.myvzw.com [75.250.50.198]) (authenticated bits=0) by smtp.newsguy.com (8.14.3/8.14.3) with ESMTP id q3D57pnG063125 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 12 Apr 2012 22:07:52 -0700 (PDT) (envelope-from wmeier@HIDDEN) Message-ID: <4F87B4A7.6010808@HIDDEN> Date: Fri, 13 Apr 2012 01:07:51 -0400 From: Bill Meier <wmeier@HIDDEN> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> In-Reply-To: <4F84A809.8080808@HIDDEN> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.9 (-) On 4/10/2012 5:37 PM, Bill Meier wrote: > > Summary: OK in 23.3; NG in 23.4 & 24.0.95 > Update: With a little bisecting (doing builds from a local copy of the the emacs bazaar repository), I've determined that revision 100582 (which was became part of the 23.4 release) is the one that results in the change in behavior (artifacts) on my system. em $bzr log -v -r 100582 ------------------------------------------------------------ revno: 100582 committer: YAMAMOTO Mitsuharu <mituharu@HIDDEN> branch nick: emacs-23 timestamp: Sat 2011-05-21 10:56:45 +0900 message: * dispnew.c (scrolling_window): Don't exclude the case that the last enabled row in the desired matrix touches the bottom boundary. modified: src/ChangeLog src/dispnew.c ---------------------------------------------------------------- Re: > I would suggest to try to modify the hardware acceleration level of > your video adapter. On XP, you can get there by right-clicking on the > desktop, selecting "Properties", then clicking on the "Setting" tab, > then "Advanced", and then click the "Troubleshoot" tab. Try lowering > the hardware acceleration level there. Apparently disabling graphics hardware acceleration on Windows 7 isn't so easy: in fact, I haven't yet found a way. I'll keep looking.
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Eli Zaretskii <eliz@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Fri, 13 Apr 2012 13:09:02 +0000 Resent-Message-ID: <handler.11210.B11210.133432248328766 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Bill Meier <wmeier@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Reply-To: Eli Zaretskii <eliz@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133432248328766 (code B ref 11210); Fri, 13 Apr 2012 13:09:02 +0000 Received: (at 11210) by debbugs.gnu.org; 13 Apr 2012 13:08:03 +0000 Received: from localhost ([127.0.0.1]:56339 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SIgEN-0007Tv-3M for submit <at> debbugs.gnu.org; Fri, 13 Apr 2012 09:08:03 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:49439) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <eliz@HIDDEN>) id 1SIgEK-0007TU-6A for 11210 <at> debbugs.gnu.org; Fri, 13 Apr 2012 09:08:01 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M2F00C005PSL600@HIDDEN> for 11210 <at> debbugs.gnu.org; Fri, 13 Apr 2012 16:06:02 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.57.204]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2F00CYU5Q1J990@HIDDEN>; Fri, 13 Apr 2012 16:06:02 +0300 (IDT) Date: Fri, 13 Apr 2012 16:04:03 +0300 From: Eli Zaretskii <eliz@HIDDEN> In-reply-to: <4F87B4A7.6010808@HIDDEN> X-012-Sender: halo1@HIDDEN Message-id: <83obqv3hrw.fsf@HIDDEN> References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> <4F87B4A7.6010808@HIDDEN> X-Spam-Score: -1.2 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Fri, 13 Apr 2012 01:07:51 -0400 > From: Bill Meier <wmeier@HIDDEN> > CC: 11210 <at> debbugs.gnu.org > > With a little bisecting (doing builds from a local copy of the the emacs > bazaar repository), I've determined that revision 100582 (which was > became part of the 23.4 release) is the one that results in the change > in behavior (artifacts) on my system. > > > em $bzr log -v -r 100582 > ------------------------------------------------------------ > revno: 100582 > committer: YAMAMOTO Mitsuharu <mituharu@HIDDEN> > branch nick: emacs-23 > timestamp: Sat 2011-05-21 10:56:45 +0900 > message: > * dispnew.c (scrolling_window): Don't exclude the case that the > last enabled row in the desired matrix touches the bottom boundary. Can you run Emacs you built under a debugger? If so, please make an unoptimized build ("configure --no-opt" in the nt/ directory to configure the package before compiling), and please show the values of yb and last_new on line 5021 of dispnew.c, when you press down-arrow on the "123" line in this recipe: > 1. Start Emacs (scroll-conservatively > 0) > 2. Adjust w32 window height (aka EMacs frame) to show (say) 24 rows. > 3. Fill *scratch* with with 32 lines of 'abc' > > Move cursor to top; down-arrow to end of buffer; > Repeat; > > No artifacts > > Add 123 as last line of the buffer. > Move cursor to top, down-arrow and etc. > > Artifact shows up (almost always) at the end of the buffer. > > abc > 123 > | For the record, the values I see are yb = 384 and last_new = 24. Also, since you seem to have problems with cursor display, do you see any change in the artifacts left after scrolling if you play with the value of cursor-type? E.g., try M-: (setq cursor-type 'hbar) RET or even M-: (setq cursor-type nil) RET before you repeat the above recipe.
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Bill Meier <wmeier@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Fri, 13 Apr 2012 13:38:01 +0000 Resent-Message-ID: <handler.11210.B11210.13343242431948 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii <eliz@HIDDEN> Cc: 11210 <at> debbugs.gnu.org Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.13343242431948 (code B ref 11210); Fri, 13 Apr 2012 13:38:01 +0000 Received: (at 11210) by debbugs.gnu.org; 13 Apr 2012 13:37:23 +0000 Received: from localhost ([127.0.0.1]:56367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SIggl-0000VN-0G for submit <at> debbugs.gnu.org; Fri, 13 Apr 2012 09:37:23 -0400 Received: from smtp.newsguy.com ([74.209.136.69]:62272) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <wmeier@HIDDEN>) id 1SIggi-0000VG-G6 for 11210 <at> debbugs.gnu.org; Fri, 13 Apr 2012 09:37:21 -0400 Received: from [75.193.17.229] (229.sub-75-193-17.myvzw.com [75.193.17.229]) (authenticated bits=0) by smtp.newsguy.com (8.14.3/8.14.3) with ESMTP id q3DDa0OE052006 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 13 Apr 2012 06:36:01 -0700 (PDT) (envelope-from wmeier@HIDDEN) Message-ID: <4F882BC0.7090202@HIDDEN> Date: Fri, 13 Apr 2012 09:36:00 -0400 From: Bill Meier <wmeier@HIDDEN> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> <4F87B4A7.6010808@HIDDEN> <83obqv3hrw.fsf@HIDDEN> In-Reply-To: <83obqv3hrw.fsf@HIDDEN> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.9 (-) On 4/13/2012 9:04 AM, Eli Zaretskii wrote: > > Can you run Emacs you built under a debugger? Certainly. (It may be a few days before I report back).
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Jason Rumney <jasonr@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Sun, 15 Apr 2012 14:46:01 +0000 Resent-Message-ID: <handler.11210.B11210.13345011254493 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Bill Meier <wmeier@HIDDEN> Cc: 11210 <at> debbugs.gnu.org, Eli Zaretskii <eliz@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.13345011254493 (code B ref 11210); Sun, 15 Apr 2012 14:46:01 +0000 Received: (at 11210) by debbugs.gnu.org; 15 Apr 2012 14:45:25 +0000 Received: from localhost ([127.0.0.1]:59717 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SJQhf-0001AO-AV for submit <at> debbugs.gnu.org; Sun, 15 Apr 2012 10:45:24 -0400 Received: from mail-pz0-f42.google.com ([209.85.210.42]:43788) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <jasonrumney@HIDDEN>) id 1SJQhc-0001AG-Cg for 11210 <at> debbugs.gnu.org; Sun, 15 Apr 2012 10:45:21 -0400 Received: by dang27 with SMTP id g27so7389448dan.29 for <11210 <at> debbugs.gnu.org>; Sun, 15 Apr 2012 07:43:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=dr3yFSVHlqj0hE25ym9irBK5gUvCRDG+j6dnM5CbeXE=; b=M0rHLF6FN8ic02G9UhkRli208/3a7UGScY/bi80Mt8I/CqtnGGPOOHC66HdTGK7ntC PyoSs/o1xd02szN6K4z7R4kPEgE9g2p+Ph8goL/28tpSiirVED4Sq3uid9Nc5l030L3o mtwCxlm5kaQXGAaVxibYlPjxLFYfjktgGLNxQUH+qejKbZvZ0xVEmthNdrE69md0vmBg tMNc1Qnh50J35lfveC2ejZqpFLxGyUO75Z9SuE4LNj7uZ1dfm9XyoawDm5A6IbDNrvVE 4Pu+mjXXNWl8C1Z+gFwm0BE0WkrjMCezXyNRZEOmwnnGymLMLrT9l9ZycvJcWgj3HSr2 FVHA== Received: by 10.68.240.42 with SMTP id vx10mr20547636pbc.21.1334501029508; Sun, 15 Apr 2012 07:43:49 -0700 (PDT) Received: from home.jasonrumney.net ([180.75.218.235]) by mx.google.com with ESMTPS id i8sm14879715pbi.47.2012.04.15.07.43.46 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 15 Apr 2012 07:43:48 -0700 (PDT) Received: by home.jasonrumney.net (Postfix, from userid 1000) id 1F102286C; Sun, 15 Apr 2012 22:43:37 +0800 (MYT) From: Jason Rumney <jasonr@HIDDEN> References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> Date: Sun, 15 Apr 2012 22:43:36 +0800 In-Reply-To: <4F84A809.8080808@HIDDEN> (Bill Meier's message of "Tue, 10 Apr 2012 17:37:13 -0400") Message-ID: <87ehrp838n.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -2.6 (--) Bill Meier <wmeier@HIDDEN> writes: > If others using Windows 7 do see an empty rectangle in non-selected > windows and/or are able to change the cursor config from within Emacs, > then obviously there's something special/different about my > configuration. Are you using screen reader or other accessibility software?
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Bill Meier <wmeier@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Sun, 15 Apr 2012 17:30:02 +0000 Resent-Message-ID: <handler.11210.B11210.133451094625260 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jason Rumney <jasonr@HIDDEN> Cc: 11210 <at> debbugs.gnu.org, Eli Zaretskii <eliz@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133451094625260 (code B ref 11210); Sun, 15 Apr 2012 17:30:02 +0000 Received: (at 11210) by debbugs.gnu.org; 15 Apr 2012 17:29:06 +0000 Received: from localhost ([127.0.0.1]:59801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SJTG5-0006ZM-T9 for submit <at> debbugs.gnu.org; Sun, 15 Apr 2012 13:29:06 -0400 Received: from smtp.newsguy.com ([74.209.136.69]:65180) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <wmeier@HIDDEN>) id 1SJTG3-0006ZE-2v for 11210 <at> debbugs.gnu.org; Sun, 15 Apr 2012 13:29:04 -0400 Received: from [75.193.128.174] (174.sub-75-193-128.myvzw.com [75.193.128.174]) (authenticated bits=0) by smtp.newsguy.com (8.14.3/8.14.3) with ESMTP id q3FHRUh0058608 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 15 Apr 2012 10:27:31 -0700 (PDT) (envelope-from wmeier@HIDDEN) Message-ID: <4F8B0501.4060205@HIDDEN> Date: Sun, 15 Apr 2012 13:27:29 -0400 From: Bill Meier <wmeier@HIDDEN> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> <87ehrp838n.fsf@HIDDEN> In-Reply-To: <87ehrp838n.fsf@HIDDEN> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.9 (-) On 4/15/2012 10:43 AM, Jason Rumney wrote: > Bill Meier<wmeier@HIDDEN> writes: > >> If others using Windows 7 do see an empty rectangle in non-selected >> windows and/or are able to change the cursor config from within Emacs, >> then obviously there's something special/different about my >> configuration. > > Are you using screen reader or other accessibility software? > > No ..... On a separate note: I disabled the display adapter in the device manager; this caused a switch to a low resolution display. (I'm guessing that this would be equivalent to "disabling graphics hardware acceleration"). The issue with artifacts still occurred. Unfortunately, I didn't check to see if the empty rectangle showed in the non-selected window. I'll check that tomorrow.
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Bill Meier <wmeier@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Thu, 19 Apr 2012 17:01:02 +0000 Resent-Message-ID: <handler.11210.B11210.133485484716999 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii <eliz@HIDDEN> Cc: 11210 <at> debbugs.gnu.org, Jason Rumney <jasonr@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133485484716999 (code B ref 11210); Thu, 19 Apr 2012 17:01:02 +0000 Received: (at 11210) by debbugs.gnu.org; 19 Apr 2012 17:00:47 +0000 Received: from localhost ([127.0.0.1]:42096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SKuio-0004Q1-E4 for submit <at> debbugs.gnu.org; Thu, 19 Apr 2012 13:00:47 -0400 Received: from smtp.newsguy.com ([74.209.136.69]:60806) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <wmeier@HIDDEN>) id 1SKuii-0004Pp-DU for 11210 <at> debbugs.gnu.org; Thu, 19 Apr 2012 13:00:40 -0400 Received: from [75.193.172.0] (0.sub-75-193-172.myvzw.com [75.193.172.0]) (authenticated bits=0) by smtp.newsguy.com (8.14.3/8.14.3) with ESMTP id q3JH0DDr024861 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 19 Apr 2012 10:00:15 -0700 (PDT) (envelope-from wmeier@HIDDEN) Message-ID: <4F90449A.9090002@HIDDEN> Date: Thu, 19 Apr 2012 13:00:10 -0400 From: Bill Meier <wmeier@HIDDEN> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> <87ehrp838n.fsf@HIDDEN> <4F8B0501.4060205@HIDDEN> In-Reply-To: <4F8B0501.4060205@HIDDEN> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.9 (-) On 4/15/2012 1:27 PM, Bill Meier wrote: > On 4/15/2012 10:43 AM, Jason Rumney wrote: >> Bill Meier<wmeier@HIDDEN> writes: >> >>> If others using Windows 7 do see an empty rectangle in non-selected >>> windows and/or are able to change the cursor config from within Emacs, >>> then obviously there's something special/different about my >>> configuration. >> >> Are you using screen reader or other accessibility software? >> >> > > No ..... > > Um... After reading the code in w32term.c and checking the value of w32-use-visible-system-caret in my Emacs, I found it had a value of 1. So: Jason asked the right question. It turned out that (unremembered by me) I once tried out speech-recognition/text-to-speech which was still enabled (but not actually being used). When I disabled same, my Emacs cursor was "normal" (and no artifacts appeared when I downarrowed off the bottom of the screen). However, if I set w32-use-visible-system-caret to 1 and scroll-conservatively to 1, I get artifacts. So: this bug should actually be entitled: (scroll-conservertively > 0) && (w32-use-visible-system-caret == 1) results in multiple cursors .... Re: > Can you run Emacs you built under a debugger? If so, please make an > unoptimized build ("configure --no-opt" in the nt/ directory to > configure the package before compiling), and please show the values of > yb and last_new on line 5021 of dispnew.c, when you press down-arrow > on the "123" line in this recipe: > For the record, the values I see are yb = 384 and last_new = 24. > I see the same values. Note: To reliably (90% of the time) get artifacts I actually used 32 lines as follows: 001 002 003 ... 032 123 Using abc,abc,...,123 now doesn't give artifacts for some reason. Actually: the breakpoint is never hit in this case. So: I'm no longer sure about my originally stated test case (abc,...,123). Note: Just for the record, I put the breakpoint at r 100582: dispnew.c: line 5016 5016 i = first_old + 1; 5017 while (i < current_matrix->nrows - 1)
X-Loop: help-debbugs@HIDDEN Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Resent-From: Eli Zaretskii <eliz@HIDDEN> Original-Sender: debbugs-submit-bounces <at> debbugs.gnu.org Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Thu, 19 Apr 2012 17:28:02 +0000 Resent-Message-ID: <handler.11210.B11210.133485645219409 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 11210 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Bill Meier <wmeier@HIDDEN> Cc: 11210 <at> debbugs.gnu.org, jasonr@HIDDEN Reply-To: Eli Zaretskii <eliz@HIDDEN> Received: via spool by 11210-submit <at> debbugs.gnu.org id=B11210.133485645219409 (code B ref 11210); Thu, 19 Apr 2012 17:28:02 +0000 Received: (at 11210) by debbugs.gnu.org; 19 Apr 2012 17:27:32 +0000 Received: from localhost ([127.0.0.1]:42116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1SKv8h-00052v-P5 for submit <at> debbugs.gnu.org; Thu, 19 Apr 2012 13:27:31 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:41136) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from <eliz@HIDDEN>) id 1SKv8a-00052b-SY for 11210 <at> debbugs.gnu.org; Thu, 19 Apr 2012 13:27:26 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M2Q00K00LH7TS00@HIDDEN> for 11210 <at> debbugs.gnu.org; Thu, 19 Apr 2012 20:25:57 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.105.225]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2Q00KAYLR5QP50@HIDDEN>; Thu, 19 Apr 2012 20:25:54 +0300 (IDT) Date: Thu, 19 Apr 2012 20:25:55 +0300 From: Eli Zaretskii <eliz@HIDDEN> In-reply-to: <4F90449A.9090002@HIDDEN> X-012-Sender: halo1@HIDDEN Message-id: <83obqniqfw.fsf@HIDDEN> References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> <87ehrp838n.fsf@HIDDEN> <4F8B0501.4060205@HIDDEN> <4F90449A.9090002@HIDDEN> X-Spam-Score: -1.2 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Thu, 19 Apr 2012 13:00:10 -0400 > From: Bill Meier <wmeier@HIDDEN> > CC: Jason Rumney <jasonr@HIDDEN>, 11210 <at> debbugs.gnu.org > > So: this bug should actually be entitled: > > (scroll-conservertively > 0) && (w32-use-visible-system-caret == 1) > results in multiple cursors .... Reproducible.
Received: (at control) by debbugs.gnu.org; 14 Jun 2017 00:28:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jun 13 20:28:23 2017 Received: from localhost ([127.0.0.1]:46385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1dKwAZ-0005IS-Gk for submit <at> debbugs.gnu.org; Tue, 13 Jun 2017 20:28:23 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:34762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <npostavs@HIDDEN>) id 1dKwAX-0005IG-Ac for control <at> debbugs.gnu.org; Tue, 13 Jun 2017 20:28:22 -0400 Received: by mail-io0-f177.google.com with SMTP id i7so83760663ioe.1 for <control <at> debbugs.gnu.org>; Tue, 13 Jun 2017 17:28:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=bmgnM3Cqa16V4DPpa0A9RNEoDbi8B/SQBgbGAtDIzl4=; b=X1UX0QqNyTlJgg1a86d9EcaisZHOHmQvQkCU1JB4oMi+ddekCvZgKB8aUv++FFbPgk y6RGh+YyZnvwjYj5HLMt2Eg7SdDffYpL5Kq6d75+cDR5kzJbNzvp2/XHHofSxsl49Cjq HiDyZ+x/WY5wowIU1/jkRsXZ1FnYEKmRfFwrcsFFAd7+kQf0/DpjRzlSPJugsXLQmhqv kOf2Br5SQoTcXjWNZn1Es/sftNE7B9D7oVJ7FAXFH8UyS1kKRtxZJt85Aq7oN/4ENFnW oadEY0cVjjYP22ILGUjx6sb5/VMfIvw3dbaZ21Vj4sNlwCDnGpGI8t/My2ZmZE9SskUd FrPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=bmgnM3Cqa16V4DPpa0A9RNEoDbi8B/SQBgbGAtDIzl4=; b=qrPFLTYhNkguDheeIewldqpbk6HuL17/anXTZyXGYJNtxmZalrl+FucufxUH/l+RN4 lRzD2PflkpQACVjKYG6phMbeuxr1roQ8VntNK1VlpqKrZY3LRpR/uCPI/SMnzMnURN6W xL9YfaFL3oMH5Yi2tCGUS+C1xan2juBviYANFKM4E895hz/A9/TqHq0oX5wM3wG1xdoz N1zBwzXywjQE/5Ji1JP1EDGyKi3JEvrdB2OEVgGOJNRtRcQb/9UPymwV5j7MTaDSBB4R 6dU0JP0n63kn+PGZVckXbo1lCLlm2oM9frAX085S04QavxI1tCpCoiV3mHHE4BpLrvFE jOCQ== X-Gm-Message-State: AKS2vOxwSfElImXr0QQQleuZdOMqmp57TxsMWhNnWQxQF+/vKIafDVia oTqD0m5Xvpn1r3K8 X-Received: by 10.107.14.76 with SMTP id 73mr3572538ioo.145.1497400095569; Tue, 13 Jun 2017 17:28:15 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id b69sm2705509itb.23.2017.06.13.17.28.14 for <control <at> debbugs.gnu.org> (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 13 Jun 2017 17:28:14 -0700 (PDT) From: npostavs@HIDDEN To: control <at> debbugs.gnu.org Subject: Re: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> <87ehrp838n.fsf@HIDDEN> <4F8B0501.4060205@HIDDEN> <4F90449A.9090002@HIDDEN> Date: Tue, 13 Jun 2017 20:29:53 -0400 In-Reply-To: <4F90449A.9090002@HIDDEN> (Bill Meier's message of "Thu, 19 Apr 2012 13:00:10 -0400") Message-ID: <87o9trtnr2.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 1.0 (+) retitle 11210 (w32-use-visible-system-caret = t) && (scroll-conservertively = 1) results in multiple cursors displayed after scrolling severity 11210 minor found 11210 25.1 tag 11210 confirmed quit Bill Meier <wmeier@HIDDEN> writes: > On 4/15/2012 1:27 PM, Bill Meier wrote: > > However, if I set w32-use-visible-system-caret to 1 and > scroll-conservatively to 1, I get artifacts. > > So: this bug should actually be entitled: > > (scroll-conservertively > 0) && (w32-use-visible-system-caret == 1) > results in multiple cursors .... > > Re: >> Can you run Emacs you built under a debugger? If so, please make an >> unoptimized build ("configure --no-opt" in the nt/ directory to >> configure the package before compiling), and please show the values of >> yb and last_new on line 5021 of dispnew.c, when you press down-arrow >> on the "123" line in this recipe: > >> For the record, the values I see are yb = 384 and last_new = 24. >> > > I see the same values. > > Note: To reliably (90% of the time) get artifacts I actually used 32 > lines as follows: > 001 > 002 > 003 > ... > 032 > 123 > > Using abc,abc,...,123 now doesn't give artifacts for some reason. > Actually: the breakpoint is never hit in this case. > So: I'm no longer sure about my originally stated test case (abc,...,123). > > Note: Just for the record, I put the breakpoint at > r 100582: dispnew.c: line 5016 > > 5016 i = first_old + 1; > 5017 while (i < current_matrix->nrows - 1)
Received: (at control) by debbugs.gnu.org; 14 Jun 2017 00:28:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jun 13 20:28:23 2017 Received: from localhost ([127.0.0.1]:46385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1dKwAZ-0005IS-Gk for submit <at> debbugs.gnu.org; Tue, 13 Jun 2017 20:28:23 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:34762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <npostavs@HIDDEN>) id 1dKwAX-0005IG-Ac for control <at> debbugs.gnu.org; Tue, 13 Jun 2017 20:28:22 -0400 Received: by mail-io0-f177.google.com with SMTP id i7so83760663ioe.1 for <control <at> debbugs.gnu.org>; Tue, 13 Jun 2017 17:28:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=bmgnM3Cqa16V4DPpa0A9RNEoDbi8B/SQBgbGAtDIzl4=; b=X1UX0QqNyTlJgg1a86d9EcaisZHOHmQvQkCU1JB4oMi+ddekCvZgKB8aUv++FFbPgk y6RGh+YyZnvwjYj5HLMt2Eg7SdDffYpL5Kq6d75+cDR5kzJbNzvp2/XHHofSxsl49Cjq HiDyZ+x/WY5wowIU1/jkRsXZ1FnYEKmRfFwrcsFFAd7+kQf0/DpjRzlSPJugsXLQmhqv kOf2Br5SQoTcXjWNZn1Es/sftNE7B9D7oVJ7FAXFH8UyS1kKRtxZJt85Aq7oN/4ENFnW oadEY0cVjjYP22ILGUjx6sb5/VMfIvw3dbaZ21Vj4sNlwCDnGpGI8t/My2ZmZE9SskUd FrPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=bmgnM3Cqa16V4DPpa0A9RNEoDbi8B/SQBgbGAtDIzl4=; b=qrPFLTYhNkguDheeIewldqpbk6HuL17/anXTZyXGYJNtxmZalrl+FucufxUH/l+RN4 lRzD2PflkpQACVjKYG6phMbeuxr1roQ8VntNK1VlpqKrZY3LRpR/uCPI/SMnzMnURN6W xL9YfaFL3oMH5Yi2tCGUS+C1xan2juBviYANFKM4E895hz/A9/TqHq0oX5wM3wG1xdoz N1zBwzXywjQE/5Ji1JP1EDGyKi3JEvrdB2OEVgGOJNRtRcQb/9UPymwV5j7MTaDSBB4R 6dU0JP0n63kn+PGZVckXbo1lCLlm2oM9frAX085S04QavxI1tCpCoiV3mHHE4BpLrvFE jOCQ== X-Gm-Message-State: AKS2vOxwSfElImXr0QQQleuZdOMqmp57TxsMWhNnWQxQF+/vKIafDVia oTqD0m5Xvpn1r3K8 X-Received: by 10.107.14.76 with SMTP id 73mr3572538ioo.145.1497400095569; Tue, 13 Jun 2017 17:28:15 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id b69sm2705509itb.23.2017.06.13.17.28.14 for <control <at> debbugs.gnu.org> (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 13 Jun 2017 17:28:14 -0700 (PDT) From: npostavs@HIDDEN To: control <at> debbugs.gnu.org Subject: Re: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> <87ehrp838n.fsf@HIDDEN> <4F8B0501.4060205@HIDDEN> <4F90449A.9090002@HIDDEN> Date: Tue, 13 Jun 2017 20:29:53 -0400 In-Reply-To: <4F90449A.9090002@HIDDEN> (Bill Meier's message of "Thu, 19 Apr 2012 13:00:10 -0400") Message-ID: <87o9trtnr2.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 1.0 (+) retitle 11210 (w32-use-visible-system-caret = t) && (scroll-conservertively = 1) results in multiple cursors displayed after scrolling severity 11210 minor found 11210 25.1 tag 11210 confirmed quit Bill Meier <wmeier@HIDDEN> writes: > On 4/15/2012 1:27 PM, Bill Meier wrote: > > However, if I set w32-use-visible-system-caret to 1 and > scroll-conservatively to 1, I get artifacts. > > So: this bug should actually be entitled: > > (scroll-conservertively > 0) && (w32-use-visible-system-caret == 1) > results in multiple cursors .... > > Re: >> Can you run Emacs you built under a debugger? If so, please make an >> unoptimized build ("configure --no-opt" in the nt/ directory to >> configure the package before compiling), and please show the values of >> yb and last_new on line 5021 of dispnew.c, when you press down-arrow >> on the "123" line in this recipe: > >> For the record, the values I see are yb = 384 and last_new = 24. >> > > I see the same values. > > Note: To reliably (90% of the time) get artifacts I actually used 32 > lines as follows: > 001 > 002 > 003 > ... > 032 > 123 > > Using abc,abc,...,123 now doesn't give artifacts for some reason. > Actually: the breakpoint is never hit in this case. > So: I'm no longer sure about my originally stated test case (abc,...,123). > > Note: Just for the record, I put the breakpoint at > r 100582: dispnew.c: line 5016 > > 5016 i = first_old + 1; > 5017 while (i < current_matrix->nrows - 1)
Received: (at control) by debbugs.gnu.org; 14 Jun 2017 00:28:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jun 13 20:28:23 2017 Received: from localhost ([127.0.0.1]:46385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1dKwAZ-0005IS-Gk for submit <at> debbugs.gnu.org; Tue, 13 Jun 2017 20:28:23 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:34762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <npostavs@HIDDEN>) id 1dKwAX-0005IG-Ac for control <at> debbugs.gnu.org; Tue, 13 Jun 2017 20:28:22 -0400 Received: by mail-io0-f177.google.com with SMTP id i7so83760663ioe.1 for <control <at> debbugs.gnu.org>; Tue, 13 Jun 2017 17:28:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=bmgnM3Cqa16V4DPpa0A9RNEoDbi8B/SQBgbGAtDIzl4=; b=X1UX0QqNyTlJgg1a86d9EcaisZHOHmQvQkCU1JB4oMi+ddekCvZgKB8aUv++FFbPgk y6RGh+YyZnvwjYj5HLMt2Eg7SdDffYpL5Kq6d75+cDR5kzJbNzvp2/XHHofSxsl49Cjq HiDyZ+x/WY5wowIU1/jkRsXZ1FnYEKmRfFwrcsFFAd7+kQf0/DpjRzlSPJugsXLQmhqv kOf2Br5SQoTcXjWNZn1Es/sftNE7B9D7oVJ7FAXFH8UyS1kKRtxZJt85Aq7oN/4ENFnW oadEY0cVjjYP22ILGUjx6sb5/VMfIvw3dbaZ21Vj4sNlwCDnGpGI8t/My2ZmZE9SskUd FrPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=bmgnM3Cqa16V4DPpa0A9RNEoDbi8B/SQBgbGAtDIzl4=; b=qrPFLTYhNkguDheeIewldqpbk6HuL17/anXTZyXGYJNtxmZalrl+FucufxUH/l+RN4 lRzD2PflkpQACVjKYG6phMbeuxr1roQ8VntNK1VlpqKrZY3LRpR/uCPI/SMnzMnURN6W xL9YfaFL3oMH5Yi2tCGUS+C1xan2juBviYANFKM4E895hz/A9/TqHq0oX5wM3wG1xdoz N1zBwzXywjQE/5Ji1JP1EDGyKi3JEvrdB2OEVgGOJNRtRcQb/9UPymwV5j7MTaDSBB4R 6dU0JP0n63kn+PGZVckXbo1lCLlm2oM9frAX085S04QavxI1tCpCoiV3mHHE4BpLrvFE jOCQ== X-Gm-Message-State: AKS2vOxwSfElImXr0QQQleuZdOMqmp57TxsMWhNnWQxQF+/vKIafDVia oTqD0m5Xvpn1r3K8 X-Received: by 10.107.14.76 with SMTP id 73mr3572538ioo.145.1497400095569; Tue, 13 Jun 2017 17:28:15 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id b69sm2705509itb.23.2017.06.13.17.28.14 for <control <at> debbugs.gnu.org> (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 13 Jun 2017 17:28:14 -0700 (PDT) From: npostavs@HIDDEN To: control <at> debbugs.gnu.org Subject: Re: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> <87ehrp838n.fsf@HIDDEN> <4F8B0501.4060205@HIDDEN> <4F90449A.9090002@HIDDEN> Date: Tue, 13 Jun 2017 20:29:53 -0400 In-Reply-To: <4F90449A.9090002@HIDDEN> (Bill Meier's message of "Thu, 19 Apr 2012 13:00:10 -0400") Message-ID: <87o9trtnr2.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 1.0 (+) retitle 11210 (w32-use-visible-system-caret = t) && (scroll-conservertively = 1) results in multiple cursors displayed after scrolling severity 11210 minor found 11210 25.1 tag 11210 confirmed quit Bill Meier <wmeier@HIDDEN> writes: > On 4/15/2012 1:27 PM, Bill Meier wrote: > > However, if I set w32-use-visible-system-caret to 1 and > scroll-conservatively to 1, I get artifacts. > > So: this bug should actually be entitled: > > (scroll-conservertively > 0) && (w32-use-visible-system-caret == 1) > results in multiple cursors .... > > Re: >> Can you run Emacs you built under a debugger? If so, please make an >> unoptimized build ("configure --no-opt" in the nt/ directory to >> configure the package before compiling), and please show the values of >> yb and last_new on line 5021 of dispnew.c, when you press down-arrow >> on the "123" line in this recipe: > >> For the record, the values I see are yb = 384 and last_new = 24. >> > > I see the same values. > > Note: To reliably (90% of the time) get artifacts I actually used 32 > lines as follows: > 001 > 002 > 003 > ... > 032 > 123 > > Using abc,abc,...,123 now doesn't give artifacts for some reason. > Actually: the breakpoint is never hit in this case. > So: I'm no longer sure about my originally stated test case (abc,...,123). > > Note: Just for the record, I put the breakpoint at > r 100582: dispnew.c: line 5016 > > 5016 i = first_old + 1; > 5017 while (i < current_matrix->nrows - 1)
Received: (at control) by debbugs.gnu.org; 14 Jun 2017 00:28:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jun 13 20:28:23 2017 Received: from localhost ([127.0.0.1]:46385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1dKwAZ-0005IS-Gk for submit <at> debbugs.gnu.org; Tue, 13 Jun 2017 20:28:23 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:34762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <npostavs@HIDDEN>) id 1dKwAX-0005IG-Ac for control <at> debbugs.gnu.org; Tue, 13 Jun 2017 20:28:22 -0400 Received: by mail-io0-f177.google.com with SMTP id i7so83760663ioe.1 for <control <at> debbugs.gnu.org>; Tue, 13 Jun 2017 17:28:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=bmgnM3Cqa16V4DPpa0A9RNEoDbi8B/SQBgbGAtDIzl4=; b=X1UX0QqNyTlJgg1a86d9EcaisZHOHmQvQkCU1JB4oMi+ddekCvZgKB8aUv++FFbPgk y6RGh+YyZnvwjYj5HLMt2Eg7SdDffYpL5Kq6d75+cDR5kzJbNzvp2/XHHofSxsl49Cjq HiDyZ+x/WY5wowIU1/jkRsXZ1FnYEKmRfFwrcsFFAd7+kQf0/DpjRzlSPJugsXLQmhqv kOf2Br5SQoTcXjWNZn1Es/sftNE7B9D7oVJ7FAXFH8UyS1kKRtxZJt85Aq7oN/4ENFnW oadEY0cVjjYP22ILGUjx6sb5/VMfIvw3dbaZ21Vj4sNlwCDnGpGI8t/My2ZmZE9SskUd FrPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=bmgnM3Cqa16V4DPpa0A9RNEoDbi8B/SQBgbGAtDIzl4=; b=qrPFLTYhNkguDheeIewldqpbk6HuL17/anXTZyXGYJNtxmZalrl+FucufxUH/l+RN4 lRzD2PflkpQACVjKYG6phMbeuxr1roQ8VntNK1VlpqKrZY3LRpR/uCPI/SMnzMnURN6W xL9YfaFL3oMH5Yi2tCGUS+C1xan2juBviYANFKM4E895hz/A9/TqHq0oX5wM3wG1xdoz N1zBwzXywjQE/5Ji1JP1EDGyKi3JEvrdB2OEVgGOJNRtRcQb/9UPymwV5j7MTaDSBB4R 6dU0JP0n63kn+PGZVckXbo1lCLlm2oM9frAX085S04QavxI1tCpCoiV3mHHE4BpLrvFE jOCQ== X-Gm-Message-State: AKS2vOxwSfElImXr0QQQleuZdOMqmp57TxsMWhNnWQxQF+/vKIafDVia oTqD0m5Xvpn1r3K8 X-Received: by 10.107.14.76 with SMTP id 73mr3572538ioo.145.1497400095569; Tue, 13 Jun 2017 17:28:15 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id b69sm2705509itb.23.2017.06.13.17.28.14 for <control <at> debbugs.gnu.org> (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 13 Jun 2017 17:28:14 -0700 (PDT) From: npostavs@HIDDEN To: control <at> debbugs.gnu.org Subject: Re: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling References: <4F8364E4.5010008@HIDDEN> <83d37g6o90.fsf@HIDDEN> <4F8454C9.7060006@HIDDEN> <83398b7bzq.fsf@HIDDEN> <4F84A809.8080808@HIDDEN> <87ehrp838n.fsf@HIDDEN> <4F8B0501.4060205@HIDDEN> <4F90449A.9090002@HIDDEN> Date: Tue, 13 Jun 2017 20:29:53 -0400 In-Reply-To: <4F90449A.9090002@HIDDEN> (Bill Meier's message of "Thu, 19 Apr 2012 13:00:10 -0400") Message-ID: <87o9trtnr2.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 1.0 (+) retitle 11210 (w32-use-visible-system-caret = t) && (scroll-conservertively = 1) results in multiple cursors displayed after scrolling severity 11210 minor found 11210 25.1 tag 11210 confirmed quit Bill Meier <wmeier@HIDDEN> writes: > On 4/15/2012 1:27 PM, Bill Meier wrote: > > However, if I set w32-use-visible-system-caret to 1 and > scroll-conservatively to 1, I get artifacts. > > So: this bug should actually be entitled: > > (scroll-conservertively > 0) && (w32-use-visible-system-caret == 1) > results in multiple cursors .... > > Re: >> Can you run Emacs you built under a debugger? If so, please make an >> unoptimized build ("configure --no-opt" in the nt/ directory to >> configure the package before compiling), and please show the values of >> yb and last_new on line 5021 of dispnew.c, when you press down-arrow >> on the "123" line in this recipe: > >> For the record, the values I see are yb = 384 and last_new = 24. >> > > I see the same values. > > Note: To reliably (90% of the time) get artifacts I actually used 32 > lines as follows: > 001 > 002 > 003 > ... > 032 > 123 > > Using abc,abc,...,123 now doesn't give artifacts for some reason. > Actually: the breakpoint is never hit in this case. > So: I'm no longer sure about my originally stated test case (abc,...,123). > > Note: Just for the record, I put the breakpoint at > r 100582: dispnew.c: line 5016 > > 5016 i = first_old + 1; > 5017 while (i < current_matrix->nrows - 1)
Received: (at control) by debbugs.gnu.org; 22 Jun 2017 00:24:17 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jun 21 20:24:17 2017 Received: from localhost ([127.0.0.1]:60401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1dNpuz-0002Vk-J9 for submit <at> debbugs.gnu.org; Wed, 21 Jun 2017 20:24:17 -0400 Received: from mail-it0-f45.google.com ([209.85.214.45]:37042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <npostavs@HIDDEN>) id 1dNpux-0002VX-Ik for control <at> debbugs.gnu.org; Wed, 21 Jun 2017 20:24:15 -0400 Received: by mail-it0-f45.google.com with SMTP id m47so12180876iti.0 for <control <at> debbugs.gnu.org>; Wed, 21 Jun 2017 17:24:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=f6OSWfDe9/fep7tXGaui7oqbMGQE1Ennn1nt7mTftLE=; b=k6qj4Pmp6ybnGDNH2i0NaYB6TUC1gazO4sRBjkC5dEE6qWmmSdgYsDOYnr473wmd+/ KidEEvHD5lpL99gXeZyQdvm7sGa5lliAwgkcIX3zNB4bCGZKdfPg3ys2wfeIhP/u0QIm MqL+klUU1xSJPoDTP0vJ1aQeV8ANzkMh3c3/nsaToGsQZ7jKwLdsiT1vXH39supa2KBS +QD8c45SGcKah2F1zuYh9PFIvL6gm3jGK+VYQcDwh7SJFaymviHjzn0TNL4m/befmCsy fTj5ysBnkeqsYo0y63GOlUG/CHO3CCaNC1GJjRE7451pm0OUFad82tllXo2/mqrauBhW HqJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=f6OSWfDe9/fep7tXGaui7oqbMGQE1Ennn1nt7mTftLE=; b=bC1obnWBKGM7r7kyfJ/1kjZ2hDdZss5MNPD2Haqlj9Pc61fLFla3CrZ6bf+robcspV NNPGiFS9peqIRuY22Yl94jLQeyIawZv69ET7O8aNKtaZZJddFFEg7Uc1h5ijtrtsx5ST WSypRl8ybITbhOVohXmSvVtsSz1JBRVSpYrrkMYnfuB+JTpPsix77h9SNCKOt277lAMv Tc1eKjSCSLxhg04xXgHXf66SoaGOLXV3irAlO45/G7EIw18TtpA6Vv2U7G3OerxCWnZW eDCUwkMfBdwAaIj28kDgq0A6cuSdd0yIiFuA5QqUUo10okAM9ThuHVWVSNGBlLg3Geg8 qzbQ== X-Gm-Message-State: AKS2vOwVoaCbjOwLrCgmQijz/UYnRYTnM/v+/rj+P0rOo/glhxuRkKZ1 QiLNZQKsI8Q6Qas2 X-Received: by 10.36.94.84 with SMTP id h81mr495771itb.35.1498091049720; Wed, 21 Jun 2017 17:24:09 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id b69sm164993itb.23.2017.06.21.17.24.08 for <control <at> debbugs.gnu.org> (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 21 Jun 2017 17:24:08 -0700 (PDT) From: npostavs@HIDDEN To: control <at> debbugs.gnu.org Subject: control message for bug #11210 Date: Wed, 21 Jun 2017 20:25:45 -0400 Message-ID: <87bmpgrhpy.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.0 (/) retitle 11210 (w32-use-visible-system-caret = t) && (scroll-conservatively = 1) results in multiple cursors displayed after scrolling quit
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.