From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Howard Melman Newsgroups: gmane.emacs.devel Subject: Re: Convert some files from outline-mode to org-mode Date: Wed, 29 Apr 2020 10:52:35 -0400 Message-ID: References: <87zhaxi70f.fsf@yahoo.com> <4D145B75-0C23-4371-A388-747BB9E42327@traduction-libre.org> <78A6DFC3-234D-415A-8A71-DD38810B9B17@traduction-libre.org> <875zdifkah.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="116342"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (darwin) To: emacs-devel@gnu.org Cancel-Lock: sha1:tGzb5k876+ke1WutSdVq54sE6Cs= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 29 16:55:39 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jTo7f-000U9G-40 for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 16:55:39 +0200 Original-Received: from localhost ([::1]:39176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTo7e-0004jL-3g for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 10:55:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51686) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTo4r-0007sq-Dg for emacs-devel@gnu.org; Wed, 29 Apr 2020 10:52:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTo4q-0004iW-N8 for emacs-devel@gnu.org; Wed, 29 Apr 2020 10:52:45 -0400 Original-Received: from ciao.gmane.io ([159.69.161.202]:51830) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTo4q-0004hg-99 for emacs-devel@gnu.org; Wed, 29 Apr 2020 10:52:44 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jTo4o-000QYO-A3 for emacs-devel@gnu.org; Wed, 29 Apr 2020 16:52:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=159.69.161.202; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/29 09:55:02 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:248148 Archived-At: Nicolas Goaziou writes: > I wouldn't expect `org-cycle' and `org-global-cycle' to work for any > `outline-regexp' value. If it works, good for you, but Org really > expects "\\*+ " here. FWIW, it's worked flawlessly for me since 2014, though I only use these bindings in the simplest ways. > Implementing `outline-cycle' and `outline-global-cycle' may be more > future-proof. That's probably true. While less game changing than the cycling commands, I think the keybindings for M- are great too. I use those commands infrequently enough that having them on arrows really aids memorability (and I've been using emacs for 30+ years so remembering keys isn't generally a problem for me) and having them be the same in various contexts (outlines, markdown, code, etc.) is one of the things that makes emacs great. -- Howard