GNU bug report logs -
#15322
VC log buffer scrolls itself
Previous Next
Reported by: Paul Pogonyshev <pogonyshev <at> gmail.com>
Date: Tue, 10 Sep 2013 15:45:05 UTC
Severity: wishlist
Merged with 6351
Found in version 23.1.95
Fixed in version 25.1
Done: Dmitry Gutov <dgutov <at> yandex.ru>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Dmitry Gutov <dgutov <at> yandex.ru>
> Date: Sun, 03 May 2015 06:32:37 +0300
> Cc: 15322 <at> debbugs.gnu.org
>
> @@ -2263,8 +2264,10 @@ earlier revisions. Show up to LIMIT entries (non-nil means unlimited)."
> (let ((inhibit-read-only t))
> (funcall setup-buttons-func backend files retval)
> (shrink-window-if-larger-than-buffer)
> - (funcall goto-location-func backend)
> - (setq vc-sentinel-movepoint (point))
> + ;; Bug#15322
> + (when goto-location-func
> + (funcall goto-location-func backend)
> + (setq vc-sentinel-movepoint (point)))
I don't think it's a good idea to have in the code comments that only
mention the bug number, without also trying to explain the reason(s)
for what the code does. If it's possible to write a clear and concise
explanation, you don't even need to mention the bug number. If the
reasons are so complex that they cannot be explained without repeating
too much of the bug discussion, then there should be a summary and a
pointer to the bug.
Thanks.
This bug report was last modified 10 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.