xwem-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XWEM]: Re: [PATCH] See what happens when you forget to go to bed...


From: Steve Youngs
Subject: [XWEM]: Re: [PATCH] See what happens when you forget to go to bed...
Date: Tue, 30 Nov 2004 07:32:15 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux)

* Zajcev Evgeny <address@hidden> writes:

  > Steve Youngs <address@hidden> writes:
  >> Evgeny, this patch doesn't implement 25 C/80 F (still
  >> couldn't figure out how), but that is definitely the way it
  >> should be.

  > I've got 25 C/80 F format working. (HEY! DO YOU have 25 C weather?
  > 8-))), we have -15 C here)

Fantastic!  Can I have a patch for that?  Please please. :-)

  >> - replace the defface's with something that actually works.
  >> Be warned, when it comes to colour-coordination, I suck.
  >> Feel free to change the colours.

  > Ok, i also have some fixes about this stuff, using define-xwem-face.
  > But this will have some limitations because `define-xwem-face' does
  > not support :size, :family, etc things.

Cool.  I personally hate defface.  And customize is pretty broken when
it comes to faces too.  IMO, the best way to define a face is with
`make-face' and then manipulate it with `set-face-*'.

  >> (defface xwem-framei-dockapp-face
  >> -  `(((desktop) (:foreground "magenta4" :bold t))
  >> -    ((embedded-desktop) (:foreground "magenta4"))
  >> -    ((dedicated) (:foreground "yellowgreen"))
  >> -    (t (:foreground "magenta4" :bold t)))
  >> +  '((((class color) (background dark)) (:foreground "magenta4" :bold t))
  >> +    (((class color) (background light)) (:foreground "blue4" :bold t))
  >> +    (t (:bold t)))
  >> "Face used to draw in framei dockapp."
  >> :group 'xwem-faces)

  > This is what i'm currently hacking.  defface is difenetely have
  > limitiations about tag-sets, define-xwem-face does not have such
  > limitations.  Instead it has font specification limitations.  I'm
  > trying to find the happy medium.

hehe

  > Thanks for your hacks!

Thanks for the awesome WM!

  > Also Steve please, tell us about your investigations reguarding
  > theme stuff.  Is it working for you or you have same problem as
  > Andrey Slusar?

Believe it or not, I haven't looked at it yet.  I'll do so now and
report back on what I find.

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|                   Te audire no possum.                   |
|             Musa sapientum fixa est in aure.             |
|----------------------------------<address@hidden>---|

Attachment: pgprPnwB9w6F1.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]