emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 5bb9e6c: ; * etc/NEWS: Document how to avoid hori


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 5bb9e6c: ; * etc/NEWS: Document how to avoid horizontal scroll bars.
Date: Sat, 2 Jul 2016 16:31:16 +0000 (UTC)

branch: emacs-25
commit 5bb9e6ce6f27d27ed3ad1e22e9c2ffdb3e7b23d9
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * etc/NEWS: Document how to avoid horizontal scroll bars.
---
 etc/NEWS |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index e649c78..eff17ee 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1886,6 +1886,15 @@ scroll bars on the selected frame.
 'scroll-bar-height' to set horizontal scroll bars and their height
 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
 'window-scroll-bar-height' return the height of horizontal scroll
 bars on a specific frame or window.



reply via email to

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