From a73ec1edb07156de7b1a29f88c1f9bcac4ca9932 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 14 May 2017 17:24:34 +0300 Subject: [PATCH 1/2] More accurate documentation of the ':box' face attribute * doc/lispref/display.texi (Face Attributes): Fix the description of negative width of the ':box' attribute. (Bug#26920) --- doc/lispref/display.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 717171c6972..c3468abbb4b 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2282,8 +2282,8 @@ Draw a box with lines of width 1, in color @var{color}. This way you can explicitly specify all aspects of the box. The value @var{width} specifies the width of the lines to draw; it defaults to 1. A negative width @var{-n} means to draw a line of width @var{n} -that occupies the space of the underlying text, thus avoiding any -increase in the character height or width. +whose top and bottom parts occupy the space of the underlying text, +thus avoiding any increase in the character height. The value @var{color} specifies the color to draw with. The default is the foreground color of the face for simple boxes, and the background From e80f6a210b03dd0a9a66abc419bac3c515a916ab Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 19 May 2017 15:37:58 +0300 Subject: [PATCH 2/2] Describe problems with Microsoft Intellipoint * etc/PROBLEMS: Describe problems with Microsoft Intellipoint and mouse-2 events. For the details, see http://lists.gnu.org/archive/html/help-emacs-windows/2017-05/msg00009.html. --- etc/PROBLEMS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 3bd34bfaa53..6acc9dd82df 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2478,6 +2478,10 @@ middle button press. In such cases, setting the wheel press to "scroll" sometimes works if you press the button twice. Trying a generic mouse driver might help. +One particular situation where this happens is when you have +"Microsoft Intellipoint" installed, which runs the program +ipoint.exe. The fix is reportedly to uninstall this software. + ** Scrolling the mouse wheel on MS-Windows always scrolls the top window. This is another common problem with mouse drivers. Instead of