From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: deech Newsgroups: gmane.emacs.help Subject: Backspace Sexp issues in recent Slime and paredit Mode Date: Sun, 23 Jan 2011 08:57:43 -0800 (PST) Organization: http://groups.google.com Message-ID: <734a6fc6-0809-43a0-85ee-e91d0347ec71@glegroupsg2000goo.googlegroups.com> Reply-To: gnu.emacs.help@googlegroups.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1295832374 10980 80.91.229.12 (24 Jan 2011 01:26:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 01:26:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 24 02:26:08 2011 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.69) (envelope-from ) id 1PhBC4-000197-6r for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jan 2011 02:26:08 +0100 Original-Received: from localhost ([127.0.0.1]:43189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhBC1-0005q0-Ay for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jan 2011 20:26:05 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 24.107.146.101 Original-X-Trace: posting.google.com 1295801863 2630 127.0.0.1 (23 Jan 2011 16:57:43 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 23 Jan 2011 16:57:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.107.146.101; posting-account=iIbT1QoAAAAvuMyxrxgetIu9BJhvSidP User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:184519 X-Mailman-Approved-At: Sun, 23 Jan 2011 20:24:37 -0500 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:78688 Archived-At: Hi all, I recently updated and fired up Slime + Paredit for the first time in months. I found that the backspace key isn't deleting sexps the way it used to. Given the empty sexp where '|' is the cursor: (|) hitting backspace now gives: |) instead of deleting the whole thing. If the cursor is after the closing brace : ()| backspace gives: (| This isn't paredit-mode because in any other buffer (*scratch* for instance) I get the expected behavior. Has something changed in Slime? -deech