all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: ps-print-buffer and color in 21.3.50
       [not found] <wwisy26nni.fsf@eliud.mi.uib.no>
@ 2002-12-10 13:15 ` Kester Clegg
  2002-12-10 13:36   ` Stein A. Stromme
  2002-12-10 13:59 ` Stein A. Stromme
  1 sibling, 1 reply; 3+ messages in thread
From: Kester Clegg @ 2002-12-10 13:15 UTC (permalink / raw)


stromme@mi.uib.no (Stein A. Stromme) writes:

> [Apologies if 21.3.50 questions do not belong here]
> 
> I have a dark background in my emacs, here in .Xdefaults:
> 
>    Emacs*foreground: wheat
>    Emacs*background: darkslategrey

Perhaps you keep your customisations in your .emacs so that emacs
understands what colours it is?  I have the same, defined there e.g.:

(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 "darkslategrey" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 116 :width normal :family "adobe-courier"))))
 '(border ((t (:background "darkslategray"))))
 '(fringe ((t (:background "darkslategray"))))

-- 
************************************************************************
Kester Clegg				Dept. of Computer Science,
Research Assistant (UTC)		University of York, 
Tel (01904) 43 27 49			email: kester at cs.york.ac.uk
************************************************************************

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

* Re: ps-print-buffer and color in 21.3.50
  2002-12-10 13:15 ` ps-print-buffer and color in 21.3.50 Kester Clegg
@ 2002-12-10 13:36   ` Stein A. Stromme
  0 siblings, 0 replies; 3+ messages in thread
From: Stein A. Stromme @ 2002-12-10 13:36 UTC (permalink / raw)


[Kester Clegg]

| stromme@mi.uib.no (Stein A. Stromme) writes:
| 
| > [Apologies if 21.3.50 questions do not belong here]
| > 
| > I have a dark background in my emacs, here in .Xdefaults:
| > 
| >    Emacs*foreground: wheat
| >    Emacs*background: darkslategrey
| 
| Perhaps you keep your customisations in your .emacs so that emacs
| understands what colours it is?  

Well, yes, in a way I do that too (using the color-theme.el package),
but my problem with ps-print-buffer & Co is independent of that.
Whether I use lisp or X resources or both methods to set the colors,
the difference is between the Emacs versions 21.3 (unwanted behaviour)
and 21.2 or earlier (good behaviour).

Stein 
-- 
Stein Arild Strømme            +47 55584825, +47 95801887
Universitetet i Bergen                  Fax: +47 55589672     
Matematisk institutt               www.mi.uib.no/~stromme         
Johs Brunsg 12, N-5008 BERGEN           stromme@mi.uib.no

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

* Re: ps-print-buffer and color in 21.3.50
       [not found] <wwisy26nni.fsf@eliud.mi.uib.no>
  2002-12-10 13:15 ` ps-print-buffer and color in 21.3.50 Kester Clegg
@ 2002-12-10 13:59 ` Stein A. Stromme
  1 sibling, 0 replies; 3+ messages in thread
From: Stein A. Stromme @ 2002-12-10 13:59 UTC (permalink / raw)


[Stein A. Stromme]

| I have a dark background in my emacs, here in .Xdefaults:
| ...
| Since I installed 21.3.50 from CVS, ps-print-buffer also produces
| white text on a dark grey background on paper.  ...

Use the force, Stein, read the source!

    (setq ps-default-fg 'black) 
    (setq ps-default-bg 'white)

did exactly what I wanted.  

Stein
-- 
Stein Arild Strømme            +47 55584825, +47 95801887
Universitetet i Bergen                  Fax: +47 55589672     
Matematisk institutt               www.mi.uib.no/~stromme         
Johs Brunsg 12, N-5008 BERGEN           stromme@mi.uib.no

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

end of thread, other threads:[~2002-12-10 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <wwisy26nni.fsf@eliud.mi.uib.no>
2002-12-10 13:15 ` ps-print-buffer and color in 21.3.50 Kester Clegg
2002-12-10 13:36   ` Stein A. Stromme
2002-12-10 13:59 ` Stein A. Stromme

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.