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

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

removing a surrounding list


From: Andreas Roehler
Subject: removing a surrounding list
Date: Thu, 07 Jan 2010 11:37:54 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

Hi,

must remove surrounding lists with its contents. For example:

(unless first (set-buffer (get-buffer-create test-mode)))

should be

(set-buffer (get-buffer-create test-mode))

Is there a tool right out of the box? Looked into
paredit.el, but can't see it.

Thanks

Andreas

--
https://code.launchpad.net/s-x-emacs-werkstatt/
http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/




reply via email to

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