unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu>
Cc: xenophon@irtnog.org, emacs-devel@gnu.org
Subject: Re: transpose-sexps doesn't transpose character literals and symbols properly in lisp-mode
Date: Mon, 14 Oct 2002 00:46:46 -0400	[thread overview]
Message-ID: <200210140446.g9E4kkn05693@rum.cs.yale.edu> (raw)
In-Reply-To: E180rWI-0005WH-00@fencepost.gnu.org

> 	(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	other threads:[~2002-10-14  4:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <w4o7kgnh5s1.fsf@eco-fs1.irtnog.org>
2002-10-13 22:47 ` transpose-sexps doesn't transpose character literals and symbols properly in lisp-mode Richard Stallman
2002-10-14  4:46   ` Stefan Monnier [this message]
2002-10-14 23:30     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200210140446.g9E4kkn05693@rum.cs.yale.edu \
    --to=monnier+gnu/emacs@rum.cs.yale.edu \
    --cc=emacs-devel@gnu.org \
    --cc=xenophon@irtnog.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).