diff options
| author | Eli Zaretskii | 2015-09-26 10:25:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-09-26 10:25:58 +0300 |
| commit | 7b532d3e26197e5d4d65d1442c34ce7e27cf9d0b (patch) | |
| tree | 7010b666afab85f38a86ccbcc012320efc06e84b | |
| parent | e573d08ef15f0431ad8289b4242c49826f20efb6 (diff) | |
| download | emacs-7b532d3e26197e5d4d65d1442c34ce7e27cf9d0b.tar.gz emacs-7b532d3e26197e5d4d65d1442c34ce7e27cf9d0b.zip | |
* etc/PROBLEMS: Document problems with pasting on MS-Windows
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index d07e7cf9df7..1b4831809e2 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2036,6 +2036,14 @@ XKeymacs Version 3.47, deactivating XKeymacs when Emacs is active is | |||
| 2036 | not enough to avoid its messing with the keyboard input. Exiting | 2036 | not enough to avoid its messing with the keyboard input. Exiting |
| 2037 | XKeymacs completely is reported to solve the problem. | 2037 | XKeymacs completely is reported to solve the problem. |
| 2038 | 2038 | ||
| 2039 | ** Pasting from Windows clipboard into Emacs doesn't work. | ||
| 2040 | |||
| 2041 | This was reported to be the result of an anti-virus software blocking | ||
| 2042 | the clipboard-related operations when a Web browser is open, for | ||
| 2043 | security reasons. The solution is to close the Web browser while | ||
| 2044 | working in Emacs, or to add emacs.exe to the list of applications that | ||
| 2045 | are allowed to use the clipboard when the Web browser is open. | ||
| 2046 | |||
| 2039 | ** Windows 95 and networking. | 2047 | ** Windows 95 and networking. |
| 2040 | 2048 | ||
| 2041 | To support server sockets, Emacs loads ws2_32.dll. If this file is | 2049 | To support server sockets, Emacs loads ws2_32.dll. If this file is |