xwem-devel
[Top][All Lists]
Advanced

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

[XWEM]: Re: [PATCH] Couple of minor fixes for weather and time


From: Steve Youngs
Subject: [XWEM]: Re: [PATCH] Couple of minor fixes for weather and time
Date: Sat, 27 Nov 2004 06:34:43 +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:
  >> Here are those patches...

[...]

  >> ;;;; On-load actions:
  >> ;; - Start time dockapp
  >> -(if xwem-started
  >> +(if (and xwem-started
  >> +   xwem-time-auto-start)
  >> (xwem-time)
  >> (add-hook 'xwem-after-init-hook 'xwem-time))

  > Maybe just move 

  >    `(setq xwem-started t)' in xwem-main.el just after
  > xwem-after-init-hooks are done?

  > so xwem-time-auto-start variable became unneeded

Hm, no, that still wouldn't allow me to do what I want.  I need to add
xwem-time to the xwem-after-init-hook in the precise location I need
it.  If I can't control _where_ in the hook it goes I can't control
its location in the dock area on screen.

Doing it your way means I would have no control over that.


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

Attachment: pgp3EUrOVctDc.pgp
Description: PGP signature


reply via email to

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