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

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

paredit-pause.el 1.0


From: Phillip Lord
Subject: paredit-pause.el 1.0
Date: Mon, 23 Sep 2013 20:51:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)


You know how it is. You're wandering happily through your syntax tree, all
your sexps are balanced, your code is looking lovely. Then, suddenly it
happens, you're fixing one of your functions, and bang, you barf one sexp
too many, with C-left. Oh no! So, you C-right before realising that it's
not the opposite. Half your file gets slurped, and probably several other
files that you haven't even opened. You try splitting, wrapping, raising,
it's just gets worse and worse. Randomly symbols get spewed across your
source code, empty forms, and strings everywhere; you look at the hideous
ruin of your work; look at your works, ye mighty, and despair.

The solution, is M-x paredit-mode, fix stuff, and then M-x paredit-mode to
get back to where you started. But this takes too long, and is painful,
hence paredit-pause was born.

Paredit allows you to toggle paredit-mode on and off with a single
keypress. When paredit-mode is off, it is replaced with paredit-pause-mode,
which you allows you to toggle paredit-mode back on again.

This is the first (and probably last!) release of paredit-pause.


Attachment: paredit-pause.el
Description: application/emacs-lisp


reply via email to

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