From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Multiline Comments Date: Tue, 10 Nov 2020 00:13:35 +0000 Message-ID: <874klyf4r4.fsf@robertthorpeconsulting.com> References: <87ft5imk0w.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22428"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Joost Kremers Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 10 01:14:43 2020 Return-path: Envelope-to: geh-help-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 1kcHJ5-0005ji-JH for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 10 Nov 2020 01:14:43 +0100 Original-Received: from localhost ([::1]:54854 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcHJ4-00049n-M0 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 09 Nov 2020 19:14:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39900) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcHIS-00049Q-Pj for help-gnu-emacs@gnu.org; Mon, 09 Nov 2020 19:14:04 -0500 Original-Received: from outbound-smtp24.blacknight.com ([81.17.249.192]:51918) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcHIQ-0000hh-0X for help-gnu-emacs@gnu.org; Mon, 09 Nov 2020 19:14:03 -0500 Original-Received: from mail.blacknight.com (pemlinmail03.blacknight.ie [81.17.254.16]) by outbound-smtp24.blacknight.com (Postfix) with ESMTPS id 779E2C0BCC for ; Tue, 10 Nov 2020 00:13:57 +0000 (GMT) Original-Received: (qmail 25447 invoked from network); 10 Nov 2020 00:13:57 -0000 Original-Received: from unknown (HELO rt-inspiron-3480) (rt@robertthorpeconsulting.com@[51.37.30.105]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 10 Nov 2020 00:13:57 -0000 In-Reply-To: <87ft5imk0w.fsf@fastmail.fm> (message from Joost Kremers on Mon, 09 Nov 2020 20:01:51 +0100) Received-SPF: pass client-ip=81.17.249.192; envelope-from=rt@robertthorpeconsulting.com; helo=outbound-smtp24.blacknight.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/09 19:13:57 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:125162 Archived-At: Joost Kremers writes: > Another option mentioned there is to use outline-mode, which gives you Org-style > visibility cycling in non-Org files. I think you mean outline-minor-mode or outshine-mode. Outline-mode itself only works in an outline-mode buffer, it can't be used in other sorts of buffer. BR, Robert Thorpe