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

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

bug#23882: 25.1: loading some desktops from 24.5 results in horizontal s


From: Nikolay Kudryavtsev
Subject: bug#23882: 25.1: loading some desktops from 24.5 results in horizontal scrollbar everywhere
Date: Sat, 2 Jul 2016 16:19:36 +0300
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

I've just tested removing the whole .emacs.d. If it only contains that init file(and desktop file after the first load) I still get this bug.

In buggy windows horizontal-scroll-bar-mode is nil, but horizontal-scroll-bar is t. Doing M-x horizontal-scroll-bar-mode first results in "Horizontal-Scroll-Bar mode enabled" message and horizontal-scroll-bar-mode set to t. The second time it gets set to nil and the scrollbar disappears. After that I can close 25, open 24 again with this desktop, then open 25 again and there would be no problem.

After finding out that, I compared the broken desktop file with a working one and found that this is caused by having (horizontal-scroll-bars . t)

But then the question was, why it was only triggered with initial-buffer-choice.

So, in the end I've found that there are two requirements for this bug:

1. Desktop file should contain (horizontal-scroll-bars . t)

2. (buffer) form in the desktop file should have some other name than "*scratch*".

--
Best Regards,
Nikolay Kudryavtsev






reply via email to

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