From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tak Kunihiro Newsgroups: gmane.emacs.bugs Subject: bug#65888: region on pixel-scroll-precision-mode Date: Wed, 13 Sep 2023 09:07:36 +0900 Message-ID: <32404002-A908-408F-82E9-A368D9E39917@misasa.okayama-u.ac.jp> References: <87o7i77g6k.fsf@yahoo.com> Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4560"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 65888@debbugs.gnu.org, Tak Kunihiro To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Sep 13 02:08:16 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qgDQV-0000zN-UB for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 13 Sep 2023 02:08:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qgDQK-0006BV-Ip; Tue, 12 Sep 2023 20:08:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgDQF-0006B7-KO for bug-gnu-emacs@gnu.org; Tue, 12 Sep 2023 20:07:59 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qgDQD-0007ZI-FV for bug-gnu-emacs@gnu.org; Tue, 12 Sep 2023 20:07:58 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qgDQI-00025B-1I for bug-gnu-emacs@gnu.org; Tue, 12 Sep 2023 20:08:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Tak Kunihiro Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Sep 2023 00:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65888 X-GNU-PR-Package: emacs Original-Received: via spool by 65888-submit@debbugs.gnu.org id=B65888.16945636807998 (code B ref 65888); Wed, 13 Sep 2023 00:08:01 +0000 Original-Received: (at 65888) by debbugs.gnu.org; 13 Sep 2023 00:08:00 +0000 Original-Received: from localhost ([127.0.0.1]:60312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgDQG-00024v-6B for submit@debbugs.gnu.org; Tue, 12 Sep 2023 20:08:00 -0400 Original-Received: from jlsv301.okayama-u.ac.jp ([150.46.12.5]:29884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgDQC-00024j-HE for 65888@debbugs.gnu.org; Tue, 12 Sep 2023 20:07:59 -0400 Original-Received: from smtpclient.apple (unknown [172.24.1.212]) by jlsv301.okayama-u.ac.jp (Postfix) with ESMTPSA id 8EA07760A50; Wed, 13 Sep 2023 09:07:46 +0900 (JST) In-Reply-To: <87o7i77g6k.fsf@yahoo.com> X-Mailer: Apple Mail (2.3731.700.6) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:270232 Archived-At: Dear Po Lu, 1. Yes. 2. Since Emacs -Q deactivates the region when scrolling, on the default, pixel-scroll-precision-mode deactivates region. With option, pixel-scroll-precision-mode maintains region. I hope this message makes my request clearer. Tak > On Sep 12, 2023, at 21:02, Po Lu wrote: > > Tak Kunihiro writes: > >> Dear pixel-scroller (Dear Po Lu), >> >> The pixel-scroll-precision-mode maintains active region >> and this behavior could be useful. >> >> However at the same time, PSPM provides more than pixel scrolling. >> Should this be provided as option? >> >> 1. emacs -Q >> 2. Make region active >> 3. Scroll using mouse wheel >> 4. Then region is deactivated >> >> 5. M-x pixel-scroll-precision-mode >> 6. Make region active >> 7. Scroll using mouse wheel >> 8. Then region expands as scroll down and up >> >> Tak > > Are you soliciting an option for pixel-scroll-precision-mode to > deactivate the region when scrolling begins? > > It took me several tries to understand your request, so please excuse me > if I didn't fully grok your request.