From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Van Ly Newsgroups: gmane.emacs.bugs Subject: bug#53158: 28.0.90; TAB, RET key behave differently for Git-Log-View, Outline View mode Date: Thu, 13 Jan 2022 09:32:45 +0000 (UTC) Organization: Super Dimensional Fortress Message-ID: <8730137e-471-daa1-d4a6-db668ee46f0@SDF.ORG> References: <83zgo38ojq.fsf@gnu.org> <8635lvxt9v.fsf@mail.linkov.net> <87bl0g6m54.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24982"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 53158@debbugs.gnu.org, Juri Linkov To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 13 10:33:14 2022 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 1n7wTq-0006KO-20 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 13 Jan 2022 10:33:14 +0100 Original-Received: from localhost ([::1]:46498 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7wTn-00085Z-Es for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 13 Jan 2022 04:33:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34812) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7wTe-00085E-6J for bug-gnu-emacs@gnu.org; Thu, 13 Jan 2022 04:33:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39080) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n7wTd-0008JG-Qd for bug-gnu-emacs@gnu.org; Thu, 13 Jan 2022 04:33:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n7wTd-0003wR-PP for bug-gnu-emacs@gnu.org; Thu, 13 Jan 2022 04:33:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Van Ly Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 13 Jan 2022 09:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53158 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: wontfix Original-Received: via spool by 53158-submit@debbugs.gnu.org id=B53158.164206637615133 (code B ref 53158); Thu, 13 Jan 2022 09:33:01 +0000 Original-Received: (at 53158) by debbugs.gnu.org; 13 Jan 2022 09:32:56 +0000 Original-Received: from localhost ([127.0.0.1]:60215 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7wTX-0003w0-Lw for submit@debbugs.gnu.org; Thu, 13 Jan 2022 04:32:55 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:50802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7wTR-0003vm-LS for 53158@debbugs.gnu.org; Thu, 13 Jan 2022 04:32:54 -0500 Original-Received: from sdf.org (IDENT:van.ly@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 20D9Wljk027667 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Thu, 13 Jan 2022 09:32:48 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 20D9WjS9022060; Thu, 13 Jan 2022 09:32:45 GMT In-Reply-To: <87bl0g6m54.fsf@gnus.org> 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:224088 Archived-At: On Thu, 13 Jan 2022, Lars Ingebrigtsen wrote: > Juri Linkov writes: > >> We were hit by this unpleasant problem in diff-mode with outline-minor-mode. >> In diff-mode TAB moves point to the next hunk, because in browsers TAB moves >> to the next link. But in outline-minor-mode TAB should expand and collapse >> on the heading because TAB does this in Org mode. > > I think it's unfortunate that outline minor mode uses TAB, because it > crashes with so much else we're using that key for. But I guess > there's not much we can do about it at this point. > I think outline minor mode and org mode should coordinate to work well with diff-mode TAB moves. Use TAB and S-TAB for moving forward and backward to points of interest. Use ` immediately above the TAB for operating on that context. What you can do is have a file for design language roadmap guidance forward to overtime have contributors align how the TAB is to be used and phase in new behavior. Give it 18-months to align and grandfather in old behavior people have grown callous for and are insensitive to pain point. -- vl