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: Mon, 10 Jan 2022 19:36:43 +0000 (UTC) Organization: Super Dimensional Fortress Message-ID: References: <83zgo38ojq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32379"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 53158@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jan 10 20:37:18 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 1n70Tk-00087c-QI for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 10 Jan 2022 20:37:16 +0100 Original-Received: from localhost ([::1]:42086 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n70Tj-0007Rr-PW for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 10 Jan 2022 14:37:15 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49608) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n70TW-0007Oi-Bb for bug-gnu-emacs@gnu.org; Mon, 10 Jan 2022 14:37:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60432) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n70TW-0008Di-2z for bug-gnu-emacs@gnu.org; Mon, 10 Jan 2022 14:37:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n70TW-0007bL-0k for bug-gnu-emacs@gnu.org; Mon, 10 Jan 2022 14:37:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Van Ly Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Jan 2022 19:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53158 X-GNU-PR-Package: emacs Original-Received: via spool by 53158-submit@debbugs.gnu.org id=B53158.164184340929196 (code B ref 53158); Mon, 10 Jan 2022 19:37:01 +0000 Original-Received: (at 53158) by debbugs.gnu.org; 10 Jan 2022 19:36:49 +0000 Original-Received: from localhost ([127.0.0.1]:53335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n70TJ-0007aq-0K for submit@debbugs.gnu.org; Mon, 10 Jan 2022 14:36:49 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:59596) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n70TH-0007ag-9o for 53158@debbugs.gnu.org; Mon, 10 Jan 2022 14:36:48 -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 20AJajF3016609 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Mon, 10 Jan 2022 19:36:46 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 20AJahYk011164; Mon, 10 Jan 2022 19:36:43 GMT In-Reply-To: <83zgo38ojq.fsf@gnu.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:223896 Archived-At: On Mon, 10 Jan 2022, Eli Zaretskii wrote: >> Date: Mon, 10 Jan 2022 14:20:25 +0000 (UTC) >> From: Van Ly >> >> observed behavior >> * TAB, RET key behave differently for expanding and collapsing the bullet point in the two modes >> >> expected behavior >> * TAB, RET key behave consistently on bullet point headlines across the two modes > > There's absolute no guarantee in Emacs that a key behaves the same in > tow different modes. Even if those two modes can be argued to be > similar in some sense. > Yes, I know. Emacs unboxes with unpleasant defaults. I was pleasantly surprised TAB expands and collapses the bullet point in Outline View mode. If memory serves. I used to have to look up how to do that. What key to use. Maybe the TAB behavior was pulled from Org mode to Outline mode. Having the same key to expand, collapse the bullet point headline is the "Right thing to do(R)[TM]". Perhaps, there could be configuration infrastructure policy overlay for having bullet points expand, collapse with the same key. I would use that to page up/down View mode with B and SPC everywhere. possible expand, collapse keybindings for bullet point headline * TAB * RET * SPC CORRECTION > steps to reproduce in Git-Log-View mode > * open emacs by 'emacs -Q' > * goto emacs source directory * apply C-x v L runs the command vc-print-root-log > * goto the first line with a bullet point > * goto A and perform TAB, RET -- vl