; * etc/NEWS: Document how to avoid horizontal scroll bars.

This commit is contained in:
Eli Zaretskii 2016-07-02 19:30:01 +03:00
parent 38f4b8ea61
commit 5bb9e6ce6f

View file

@ -1886,6 +1886,15 @@ scroll bars on the selected frame.
'scroll-bar-height' to set horizontal scroll bars and their height 'scroll-bar-height' to set horizontal scroll bars and their height
for individual frames and in 'default-frame-alist'. for individual frames and in 'default-frame-alist'.
***** 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)))
**** New functions 'frame-scroll-bar-height' and **** New functions 'frame-scroll-bar-height' and
'window-scroll-bar-height' return the height of horizontal scroll 'window-scroll-bar-height' return the height of horizontal scroll
bars on a specific frame or window. bars on a specific frame or window.