unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Stephen Berman <stephen.berman@gmx.net>
Cc: jwiegley@gmail.com, monnier@iro.umontreal.ca, 23999@debbugs.gnu.org
Subject: bug#23999: 25.0.95; Emacs hangs in rectangle-mark-mode with numeric prefix argument to `C-f'
Date: Fri, 22 Jul 2016 10:14:39 +0300	[thread overview]
Message-ID: <83a8haxhy8.fsf@gnu.org> (raw)
In-Reply-To: <878twucg1z.fsf@gmx.net> (message from Stephen Berman on Fri, 22 Jul 2016 09:01:12 +0200)

unblock 19759 by 23999
thanks

> From: Stephen Berman <stephen.berman@gmx.net>
> Cc: eliz@gnu.org, jwiegley@gmail.com, monnier@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.

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.





  reply	other threads:[~2016-07-22  7:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-15 22:25 bug#23999: 25.0.95; Emacs hangs in rectangle-mark-mode with numeric prefix argument to `C-f' N. Jackson
2016-07-16 10:24 ` Stephen Berman
2016-07-22  7:01   ` Stephen Berman
2016-07-22  7:14     ` Eli Zaretskii [this message]
2016-07-22  7:25       ` Stephen Berman
2016-07-22  9:31         ` Eli Zaretskii
2016-07-22 11:19           ` Stephen Berman
2016-07-22 11:21             ` Stephen Berman
2016-07-22 13:27             ` Eli Zaretskii
2016-07-22 14:17     ` Stefan Monnier
2016-07-20 17:19 ` Kaushal Modi
2016-07-22 23:25 ` Kaushal Modi
2016-07-23  7:35   ` Eli Zaretskii
2017-12-19 19:44 ` Charles A. Roelli
2017-12-19 21:55   ` N. Jackson

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=83a8haxhy8.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=23999@debbugs.gnu.org \
    --cc=jwiegley@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    --cc=stephen.berman@gmx.net \
    /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).