From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: transpose-sexps doesn't transpose character literals and symbols properly in lisp-mode Date: Sun, 13 Oct 2002 18:47:34 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1034549389 1496 127.0.0.1 (13 Oct 2002 22:49:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Oct 2002 22:49:49 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 180rYS-0000Nz-00 for ; Mon, 14 Oct 2002 00:49:48 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 180sOe-0002ZA-00 for ; Mon, 14 Oct 2002 01:43:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 180rX4-0001iY-00; Sun, 13 Oct 2002 18:48:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 180rWL-0000Yg-00 for emacs-devel@gnu.org; Sun, 13 Oct 2002 18:47:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 180rWJ-0000Y5-00 for emacs-devel@gnu.org; Sun, 13 Oct 2002 18:47:37 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 180rWI-0000Xz-00 for emacs-devel@gnu.org; Sun, 13 Oct 2002 18:47:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 180rWI-0005WH-00; Sun, 13 Oct 2002 18:47:34 -0400 Original-To: xenophon@irtnog.org In-reply-to: (xenophon@irtnog.org) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8548 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8548 (char= #\0 c) ^the cursor is here before pressing M-C-t (char= #\c 0) ^the entire expression #\0 should have been swapped The problem is actually in forward-sexp, as we can demonstrate by typing C-M-b instead of C-M-t. Unfortunately that makes it rather hard to fix. However, I am a little surprised that it doesn't understand backslash--it used to. Stefan, might you be interested in looking at this?