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

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

bug#5718: scroll-margin in buffer with small line count.


From: Oleksandr Gavenko
Subject: bug#5718: scroll-margin in buffer with small line count.
Date: Fri, 12 Aug 2016 10:54:37 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On 2016-08-11, Noam Postavsky wrote:

> On Thu, Aug 11, 2016 at 9:05 AM, Oleksandr Gavenko <gavenkoa@gmail.com> wrote:
>> On reporting day I removed:
>>
>>   (setq-default scroll-margin 4)
>>
>> from ~/.emacs because in "M-x calendar" UP/DOWN navigation become broken.
>>
>> Even in Emacs 24.5.1 setting
>>
>>   (setq scroll-margin 4)
>>
>> in Calendar buffer hide month names on UP/DOWN moves.
>
> This sounds like Bug #10379 which should be fixed as of 24.1 by
> calendar mode resetting scroll-margin locally to 0.
>
> calendar.el:1748:
>
> (define-derived-mode calendar-mode nil "Calendar"
> ...
>   (set (make-local-variable 'scroll-margin) 0) ; bug#10379

I am agree, this was fixed. I made improperly test.

-- 
http://defun.work/





reply via email to

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