diff options
| author | Glenn Morris | 2017-06-11 16:20:41 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-06-11 16:20:41 -0700 |
| commit | 030df01c7cbdcccc7b3e3b987303b51072cd8137 (patch) | |
| tree | d987deada64358eb95861992995892d210019464 | |
| parent | 30963b4ef98365f467f40bdb04068efa327328b9 (diff) | |
| parent | e80f6a210b03dd0a9a66abc419bac3c515a916ab (diff) | |
| download | emacs-030df01c7cbdcccc7b3e3b987303b51072cd8137.tar.gz emacs-030df01c7cbdcccc7b3e3b987303b51072cd8137.zip | |
Merge from origin/emacs-25
e80f6a210b0 Describe problems with Microsoft Intellipoint
a73ec1edb07 More accurate documentation of the ':box' face attribute
| -rw-r--r-- | doc/lispref/display.texi | 4 | ||||
| -rw-r--r-- | etc/PROBLEMS | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 4a895f74a5d..4de55fd3fb2 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}. | |||
| 2282 | This way you can explicitly specify all aspects of the box. The value | 2282 | This way you can explicitly specify all aspects of the box. The value |
| 2283 | @var{width} specifies the width of the lines to draw; it defaults to | 2283 | @var{width} specifies the width of the lines to draw; it defaults to |
| 2284 | 1. A negative width @var{-n} means to draw a line of width @var{n} | 2284 | 1. A negative width @var{-n} means to draw a line of width @var{n} |
| 2285 | that occupies the space of the underlying text, thus avoiding any | 2285 | whose top and bottom parts occupy the space of the underlying text, |
| 2286 | increase in the character height or width. | 2286 | thus avoiding any increase in the character height. |
| 2287 | 2287 | ||
| 2288 | The value @var{color} specifies the color to draw with. The default is | 2288 | The value @var{color} specifies the color to draw with. The default is |
| 2289 | the foreground color of the face for simple boxes, and the background | 2289 | the foreground color of the face for simple boxes, and the background |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index c650f1a7f9c..713e44fcef9 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2467,6 +2467,10 @@ middle button press. In such cases, setting the wheel press to | |||
| 2467 | "scroll" sometimes works if you press the button twice. Trying a | 2467 | "scroll" sometimes works if you press the button twice. Trying a |
| 2468 | generic mouse driver might help. | 2468 | generic mouse driver might help. |
| 2469 | 2469 | ||
| 2470 | One particular situation where this happens is when you have | ||
| 2471 | "Microsoft Intellipoint" installed, which runs the program | ||
| 2472 | ipoint.exe. The fix is reportedly to uninstall this software. | ||
| 2473 | |||
| 2470 | ** Scrolling the mouse wheel on MS-Windows always scrolls the top window. | 2474 | ** Scrolling the mouse wheel on MS-Windows always scrolls the top window. |
| 2471 | 2475 | ||
| 2472 | This is another common problem with mouse drivers. Instead of | 2476 | This is another common problem with mouse drivers. Instead of |