bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: transpose words and two float numbers


From: Stefan Monnier
Subject: Re: transpose words and two float numbers
Date: 06 Jun 2001 15:29:59 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.104

>>>>> "Dan" == Dan Jacobson <jidanni@kimo.FiXcomTHiS.tw> writes:
> An interesting case for transpose-sexps and transpose-words, and
> text such as "(1.22 , 3.44)".
> You put the cursor on the comma and invoke them and you get (1.3 ,
> 22.44), [seen in Text and C modes].  I wanted (3.44 , 1.22).  I

I think it's correct for transpose-word, but it's clearly wrong
for transpose-sexp.

> thought a float number was one sexp.  And how many sexps are in
> 3*1.2+3.4*a and does transpose-sexps treat it so?

Doing the right thing in such a case is on my todo list (some of it already
works in sml-mode).

> Wait, I'll make you a deal.  If in Info's "Lists and Sexps" you take:
>        Sexps typically include symbols, _numbers_, and string constants, as
>        well as anything contained in parentheses, brackets or braces.
> and add a policy statement about floating point numbers, I'll let it slide.

I'm not sure if we really want to document misfeatures.  Especially
since those misfeatures apply very differently from one major-mode
to another.


        Stefan



reply via email to

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