all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bill Meier <wmeier@newsguy.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 11210@debbugs.gnu.org
Subject: bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in	multiple cursors being displayed after scrolling
Date: Thu, 19 Apr 2012 13:00:10 -0400	[thread overview]
Message-ID: <4F90449A.9090002@newsguy.com> (raw)
In-Reply-To: <4F8B0501.4060205@newsguy.com>

On 4/15/2012 1:27 PM, Bill Meier wrote:
> On 4/15/2012 10:43 AM, Jason Rumney wrote:
>> Bill Meier<wmeier@newsguy.com> 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)







  reply	other threads:[~2012-04-19 17:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-09 22:38 bug#11210: Windows emacs 23.4.1: scroll-conservatively > 0 results in multiple cursors being displayed after scrolling Bill Meier
2012-04-10  7:26 ` Eli Zaretskii
2012-04-10 15:42   ` Bill Meier
2012-04-10 17:06     ` Eli Zaretskii
2012-04-10 17:39       ` Juanma Barranquero
2012-04-10 18:21         ` Eli Zaretskii
2012-04-10 21:37       ` Bill Meier
2012-04-11  6:53         ` Eli Zaretskii
2012-04-13  5:07         ` Bill Meier
2012-04-13 13:04           ` Eli Zaretskii
2012-04-13 13:36             ` Bill Meier
2012-04-15 14:43         ` Jason Rumney
2012-04-15 17:27           ` Bill Meier
2012-04-19 17:00             ` Bill Meier [this message]
2012-04-19 17:25               ` Eli Zaretskii
2012-04-10 16:58   ` Bill Meier
2012-04-10 17:21     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F90449A.9090002@newsguy.com \
    --to=wmeier@newsguy.com \
    --cc=11210@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.