From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 20 18:24:08 2020 Received: (at submit) by debbugs.gnu.org; 20 Jun 2020 22:24:08 +0000 Received: from localhost ([127.0.0.1]:58903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmluC-0008TM-KW for submit@debbugs.gnu.org; Sat, 20 Jun 2020 18:24:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:47808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmlu8-0008TC-HP for submit@debbugs.gnu.org; Sat, 20 Jun 2020 18:24:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmlu8-0004i1-Bs for bug-gnu-emacs@gnu.org; Sat, 20 Jun 2020 18:24:04 -0400 Received: from grace.univie.ac.at ([2001:62a:4:25::25:115]:34034) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmlu5-0004WY-H1 for bug-gnu-emacs@gnu.org; Sat, 20 Jun 2020 18:24:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=univie.ac.at; s=rev2; h=To:Date:Message-Id:Subject:Mime-Version: Content-Transfer-Encoding:Content-Type:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=u6RcwDBJNLSre9L8lHulIPIEziC+ya87RSroXe9IfKc=; b=I730KbLRHzubpYETlm8HAUSc5t QLMx4Oz2GOA5MbfLKVDQJ5xSbT1u0cYD+CDC7y+H7Ja5NWlFduFvYxYkfp/QZEqgHwi0qiD6Db3iv ZgbMfviUgS95GaHQyNjpB8lPSGKX20ej77DOgw0yZYuD/hPvOonx9rSAVW3nihuvVofM=; Received: from joan.univie.ac.at ([131.130.3.110] helo=joan.univie.ac.at) by grace.univie.ac.at with esmtps (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.94) (envelope-from ) id 1jmltv-00035V-G1 for bug-gnu-emacs@gnu.org; Sun, 21 Jun 2020 00:23:51 +0200 Received: from 217-149-172-159.nat.highway.telekom.at ([217.149.172.159] helo=[10.0.0.13]) by joan.univie.ac.at with esmtpsa (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.94) (envelope-from ) id 1jmltv-0004Vq-5m for bug-gnu-emacs@gnu.org; Sun, 21 Jun 2020 00:23:51 +0200 From: Konrad Podczeck Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Customization via display-buffer-alist, savehist-mode, and hl-line-mode together are not compatible with mouse-wheel scrolling. Message-Id: <91E52600-7BAE-4BCF-8424-5B4F6A617371@univie.ac.at> Date: Sun, 21 Jun 2020 00:23:46 +0200 To: bug-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Univie-Virus-Scan: scanned by ClamAV on joan.univie.ac.at Received-SPF: none client-ip=2001:62a:4:25::25:115; envelope-from=konrad.podczeck@univie.ac.at; helo=grace.univie.ac.at X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) To see this, make an init-file just containing: (savehist-mode) (setq mouse-wheel-progressive-speed nil) (add-hook 'text-mode-hook 'hl-line-mode) (add-hook 'prog-mode-hook 'hl-line-mode) (setq display-buffer-base-action '((display-buffer-reuse-window display-buffer-pop-up-frame) (reusable-frames . t))) (setq display-buffer-alist '( ("[.]" (display-buffer-reuse-window display-buffer-pop-up-frame) (dedicated . t) (pop-up-frame-parameters (tool-bar-lines . 1) (left . 1) (top . 0) (height . 46) (width . 82) (font . "SF MONO-15") (line-spacing . 3) )))) With this, the speed of scrolling via the mouse-wheel becomes much too = large. The problem goes away if either the line with savehist-mode is = commented out, or the two lines with hl-line-mode. I used the pretest 27.0.91, and in case the problem is = platform-specific, I use the NS-port.