xwem-devel
[Top][All Lists]
Advanced

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

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


From: Zajcev Evgeny
Subject: Re: [XWEM]: Re: [PATCH] Couple of minor fixes for weather and time
Date: Fri, 26 Nov 2004 23:45:44 +0300
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Security Through Obscurity, berkeley-unix)

Steve Youngs <address@hidden> writes:

> * 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.

Oh i understood you.  Your patch is ok, i will include it
tomorow. Thanks!

Maybe for the future to make something like dockid.  And every dockapp
will support it.  So you could organize dockapps in more intuitive
way.  Like that:

   (xwem-weather 2) ; Second in docks chain
   (xwem-launcher-dock "xterm" 3)  ; third in docks chain
   (xwem-time 1)   ; First in docks chain
   (xwem-launcher-dock "gimp" 4)   

Also maybe introduce something like dock groups to organize dockapps
in groups and outline these groups?

-- 
lg




reply via email to

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