comparison etc/PROBLEMS @ 41893:79a843a71f03

Add an entry about fonts and colors problems on KDE.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Dec 2001 10:37:33 +0000
parents c02c7078fc42
children 7d43b2a3529d
comparison
equal deleted inserted replaced
41892:c02c7078fc42 41893:79a843a71f03
458 `font-lock-beginning-of-syntax-function' to a nil value. (This must 458 `font-lock-beginning-of-syntax-function' to a nil value. (This must
459 be done _after_ turning on Font Lock.) 459 be done _after_ turning on Font Lock.)
460 460
461 Another alternative is to avoid a paren in column zero. For example, 461 Another alternative is to avoid a paren in column zero. For example,
462 in a Lisp string you could precede the paren with a backslash. 462 in a Lisp string you could precede the paren with a backslash.
463
464 * When running on KDE, colors or fonts are not as specified for Emacs,
465 or messed up.
466
467 For examlpe, you could see background you set for Emacs only in the
468 empty portions of the Emacs display, while characters have some other
469 background.
470
471 This happens because KDE's defaults apply its color and font
472 definitions even to applications that weren't compiled for KDE. The
473 solution is to uncheck the "Apply fonts and colors to non-KDE apps"
474 option in Preferences->Look&Feel->Style.
475
476 Alternatively, if you do want the KDE defaults to apply to other
477 applications, but not to Emacs, you could modify the file `Emacs.ad'
478 (should be in the `/usr/share/apps/kdisplay/app-defaults/' directory)
479 so that it doesn't set the default background and foreground only for
480 Emacs. For example, make sure the following resources are either not
481 present or commented out:
482
483 Emacs.default.attributeForeground
484 Emacs.default.attributeBackground
485 Emacs*Foreground
486 Emacs*Background
463 487
464 * Interrupting Cygwin port of Bash from Emacs doesn't work. 488 * Interrupting Cygwin port of Bash from Emacs doesn't work.
465 489
466 Cygwin 1.x builds of the ported Bash cannot be interrupted from the 490 Cygwin 1.x builds of the ported Bash cannot be interrupted from the
467 MS-Windows version of Emacs. This is due to some change in the Bash 491 MS-Windows version of Emacs. This is due to some change in the Bash