From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: New for GNU ELPA: literate-scratch Date: Sat, 15 Jun 2024 14:14:10 +0000 Message-ID: <87r0cyl2dp.fsf@posteo.net> References: <87ed96wtkr.fsf@melete.silentflame.com> <17eeca1d-f0e6-4b7d-a32a-851fb45b1117@yahoo.com.tw> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14590"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Sean Whitton , emacs-devel@gnu.org To: CToID Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 15 16:14:49 2024 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 1sIUB7-0003Zh-7w for ged-emacs-devel@m.gmane-mx.org; Sat, 15 Jun 2024 16:14:49 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sIUAe-00051h-HZ; Sat, 15 Jun 2024 10:14:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sIUAc-000517-Hk for emacs-devel@gnu.org; Sat, 15 Jun 2024 10:14:18 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sIUAZ-0005tO-FV for emacs-devel@gnu.org; Sat, 15 Jun 2024 10:14:18 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 68F0F240029 for ; Sat, 15 Jun 2024 16:14:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1718460851; bh=Z2UIMWwGRh0hpP9DqMjjHkyzgaLcQmYgaRRJ4Q73moM=; h=From:To:Cc:Subject:OpenPGP:Date:Message-ID:MIME-Version: Content-Type:From; b=dq3bfx38H8Ju2mktXh04tWu29ES7WIqYDbYsDZThh+YhL2np+o4zrTfF2G2rfOPFB rTjV+xSQ7IFOTqJa2cte9d2etmnLKPVoSQ6a6yL27hHpZWAK+XJsemJVb2XkRgzWlO pm0unjs3lI9bbHYwBejV6wMdImC/mLIrUDZv0cW/wvWy+gBKVL3AsgeO1AqCr/z0Rq 6Ssn+u9AZosSDcshyCWyeD229kQdaBWFl9+VXJmaLtrKJG7DFY/CRNSlvO6Qm23AVP VfI8TYmE90V7AX7aJIZZKwWHiU4Kvv8qzEag9tW7Gp6G8KCjjAzlE8yPTDXk+oLFMG EJb5rkp2haHaw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4W1dS25Ylmz9rxF; Sat, 15 Jun 2024 16:14:10 +0200 (CEST) In-Reply-To: <17eeca1d-f0e6-4b7d-a32a-851fb45b1117@yahoo.com.tw> (CToID's message of "Mon, 10 Jun 2024 14:16:43 +0800") OpenPGP: id=7126E1DE2F0CE35C770BED01F2C3CC513DB89F66; url="https://keys.openpgp.org/vks/v1/by-fingerprint/7126E1DE2F0CE35C770BED01F2C3CC513DB89F66"; preference=signencrypt Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:320145 Archived-At: CToID writes: > On 6/9/24 13:53, Sean Whitton via "Emacs development discussions. wrote: >> but (e.g.) Paredit won't complain about the unmatched parentheses. >> Indeed, the whole plain text paragraph is font-locked as a comment. >> If you use Paredit but want to be able to use *scratch* for both >> Lisp >> interaction and blocks of plain text, then this mode is for you. >> Also compatible with the orgalist-mode and orgtbl-mode minor modes. >> To enable this mode after installing this file, simply customise >> `initial-major-mode' to `literate-scratch-mode'. > > Why not just use Org Mode for this purpose? I think this is nice to have, org-mode has a lot of syntax that is not that nice to read as a plain-text file. While in this case, the only real syntax is the absence or the presence indentation, making it easier to follow along. -- Philip Kaludercic on peregrine