all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* calendar/appointment notification -- How about via a FRAME popping up?
@ 2008-06-26 23:35 David Combs
  2008-06-27  5:33 ` Tim X
  0 siblings, 1 reply; 3+ messages in thread
From: David Combs @ 2008-06-26 23:35 UTC (permalink / raw
  To: help-gnu-emacs




Solaris CDE comes with a calendar-application that slams a new
"frame" in front of your eyes -- no way you can miss that!


It'd sure be nice if the emacs calendar/appointment alarm-clock would do the
same thing! 




Thanks,

David




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

* Re: calendar/appointment notification -- How about via a FRAME popping up?
  2008-06-26 23:35 calendar/appointment notification -- How about via a FRAME popping up? David Combs
@ 2008-06-27  5:33 ` Tim X
  2008-07-01  3:37   ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Tim X @ 2008-06-27  5:33 UTC (permalink / raw
  To: help-gnu-emacs

dkcombs@panix.com (David Combs) writes:

> Solaris CDE comes with a calendar-application that slams a new
> "frame" in front of your eyes -- no way you can miss that!
>
>
> It'd sure be nice if the emacs calendar/appointment alarm-clock would do the
> same thing! 
>
>

Have a look at the customize group for appt. I think you can do this,
but you may need to provide the function that creates the frame. There
are two variables which can be used to specify the functions used to
open and close a window to display the diary. It would probably be
possible to use functions that display the window in its own frame and
then close the window and delete the frame. 

regards,

Tim

-- 
tcross (at) rapttech dot com dot au


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

* Re: calendar/appointment notification -- How about via a FRAME   popping up?
  2008-06-27  5:33 ` Tim X
@ 2008-07-01  3:37   ` Kevin Rodgers
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2008-07-01  3:37 UTC (permalink / raw
  To: help-gnu-emacs

Tim X wrote:
> dkcombs@panix.com (David Combs) writes:
> 
>> Solaris CDE comes with a calendar-application that slams a new
>> "frame" in front of your eyes -- no way you can miss that!
>>
>>
>> It'd sure be nice if the emacs calendar/appointment alarm-clock would do the
>> same thing! 
>>
>>
> 
> Have a look at the customize group for appt. I think you can do this,
> but you may need to provide the function that creates the frame. There
> are two variables which can be used to specify the functions used to
> open and close a window to display the diary. It would probably be
> possible to use functions that display the window in its own frame and
> then close the window and delete the frame. 

 From the Commentary in calendar/appt.el:

;;; You can change the way the appointment window is created/deleted by
;;; setting the variables
;;;
;;;	     appt-disp-window-function
;;; and
;;; 	     appt-delete-window-function
;;;
;;; For instance, these variables could be set to functions that display
;;; appointments in pop-up frames, which are lowered or iconified after
;;; `appt-display-interval' minutes.

If you want to avoid writing your own functions, you might get the
desired effect by simply adding appt-buffer-name to
special-display-buffer-names.

-- 
Kevin Rodgers
Denver, Colorado, USA





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

end of thread, other threads:[~2008-07-01  3:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26 23:35 calendar/appointment notification -- How about via a FRAME popping up? David Combs
2008-06-27  5:33 ` Tim X
2008-07-01  3:37   ` Kevin Rodgers

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.