From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#7092: 23.1; Dired slow using Emacs remotely Date: Fri, 22 Oct 2021 08:55:19 +0300 Message-ID: <834k998uyg.fsf@gnu.org> References: <201009240228.o8O2SYuW018703@dane-2.cc.telcordia.com> <83k4mbtvkq.fsf@gnu.org> <87pnfhzipt.fsf@marxist.se> <83sgkd18rc.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37526"; mail-complaints-to="usenet@ciao.gmane.io" Cc: despen@telcordia.com, 7092@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 22 07:57:10 2021 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 1mdnYD-0009aG-W4 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 22 Oct 2021 07:57:09 +0200 Original-Received: from localhost ([::1]:54814 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdnYC-0004f4-Ja for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 22 Oct 2021 01:57:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdnY7-0004eh-78 for bug-gnu-emacs@gnu.org; Fri, 22 Oct 2021 01:57:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47572) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdnY5-0004ty-VB for bug-gnu-emacs@gnu.org; Fri, 22 Oct 2021 01:57:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mdnY5-0002vU-K3 for bug-gnu-emacs@gnu.org; Fri, 22 Oct 2021 01:57:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 22 Oct 2021 05:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7092 X-GNU-PR-Package: emacs Original-Received: via spool by 7092-submit@debbugs.gnu.org id=B7092.163488217911186 (code B ref 7092); Fri, 22 Oct 2021 05:57:01 +0000 Original-Received: (at 7092) by debbugs.gnu.org; 22 Oct 2021 05:56:19 +0000 Original-Received: from localhost ([127.0.0.1]:59118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdnXF-0002u8-Sa for submit@debbugs.gnu.org; Fri, 22 Oct 2021 01:56:19 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:49086) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdnXD-0002tp-Ip for 7092@debbugs.gnu.org; Fri, 22 Oct 2021 01:56:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35042) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdnX7-0003Vr-TK; Fri, 22 Oct 2021 01:56:01 -0400 Original-Received: from [87.69.77.57] (port=1265 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdnWi-0006xn-24; Fri, 22 Oct 2021 01:55:51 -0400 In-Reply-To: (message from Stefan Kangas on Thu, 21 Oct 2021 12:43:37 -0700) 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" Xref: news.gmane.io gmane.emacs.bugs:217844 Archived-At: > From: Stefan Kangas > Date: Thu, 21 Oct 2021 12:43:37 -0700 > Cc: despen@telcordia.com, 7092@debbugs.gnu.org > > Eli Zaretskii writes: > > > Maybe we should have a feature whereby mouse highlight is ignored, for > > those who use a slow X connection. > > Isn't this just > > (setq mouse-highlight nil) > > ? > > IOW, should we just document somehow that if you are using X forwarding, > you might want to disable mouse highlighting? Maybe this is all that's needed, yes.