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

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

Re: removing a surrounding list


From: Andreas Röhler
Subject: Re: removing a surrounding list
Date: Thu, 07 Jan 2010 12:38:46 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

Andreas Roehler wrote:
> 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.
> 

Its done with

paredit-splice-sexp-killing-backward

Got help off-list...

Thanks




reply via email to

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