aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-09-26 10:25:58 +0300
committerEli Zaretskii2015-09-26 10:25:58 +0300
commit7b532d3e26197e5d4d65d1442c34ce7e27cf9d0b (patch)
tree7010b666afab85f38a86ccbcc012320efc06e84b
parente573d08ef15f0431ad8289b4242c49826f20efb6 (diff)
downloademacs-7b532d3e26197e5d4d65d1442c34ce7e27cf9d0b.tar.gz
emacs-7b532d3e26197e5d4d65d1442c34ce7e27cf9d0b.zip
* etc/PROBLEMS: Document problems with pasting on MS-Windows
-rw-r--r--etc/PROBLEMS8
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
2036not enough to avoid its messing with the keyboard input. Exiting 2036not enough to avoid its messing with the keyboard input. Exiting
2037XKeymacs completely is reported to solve the problem. 2037XKeymacs completely is reported to solve the problem.
2038 2038
2039** Pasting from Windows clipboard into Emacs doesn't work.
2040
2041This was reported to be the result of an anti-virus software blocking
2042the clipboard-related operations when a Web browser is open, for
2043security reasons. The solution is to close the Web browser while
2044working in Emacs, or to add emacs.exe to the list of applications that
2045are allowed to use the clipboard when the Web browser is open.
2046
2039** Windows 95 and networking. 2047** Windows 95 and networking.
2040 2048
2041To support server sockets, Emacs loads ws2_32.dll. If this file is 2049To support server sockets, Emacs loads ws2_32.dll. If this file is