emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Marking with mouse does not highlight region


From: Noam Postavsky
Subject: Re: Marking with mouse does not highlight region
Date: Tue, 12 Jul 2016 10:25:04 -0400

On Tue, Jul 12, 2016 at 9:51 AM, Eli Zaretskii <address@hidden> wrote:
>> From: Noam Postavsky <address@hidden>
>> Date: Tue, 12 Jul 2016 09:16:27 -0400
>>
>> On Tue, Jul 12, 2016 at 8:55 AM, Arash Esbati <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]