emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: transpose-sexps doesn't transpose character literals and symbols pro


From: Stefan Monnier
Subject: Re: transpose-sexps doesn't transpose character literals and symbols properly in lisp-mode
Date: Mon, 14 Oct 2002 00:46:46 -0400

>       (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?

M-C-b worked correctly on #\dd but not on #\d (i.e. the treatment of
last-char-is-quoted was wrong).  It should be fixed now,


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]