unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Marking with mouse does not highlight region
@ 2016-07-12 12:55 Arash Esbati
  2016-07-12 13:16 ` Noam Postavsky
  0 siblings, 1 reply; 7+ messages in thread
From: Arash Esbati @ 2016-07-12 12:55 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

Hi all,

I am observing a strange behavior: Emacs does not highlight region when
marked with mouse during the first mark process.  The region is
highlighted when I release the mouse button.  After that, I can hold the
mouse button and mark, region is highlighted directly.

I started Emacs with `emacs -Q' and tried it with `C-h f forward-sexp'.
The screenshot below shows what happens in the very same help buffer:
Above, the region is marked, but not highlighted, below, I released the
mouse button and see the highlighting.


[-- Attachment #2: emacs.jpg --]
[-- Type: image/jpeg, Size: 29673 bytes --]

[-- Attachment #3: Type: text/plain, Size: 99 bytes --]


I'm using Emacs 25.0.95 on Win7 64bit.  24.5 does not show this
behavior.  Any idea?

Best, Arash

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Marking with mouse does not highlight region
  2016-07-12 12:55 Marking with mouse does not highlight region Arash Esbati
@ 2016-07-12 13:16 ` Noam Postavsky
  2016-07-12 13:51   ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Noam Postavsky @ 2016-07-12 13:16 UTC (permalink / raw)
  To: Emacs developers

On Tue, Jul 12, 2016 at 8:55 AM, Arash Esbati <esbati@gmx.de> wrote:
> I'm using Emacs 25.0.95 on Win7 64bit.  24.5 does not show this
> behavior.  Any idea?
>

No idea why, but I see the same thing (Win8.1, 64bit).



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Marking with mouse does not highlight region
  2016-07-12 13:16 ` Noam Postavsky
@ 2016-07-12 13:51   ` Eli Zaretskii
  2016-07-12 14:25     ` Noam Postavsky
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2016-07-12 13:51 UTC (permalink / raw)
  To: Noam Postavsky; +Cc: emacs-devel

> From: Noam Postavsky <npostavs@users.sourceforge.net>
> Date: Tue, 12 Jul 2016 09:16:27 -0400
> 
> On Tue, Jul 12, 2016 at 8:55 AM, Arash Esbati <esbati@gmx.de> wrote:
> > I'm using Emacs 25.0.95 on Win7 64bit.  24.5 does not show this
> > behavior.  Any idea?
> >
> 
> No idea why, but I see the same thing (Win8.1, 64bit).

I don't understand the recipe.  Can it be spelled out, please?



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Marking with mouse does not highlight region
  2016-07-12 13:51   ` Eli Zaretskii
@ 2016-07-12 14:25     ` Noam Postavsky
  2016-07-12 15:25       ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Noam Postavsky @ 2016-07-12 14:25 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Emacs developers

On Tue, Jul 12, 2016 at 9:51 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Noam Postavsky <npostavs@users.sourceforge.net>
>> Date: Tue, 12 Jul 2016 09:16:27 -0400
>>
>> On Tue, Jul 12, 2016 at 8:55 AM, Arash Esbati <esbati@gmx.de> wrote:
>> > I'm using Emacs 25.0.95 on Win7 64bit.  24.5 does not show this
>> > behavior.  Any idea?
>> >
>>
>> No idea why, but I see the same thing (Win8.1, 64bit).
>
> I don't understand the recipe.  Can it be spelled out, please?

emacs -Q

Evaluate

;; Alternatively use C-h k k to get a new *Help* buffer, same behaviour
(with-current-buffer (get-buffer-create "*foo*")
  (insert "some text\n")
  (display-buffer-pop-up-window (current-buffer) nil))

Click left mouse button down in the new buffer, then drag without releasing.
Observe region is not highlighted. (In Emacs 24.5 the region is highlighted)
Release mouse, region is highlighted.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Marking with mouse does not highlight region
  2016-07-12 14:25     ` Noam Postavsky
@ 2016-07-12 15:25       ` Eli Zaretskii
  2016-07-12 22:37         ` Michael Heerdegen
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2016-07-12 15:25 UTC (permalink / raw)
  To: Noam Postavsky; +Cc: emacs-devel

> From: Noam Postavsky <npostavs@users.sourceforge.net>
> Date: Tue, 12 Jul 2016 10:25:04 -0400
> Cc: Emacs developers <emacs-devel@gnu.org>
> 
> emacs -Q
> 
> Evaluate
> 
> ;; Alternatively use C-h k k to get a new *Help* buffer, same behaviour
> (with-current-buffer (get-buffer-create "*foo*")
>   (insert "some text\n")
>   (display-buffer-pop-up-window (current-buffer) nil))
> 
> Click left mouse button down in the new buffer, then drag without releasing.
> Observe region is not highlighted. (In Emacs 24.5 the region is highlighted)
> Release mouse, region is highlighted.

Thanks.

Is this Windows specific, or does it happen on X as well?



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Marking with mouse does not highlight region
  2016-07-12 15:25       ` Eli Zaretskii
@ 2016-07-12 22:37         ` Michael Heerdegen
  2016-07-12 23:38           ` Noam Postavsky
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Heerdegen @ 2016-07-12 22:37 UTC (permalink / raw)
  To: emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> Is this Windows specific, or does it happen on X as well?

X here, and I see it too.


Michael.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Marking with mouse does not highlight region
  2016-07-12 22:37         ` Michael Heerdegen
@ 2016-07-12 23:38           ` Noam Postavsky
  0 siblings, 0 replies; 7+ messages in thread
From: Noam Postavsky @ 2016-07-12 23:38 UTC (permalink / raw)
  To: Michael Heerdegen; +Cc: Emacs developers

On Tue, Jul 12, 2016 at 6:37 PM, Michael Heerdegen
<michael_heerdegen@web.de> wrote:
> Eli Zaretskii <eliz@gnu.org> writes:
>
>> Is this Windows specific, or does it happen on X as well?
>
> X here, and I see it too.

Yup.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-12 23:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12 12:55 Marking with mouse does not highlight region Arash Esbati
2016-07-12 13:16 ` Noam Postavsky
2016-07-12 13:51   ` Eli Zaretskii
2016-07-12 14:25     ` Noam Postavsky
2016-07-12 15:25       ` Eli Zaretskii
2016-07-12 22:37         ` Michael Heerdegen
2016-07-12 23:38           ` Noam Postavsky

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).