From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: removing a surrounding list Date: Thu, 07 Jan 2010 21:47:26 +0100 Message-ID: <4B46485E.7000809@easy-emacs.de> References: <4B45B982.5010408@online.de> <4B45C7C6.3010603@easy-emacs.de> <87my0pop3w.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1262898219 9161 80.91.229.12 (7 Jan 2010 21:03:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 21:03:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Thien-Thi Nguyen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 07 22:03:31 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 1NSzVv-0005qE-8u for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jan 2010 22:03:27 +0100 Original-Received: from localhost ([127.0.0.1]:39422 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSzVv-0000Aa-UV for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jan 2010 16:03:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSzFu-0001Bp-Dx for help-gnu-emacs@gnu.org; Thu, 07 Jan 2010 15:46:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSzFp-0001Au-A9 for help-gnu-emacs@gnu.org; Thu, 07 Jan 2010 15:46:53 -0500 Original-Received: from [199.232.76.173] (port=55560 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSzFp-0001Ao-1S for help-gnu-emacs@gnu.org; Thu, 07 Jan 2010 15:46:49 -0500 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:52011) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSzFo-0007qg-Gw for help-gnu-emacs@gnu.org; Thu, 07 Jan 2010 15:46:48 -0500 Original-Received: from [192.168.178.27] (p54BE9FDB.dip0.t-ipconnect.de [84.190.159.219]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0M0stL-1NlTmF1E2Z-00uXA8; Thu, 07 Jan 2010 21:46:45 +0100 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: <87my0pop3w.fsf@ambire.localdomain> X-Provags-ID: V01U2FsdGVkX19VuxhJm4RVrZ3dlFWAGyrRdSOs61tvKnQKce+ tlEg/p6y03uc1UYYF2A0ZHX629VExp3ueHrcm/Zvb4Q25nTunw 7tHuDCsT2QRDP8+2lkP5+uoZsy0tYEhmtM6YifoQcY= X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:71121 Archived-At: Thien-Thi Nguyen wrote: > () Andreas Röhler > () Thu, 07 Jan 2010 12:38:46 +0100 > > > (unless first (set-buffer (get-buffer-create test-mode))) > > > > should be > > > > (set-buffer (get-buffer-create test-mode)) > > paredit-splice-sexp-killing-backward > > You can also use `raise-sexp', which is included with Emacs. > > thi > > > Thanks a lot, Thi!