gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Literate-Scratch version 1.0


From: ELPA update
Subject: [GNU ELPA] Literate-Scratch version 1.0
Date: Fri, 21 Jun 2024 05:03:16 -0400

Version 1.0 of package Literate-Scratch has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Literate-Scratch describes itself as:

  ===================================
  Lisp Interaction w/ text paragraphs
  ===================================

More at https://elpa.gnu.org/packages/literate-scratch.html

## Summary:

  Variant Lisp Interaction mode for easier interleaving of paragraphs of
  plain text with Lisp code.  This means you can have

      ;; This buffer is for text that is not saved ...
      ;; To create a file, visit it with C-x C-f and ...

      (here is some Lisp)

      Here is a plain text paragraph )( including some unmatched parentheses.
      Uh oh!  Paredit won't like that.

      (here is some more Lisp)

  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.

## Recent NEWS:

Ver 1.0 2024/06/21 Sean Whitton
    Initial release.
    Thanks to Philip Kaludercic for review.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]