Re: play sound when (lengthy) compilation finishes?

2012-05-05 Thread Liviu Andronic
On Thu, May 3, 2012 at 6:14 PM, Yihui Xie x...@yihui.name wrote: Or add a last code chunk in Sweave: done,echo=FALSE= alarm()  # equivalent to cat('\a') @ This is a nice idea. Unfortunately alarm() makes no noise on my system---I guess it's some small configuration issue---, but this reminds

Re: play sound when (lengthy) compilation finishes?

2012-05-05 Thread Liviu Andronic
On Fri, May 4, 2012 at 1:55 PM, Vincent van Ravesteijn v...@lyx.org wrote: Op 3-5-2012 16:05, Liviu Andronic schreef: I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement request? I

Re: play sound when (lengthy) compilation finishes?

2012-05-05 Thread Liviu Andronic
On Thu, May 3, 2012 at 6:14 PM, Yihui Xie x...@yihui.name wrote: Or add a last code chunk in Sweave: done,echo=FALSE= alarm()  # equivalent to cat('\a') @ This is a nice idea. Unfortunately alarm() makes no noise on my system---I guess it's some small configuration issue---, but this reminds

Re: play sound when (lengthy) compilation finishes?

2012-05-05 Thread Liviu Andronic
On Fri, May 4, 2012 at 1:55 PM, Vincent van Ravesteijn v...@lyx.org wrote: Op 3-5-2012 16:05, Liviu Andronic schreef: I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement request? I

Re: play sound when (lengthy) compilation finishes?

2012-05-05 Thread Liviu Andronic
On Thu, May 3, 2012 at 6:14 PM, Yihui Xie wrote: > Or add a last code chunk in Sweave: > > <>= > alarm()  # equivalent to cat('\a') > @ > This is a nice idea. Unfortunately alarm() makes no noise on my system---I guess it's some small configuration issue---, but

Re: play sound when (lengthy) compilation finishes?

2012-05-05 Thread Liviu Andronic
On Fri, May 4, 2012 at 1:55 PM, Vincent van Ravesteijn wrote: > Op 3-5-2012 16:05, Liviu Andronic schreef: >> I would like to have a sound notification when the >> compilation finishes. Can LyX do that? Would others find such a >> feature useful so as to file an enhancement request?

Re: play sound when (lengthy) compilation finishes?

2012-05-04 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/12 18:14, Yihui Xie wrote: Or add a last code chunk in Sweave: done,echo=FALSE= alarm() # equivalent to cat('\a') @ or use the twitteR pacakge to send yourself a twitter message when it is done... Regards, Yihui -- Yihui Xie

Re: play sound when (lengthy) compilation finishes?

2012-05-04 Thread Vincent van Ravesteijn
Op 3-5-2012 16:05, Liviu Andronic schreef: I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement request? I think I can easily make a time counter, which you can press and which shows the

Re: play sound when (lengthy) compilation finishes?

2012-05-04 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/12 18:14, Yihui Xie wrote: Or add a last code chunk in Sweave: done,echo=FALSE= alarm() # equivalent to cat('\a') @ or use the twitteR pacakge to send yourself a twitter message when it is done... Regards, Yihui -- Yihui Xie

Re: play sound when (lengthy) compilation finishes?

2012-05-04 Thread Vincent van Ravesteijn
Op 3-5-2012 16:05, Liviu Andronic schreef: I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement request? I think I can easily make a time counter, which you can press and which shows the

Re: play sound when (lengthy) compilation finishes?

2012-05-04 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/12 18:14, Yihui Xie wrote: > Or add a last code chunk in Sweave: > > <>= alarm() # equivalent to cat('\a') @ > > or use the twitteR pacakge to send yourself a twitter message when it is > done... > > Regards, Yihui --

Re: play sound when (lengthy) compilation finishes?

2012-05-04 Thread Vincent van Ravesteijn
Op 3-5-2012 16:05, Liviu Andronic schreef: I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement request? I think I can easily make a time counter, which you can press and which shows the

play sound when (lengthy) compilation finishes?

2012-05-03 Thread Liviu Andronic
Dear all I have a couple of Sweave documents that take a long time to compile (~15 min) and I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement request? Regards Liviu PS Concerning lengthy

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Richard Heck
On 05/03/2012 10:05 AM, Liviu Andronic wrote: Dear all I have a couple of Sweave documents that take a long time to compile (~15 min) and I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Liviu Andronic
On Thu, May 3, 2012 at 4:24 PM, Richard Heck rgh...@comcast.net wrote: Popping up some kind of notice, besides what you get in the status bar, seems reasonable. Unless you're using Update, the 'notice pop-up' is the PDF viewer itself being opened and/or brought up and focused. So I guess that

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Manolo Martínez
you can always use LyX from the command line, something like lyx yourfile.lyx echo $'\a' No? On 05/03/12 at 04:31pm, Liviu Andronic wrote: On Thu, May 3, 2012 at 4:24 PM, Richard Heck rgh...@comcast.net wrote: Popping up some kind of notice, besides what you get in the status bar, seems

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Yihui Xie
Or add a last code chunk in Sweave: done,echo=FALSE= alarm() # equivalent to cat('\a') @ or use the twitteR pacakge to send yourself a twitter message when it is done... Regards, Yihui -- Yihui Xie xieyi...@gmail.com Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa

play sound when (lengthy) compilation finishes?

2012-05-03 Thread Liviu Andronic
Dear all I have a couple of Sweave documents that take a long time to compile (~15 min) and I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement request? Regards Liviu PS Concerning lengthy

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Richard Heck
On 05/03/2012 10:05 AM, Liviu Andronic wrote: Dear all I have a couple of Sweave documents that take a long time to compile (~15 min) and I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Liviu Andronic
On Thu, May 3, 2012 at 4:24 PM, Richard Heck rgh...@comcast.net wrote: Popping up some kind of notice, besides what you get in the status bar, seems reasonable. Unless you're using Update, the 'notice pop-up' is the PDF viewer itself being opened and/or brought up and focused. So I guess that

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Manolo Martínez
you can always use LyX from the command line, something like lyx yourfile.lyx echo $'\a' No? On 05/03/12 at 04:31pm, Liviu Andronic wrote: On Thu, May 3, 2012 at 4:24 PM, Richard Heck rgh...@comcast.net wrote: Popping up some kind of notice, besides what you get in the status bar, seems

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Yihui Xie
Or add a last code chunk in Sweave: done,echo=FALSE= alarm() # equivalent to cat('\a') @ or use the twitteR pacakge to send yourself a twitter message when it is done... Regards, Yihui -- Yihui Xie xieyi...@gmail.com Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa

play sound when (lengthy) compilation finishes?

2012-05-03 Thread Liviu Andronic
Dear all I have a couple of Sweave documents that take a long time to compile (~15 min) and I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement request? Regards Liviu PS Concerning lengthy

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Richard Heck
On 05/03/2012 10:05 AM, Liviu Andronic wrote: Dear all I have a couple of Sweave documents that take a long time to compile (~15 min) and I would like to have a sound notification when the compilation finishes. Can LyX do that? Would others find such a feature useful so as to file an enhancement

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Liviu Andronic
On Thu, May 3, 2012 at 4:24 PM, Richard Heck wrote: > Popping up some kind of notice, besides what you get in the status > bar, seems reasonable. > Unless you're using Update, the 'notice pop-up' is the PDF viewer itself being opened and/or brought up and focused. So I guess

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Manolo Martínez
you can always use LyX from the command line, something like lyx yourfile.lyx && echo $'\a' No? On 05/03/12 at 04:31pm, Liviu Andronic wrote: > On Thu, May 3, 2012 at 4:24 PM, Richard Heck wrote: > > Popping up some kind of notice, besides what you get in the status > >

Re: play sound when (lengthy) compilation finishes?

2012-05-03 Thread Yihui Xie
Or add a last code chunk in Sweave: <>= alarm() # equivalent to cat('\a') @ or use the twitteR pacakge to send yourself a twitter message when it is done... Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics,