GNU bug report logs -
#31325
27.0.50; PROPOSAL: introduce a new function to recenter without redisplaying the frame
Previous Next
Reported by: John Shahid <jvshahid <at> gmail.com>
Date: Tue, 1 May 2018 00:49:02 UTC
Severity: wishlist
Found in version 27.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 01 Jul 2018 19:22:35 +0300
with message-id <83in5zkjsk.fsf <at> gnu.org>
and subject line Re: bug#31325: 27.0.50; PROPOSAL: introduce a new function to recenter without redisplaying the frame
has caused the debbugs.gnu.org bug report #31325,
regarding 27.0.50; PROPOSAL: introduce a new function to recenter without redisplaying the frame
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
31325: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31325
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This BUG is a continuation of this help-gnu-emacs mailing list
thread [1]. As mentioned in the thread, I ran into a terminal flickering
issue in flycheck which turns out to be caused by `recenter'
redisplaying the frame when `recenter-redisplay' value is either `t' or
`tty'. I agree with the arguments in the thread to maintain the backward
compatible behavior. Instead, I'm proposing one of the following
alternatives:
1. introduce a new lisp function for recentering and discourage the use
of `recenter' from lisp (i.e. declaring it `interactive-only'), or
2. add a new `recenter-and-redisplay' and bound it to C-l
Also, Stefan's suggestion/possible solution:
3. adding an argument to `recenter' to control the redisplay behavior
[1]: http://lists.gnu.org/archive/html/help-gnu-emacs/2018-04/msg00326.html
In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu)
of 2018-04-16 built on 043fb36e1435
Repository revision: 6ec3ec7fbec2c04d5e9570b0470217cd97e5e7e6
System Description: Ubuntu 16.04.4 LTS
Configured using:
'configure --without-x'
Configured features:
SOUND NOTIFY GNUTLS LIBXML2 ZLIB THREADS
Important settings:
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
[Message part 3 (message/rfc822, inline)]
> From: John Shahid <jvshahid <at> gmail.com>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 31325 <at> debbugs.gnu.org, monnier <at> iro.umontreal.ca
> Date: Sun, 01 Jul 2018 13:17:17 +0000
>
> Fixed in the attached patch.
Thanks, pushed to the master branch.
Please in the future mention the bug number in the log message, and
also grep the sources for callers of the functions you change. (In
this case, there was one caller in w32console.c, and it wouldn't
compile after the change, because the number of arguments changed.)
This bug report was last modified 6 years and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.