From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: removing a surrounding list Date: Thu, 07 Jan 2010 12:38:46 +0100 Message-ID: <4B45C7C6.3010603@easy-emacs.de> References: <4B45B982.5010408@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1262864340 12109 80.91.229.12 (7 Jan 2010 11:39:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 11:39:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 07 12:38:53 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NSqhY-0001uU-Nc for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jan 2010 12:38:53 +0100 Original-Received: from localhost ([127.0.0.1]:54792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSqhY-0005My-Hh for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jan 2010 06:38:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSqgx-0005MY-RH for help-gnu-emacs@gnu.org; Thu, 07 Jan 2010 06:38:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSqgt-0005Fs-0N for help-gnu-emacs@gnu.org; Thu, 07 Jan 2010 06:38:14 -0500 Original-Received: from [199.232.76.173] (port=60484 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSqgs-0005Fg-P8 for help-gnu-emacs@gnu.org; Thu, 07 Jan 2010 06:38:10 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:1353) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NSqgs-0005Wl-FT for help-gnu-emacs@gnu.org; Thu, 07 Jan 2010 06:38:10 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.186]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSqgp-0005Dj-R2 for help-gnu-emacs@gnu.org; Thu, 07 Jan 2010 06:38:08 -0500 Original-Received: from [192.168.178.27] (p54BE8699.dip0.t-ipconnect.de [84.190.134.153]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0LaHU2-1OCOWI20ys-00m8XU; Thu, 07 Jan 2010 12:38:04 +0100 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: <4B45B982.5010408@online.de> X-Provags-ID: V01U2FsdGVkX19Y14LyL9ZES1eiBziK5aLRxFJMEJg1OaGFXFF tC5wyQnCaU/Gna1uVPjGzOl+12qq7I+ZUt8RKQJKuCNjwIsvXb v/kaVhnv3/6Wd05d7Zx7aIub3q1z5Vr3ovVctatkmA= X-detected-operating-system: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71110 Archived-At: 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