all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* New for GNU ELPA: literate-scratch
@ 2024-06-09  5:53 Sean Whitton via Emacs development discussions.
  2024-06-10  6:16 ` CToID
  2024-06-15 13:12 ` Philip Kaludercic
  0 siblings, 2 replies; 11+ messages in thread
From: Sean Whitton via Emacs development discussions. @ 2024-06-09  5:53 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]

Hello,

I'm planning to add this to GNU ELPA.  Posting here for comments.

--8<---------------cut here---------------start------------->8---
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.

To enable this mode after installing this file, simply customise
`initial-major-mode' to `literate-scratch-mode'.
--8<---------------cut here---------------end--------------->8---


[-- Attachment #2: literate-scratch.el --]
[-- Type: application/emacs-lisp, Size: 4904 bytes --]

[-- Attachment #3: Type: text/plain, Size: 18 bytes --]


-- 
Sean Whitton

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-06-21  5:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-09  5:53 New for GNU ELPA: literate-scratch Sean Whitton via Emacs development discussions.
2024-06-10  6:16 ` CToID
2024-06-15 14:14   ` Philip Kaludercic
2024-06-15 13:12 ` Philip Kaludercic
2024-06-19  2:42   ` Sean Whitton via Emacs development discussions.
2024-06-19  5:44     ` Philip Kaludercic
2024-06-19  6:37       ` Joost Kremers
2024-06-19  6:47         ` Philip Kaludercic
2024-06-20  5:37       ` Sean Whitton via Emacs development discussions.
2024-06-20 23:12       ` Michael Heerdegen
2024-06-21  5:57         ` Philip Kaludercic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.