From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#21634: text-scale-adjust suggestion Date: Fri, 03 Sep 2021 19:13:45 +0300 Organization: LINKOV.NET Message-ID: <871r65ab7q.fsf@mail.linkov.net> References: <22035.47283.76000.848103@gargle.gargle.HOWL> <83d1wsxcuz.fsf@gnu.org> <87zgstyl9e.fsf_-_@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27168"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Eli Barzilay , 21634@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 03 18:21:17 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 1mMBwL-0006qp-Kq for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 03 Sep 2021 18:21:17 +0200 Original-Received: from localhost ([::1]:58492 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMBwK-0000cj-8k for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 03 Sep 2021 12:21:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35200) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMBw6-0000Yu-Ou for bug-gnu-emacs@gnu.org; Fri, 03 Sep 2021 12:21:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34265) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mMBw6-0004O6-GS for bug-gnu-emacs@gnu.org; Fri, 03 Sep 2021 12:21:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mMBw6-0000En-CU for bug-gnu-emacs@gnu.org; Fri, 03 Sep 2021 12:21:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 03 Sep 2021 16:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21634 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 21634-submit@debbugs.gnu.org id=B21634.1630686061888 (code B ref 21634); Fri, 03 Sep 2021 16:21:02 +0000 Original-Received: (at 21634) by debbugs.gnu.org; 3 Sep 2021 16:21:01 +0000 Original-Received: from localhost ([127.0.0.1]:45811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMBw4-0000EG-Pt for submit@debbugs.gnu.org; Fri, 03 Sep 2021 12:21:00 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:39891) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mMBw3-0000E2-VE for 21634@debbugs.gnu.org; Fri, 03 Sep 2021 12:21:00 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 679451C0003; Fri, 3 Sep 2021 16:20:51 +0000 (UTC) In-Reply-To: <87zgstyl9e.fsf_-_@gnus.org> (Lars Ingebrigtsen's message of "Fri, 03 Sep 2021 13:02:53 +0200") 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:213367 Archived-At: >> Well, I suspect that I'm annoyed at the other direction: whenever I go >> into the text-scaling mode, I try to remember to explicitly break it at >> the end, so that I won't leave emacs in that state by mistake and be >> surpries when I come back to it hours later (which actually happened to >> me once, possibly putting me on this side of that fence). OTOH, if the >> delay is long enough, there is never any time pressure that I run into, >> and it's easy to see when the timer kicked in by the echo area message >> disappearing. > > (I'm going through old bug reports that unfortunately weren't resolved > at the time.) > > We now have something similar in the form of `repeat-exit-timeout' > (which defaults to "no timeout"). Perhaps it would make sense to use > this in `text-scale-adjust'? Any opinions? Indeed, text-scale-adjust could be trivially modified to use repeat-map that supports repeat-exit-timeout. But the problem is that this feature is available only when repeat-mode is enabled. Maybe not a problem to enable it when the user wants repeatable keys.