changeset 69192:0d69e599a46a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Feb 2006 22:52:42 +0000
parents 66c9229f9b72
children ef713d480768
files admin/FOR-RELEASE
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Mon Feb 27 22:52:05 2006 +0000
+++ b/admin/FOR-RELEASE	Mon Feb 27 22:52:42 2006 +0000
@@ -45,6 +45,14 @@
 ** Problems with moving point across invisible text,
 including Ralf Angeli's 21 Feb bug report
 and Martin Rudalics' 14 Feb bug report "Re: moving point and invisible text"
+  
+** Markus Gritsch's report about Emacs looping on Windoze with the following
+.emacs file, and then reduce Emacs frame width to "something quite narrow":
+	(setq-default truncate-lines t)
+	(custom-set-variables
+	 '(hscroll-margin 20)
+	 '(hscroll-step 1)
+	)
 
 ** TCP server processes do not work on Windows.