summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-12-08 10:38:38 +0000
committerEli Zaretskii <eliz@gnu.org>2001-12-08 10:38:38 +0000
commitd99727d1304c123c9128231a09b3bcd6edb59f36 (patch)
tree0b6fb924268ac6214c522f92333a2b93fecf4dfb /etc
parentadde116f34c56cdeff0c7a40cd748748c02163aa (diff)
downloademacs-d99727d1304c123c9128231a09b3bcd6edb59f36.tar.gz
Add an entry about fonts and colors problems on KDE.
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS24
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index c33f6588ad8..b89f864ed2e 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -462,6 +462,30 @@ be done _after_ turning on Font Lock.)
Another alternative is to avoid a paren in column zero. For example,
in a Lisp string you could precede the paren with a backslash.
+* When running on KDE, colors or fonts are not as specified for Emacs,
+or messed up.
+
+For examlpe, you could see background you set for Emacs only in the
+empty portions of the Emacs display, while characters have some other
+background.
+
+This happens because KDE's defaults apply its color and font
+definitions even to applications that weren't compiled for KDE. The
+solution is to uncheck the "Apply fonts and colors to non-KDE apps"
+option in Preferences->Look&Feel->Style.
+
+Alternatively, if you do want the KDE defaults to apply to other
+applications, but not to Emacs, you could modify the file `Emacs.ad'
+(should be in the `/usr/share/apps/kdisplay/app-defaults/' directory)
+so that it doesn't set the default background and foreground only for
+Emacs. For example, make sure the following resources are either not
+present or commented out:
+
+ Emacs.default.attributeForeground
+ Emacs.default.attributeBackground
+ Emacs*Foreground
+ Emacs*Background
+
* Interrupting Cygwin port of Bash from Emacs doesn't work.
Cygwin 1.x builds of the ported Bash cannot be interrupted from the