GNU bug report logs - #23999
25.0.95; Emacs hangs in rectangle-mark-mode with numeric prefix argument to `C-f'

Previous Next

Package: emacs;

Reported by: nljlistbox2 <at> gmail.com (N. Jackson)

Date: Fri, 15 Jul 2016 22:27:01 UTC

Severity: normal

Found in version 25.0.95

Done: charles <at> aurox.ch (Charles A. Roelli)

Bug is archived. No further changes may be made.

Full log


Message #24 received at 23999 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: jwiegley <at> gmail.com, monnier <at> iro.umontreal.ca, 23999 <at> debbugs.gnu.org
Subject: Re: bug#23999: 25.0.95;
 Emacs hangs in rectangle-mark-mode with numeric prefix argument to
 `C-f'
Date: Fri, 22 Jul 2016 09:25:29 +0200
On Fri, 22 Jul 2016 10:14:39 +0300 Eli Zaretskii <eliz <at> gnu.org> wrote:

> unblock 19759 by 23999
> thanks
>
>> From: Stephen Berman <stephen.berman <at> gmx.net>
>> Cc: eliz <at> gnu.org, jwiegley <at> gmail.com, monnier <at> iro.umontreal.ca
>> Date: Fri, 22 Jul 2016 09:01:12 +0200
>> 
>> Ping!  (This was made a blocking bug for 25.1.)
>
> I'd appreciate if people who think some bug needs to block the release
> asked for my and John's agreement first.

Just to be clear, I didn't make it a blocker.

> In this case, I don't agree that this should block the release, since
> a very simple workaround is available.
>
>> > diff --git a/lisp/rect.el b/lisp/rect.el
>> > index 43621d9..9dd5db4 100644
>> > --- a/lisp/rect.el
>> > +++ b/lisp/rect.el
>> > @@ -644,7 +644,7 @@ rectangle--*-char
>> >                 (curcol (current-column))
>> >                 (nextcol
>> >                  (condition-case nil
>> > -                    (save-excursion
>> > +                    (progn
>> >                        (funcall cmd 1)
>> >                        (cond
>> >                         ((> bol (point)) (- curcol 1))
>
> I'm fine with pushing to master if no one objects to this particular
> solution.

Why not emacs-25, given that the behavior is a regression from 24.5 (and
of course assuming the fix doesn't break anything else)?

Steve Berman




This bug report was last modified 7 years and 155 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.