At Tue, 03 Mar 2009 12:26:17 +0100
Tassilo Horn wrote:

> Hi all,
> 
> I'm trying to use naughty to show my agenda for the current week (using
> emacs' org-mode).  For that I create a shell command:
> 
> --8<---------------cut here---------------start------------->8---
> echo \
>   "naughty.notify({ title = '<title>', text  = '<text>', width = 650})" \
>   | awesome-client -
> --8<---------------cut here---------------end--------------->8---
> 
> This works well for <text> which is not too long and doesn't use many
> lines.  But if the text gets above a certain length, no pop-up appears
> anymore, but there's no error message...
> 
> Here's an example of what works and what doesn't:
> 
>        http://pastebin.ca/1351782
> 
> Any ideas what's wrong here?
> 
> Bye,
> Tassilo
> 
> 

I also experienced that, but here lua spit out a stack overflow in awful.menu.
I guess that's because it tries to find a suitable place for the notification,
but as it is to large to fit on the screen, there's no such place. The fix
should be trivial, I'll see what I can do.

-- 
GCS/IT/M d- s+:- a--- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o--
K- w--- O M-- V PS+ PE- Y+ PGP+++ t+ 5 X+ R tv+ b++ DI+++ D+++ G+
e- h! r y+

    Gregor Best

Attachment: signature.asc
Description: PGP signature

Reply via email to