all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* A different color appears in the unused screen lines
@ 2002-05-26 22:25 Richard Stallman
  2002-06-01 10:14 ` Gerd Moellmann
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2002-05-26 22:25 UTC (permalink / raw)


When I put this in .emacs

(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(default ((t (:stipple nil :background "DarkSlateGray" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 135 :width normal :family "adobe-courier")))))

the specified colors appear, but empty areas of the screen--those
beyond the last character on the line or in the buffer--come out in a
different color, a little lighter than DarkSlateGray.

I did M-x list-faces-display, and I saw that no face had a background
equivalent to the color of those empty areas.

I tried substituting a couple of other background colors.  I tried
"black" and "blue".  In those cases, the problem did not happen:
the screen appeared black or blue down to the end.

Does anyone know where that color is coming from?  I tried to study
the display code to figure it out but I can't find it.  I suspect that
the cause has to do with what GC is specified when x_clear_end_of_line
runs; does anyone know where that is specified?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-02 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-26 22:25 A different color appears in the unused screen lines Richard Stallman
2002-06-01 10:14 ` Gerd Moellmann
2002-06-02  2:52   ` Richard Stallman
2002-06-02 12:48     ` Gerd Moellmann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.