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

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

[debbugs-tracker] bug#21885: closed (24.5; Transposing things with a neg


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21885: closed (24.5; Transposing things with a negative argument)
Date: Fri, 13 Nov 2015 09:49:02 +0000

Your message dated Fri, 13 Nov 2015 11:47:54 +0200
with message-id <address@hidden>
and subject line Re: bug#21885: 24.5; Transposing things with a negative 
argument
has caused the debbugs.gnu.org bug report #21885,
regarding 24.5; Transposing things with a negative argument
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21885: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21885
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.5; Transposing things with a negative argument Date: Thu, 12 Nov 2015 03:12:07 -0500
In the past (IIRC, up to around v24.3) transposing things (chars,
words, sexprs, lines) would always leave the point after the
transposed thing.  This means that I could always use a `C--' prefix
to "drag" the current thing backwards in the same way that the default
action drags it forwards.  This is no longer happenning.

After a few trials the thing that seems to fix it is adding this line
at the end of the `transpose-subr' definition:

    (goto-char (+ (car pos2) (- (cdr pos1) (car pos1))))

To be clear, this is not a backward incompatible change -- it fixes
the *current* incompatible change.

Patch file attached.

Attachment: 0001-Fix-transpose-subr-with-a-negative-argument.patch
Description: Binary data

-- 
                    ((x=>x(x))(x=>x(x)))                   Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

--- End Message ---
--- Begin Message --- Subject: Re: bug#21885: 24.5; Transposing things with a negative argument Date: Fri, 13 Nov 2015 11:47:54 +0200
> Date: Thu, 12 Nov 2015 14:27:07 -0500
> From: Eli Barzilay <address@hidden>
> Cc: Stephen Leake <address@hidden>, address@hidden, 
>       martin rudalics <address@hidden>
> 
> On Thu, Nov 12, 2015 at 1:24 PM, Eli Zaretskii <address@hidden> wrote:
> >> From: Stephen Leake <address@hidden>
> >> Date: Thu, 12 Nov 2015 12:11:42 -0600
> >> Cc: address@hidden
> >>
> >> Eli Barzilay <address@hidden> writes:
> >>
> >> > In the past (IIRC, up to around v24.3) transposing things (chars,
> >> > words, sexprs, lines) would always leave the point after the
> >> > transposed thing. ...  This is no longer happenning.
> > [...]
> >
> > I think I know the answer: the difference is visible only if you
> > invoke C-t with a negative argument, as in "C-- C-t".
> 
> Yes, exactly -- and yes, this is the same bug as #20698.  I looked at
> the code a bit more since then, and I think that my patch is a fine fix.

Thanks, pushed.


--- End Message ---

reply via email to

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