From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Marking with mouse does not highlight region Date: Tue, 12 Jul 2016 18:25:10 +0300 Message-ID: <8360sac209.fsf@gnu.org> References: <83inwbarsl.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1468337153 23592 80.91.229.3 (12 Jul 2016 15:25:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jul 2016 15:25:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 12 17:25:52 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bMzZG-0005eW-Fs for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2016 17:25:50 +0200 Original-Received: from localhost ([::1]:41265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMzZC-0000R6-Az for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2016 11:25:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMzZ1-0000Mo-Ro for emacs-devel@gnu.org; Tue, 12 Jul 2016 11:25:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMzYw-0004rw-Mx for emacs-devel@gnu.org; Tue, 12 Jul 2016 11:25:34 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMzYw-0004rn-DU; Tue, 12 Jul 2016 11:25:30 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2503 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bMzYr-0000ir-QQ; Tue, 12 Jul 2016 11:25:26 -0400 In-reply-to: (message from Noam Postavsky on Tue, 12 Jul 2016 10:25:04 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:205582 Archived-At: > From: Noam Postavsky > Date: Tue, 12 Jul 2016 10:25:04 -0400 > Cc: Emacs developers > > 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?