From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Eure Newsgroups: gmane.emacs.help Subject: Re: Delete current parenthese-block Date: Mon, 12 Jan 2009 10:00:35 -0800 Message-ID: References: <21419123.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231783278 6824 80.91.229.12 (12 Jan 2009 18:01:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2009 18:01:18 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: TheLonelyStar Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 12 19:02:30 2009 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 1LMR7I-0006Cb-S5 for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Jan 2009 19:02:25 +0100 Original-Received: from localhost ([127.0.0.1]:56930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMR62-0000ol-KA for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Jan 2009 13:01:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMR5b-0000ly-3v for help-gnu-emacs@gnu.org; Mon, 12 Jan 2009 13:00:39 -0500 Original-Received: from [199.232.76.173] (port=34670 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMR5a-0000kX-8O for Help-gnu-emacs@gnu.org; Mon, 12 Jan 2009 13:00:38 -0500 Original-Received: from mail.digg.com ([64.191.203.36]:44888) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMR5Z-0004x2-KD for Help-gnu-emacs@gnu.org; Mon, 12 Jan 2009 13:00:37 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id 41108A8508E; Mon, 12 Jan 2009 10:00:36 -0800 (PST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -4.515 Original-Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gFAiMch4gx9Z; Mon, 12 Jan 2009 10:00:36 -0800 (PST) Original-Received: from [10.2.16.90] (diggstage01.digg.com [64.191.203.34]) by mail.digg.com (Postfix) with ESMTP id F182FA85083; Mon, 12 Jan 2009 10:00:35 -0800 (PST) In-Reply-To: <21419123.post@talk.nabble.com> X-Mailer: Apple Mail (2.930.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:61273 Archived-At: On Jan 12, 2009, at 9:21 AM, TheLonelyStar wrote: > > Hi, > > I am not sure how to call it. I am looking for a function which > deletes the > paranthese-block point is currently in. Hit C-M-u (backward-up-list) until you get to the start of the block, then C-M-k (kill-sexp) to kill it. - Ian