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: Eli Zaretskii
Subject: bug#23882: 25.1: loading some desktops from 24.5 results in horizontal scrollbar everywhere
Date: Sat, 02 Jul 2016 19:32:02 +0300

> From: Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com>
> Cc: 23882@debbugs.gnu.org
> Date: Sat, 2 Jul 2016 19:18:50 +0300
> 
> Yes, this works.

OK, thanks.  I've put this text in NEWS on the release branch:

  ***** The 'horizontal-scroll-bars' parameter was already present and non-nil
  by default in Emacs 24 (although it didn't have any effect).  This
  could cause a problem if you share your desktop files with Emacs 24:
  saving desktop in v24, then restoring it in v25.1 would turn on
  horizontal scroll bars in all buffers.  To resolve this issue, put
  this in your ~/.emacs init file

    (modify-all-frames-parameters '((horizontal-scroll-bars . nil)))

Do you think this is sufficient, and we can now close this bug?





reply via email to

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