On 06/05/12 17:40, dodo wrote: >> Patch4 should fix the Bug #993 as well. > > this only "fixes" the bug because you removed the 'return' from > 'return perform_action(shownitems[current_item])' :P > > perform_action should return false instead of true in case it found a > command to execute, since awful.prompt handles hiding and executing > commands on its own. > > i attached a patch that shows better what i mean :) >
This dodo's patch works very well. Just tested :) >> Patch6 should add some documentation to menubar, but I am not familiar >> with luadoc, so it somehow does not work. Does anybody know how to add a module description with luadoc? I basically want to have text between the module name and the author box. I have seen it being done here[1] by using this[2] code. I am wondering whether there are any things I should do in addition to that, because for me it didn't work when I tried that with Patch6. All best, Ignas [1] - http://www.keplerproject.org/luadoc/api/modules/luadoc.doclet.html.html [2] - https://github.com/keplerproject/luadoc/blob/master/src/luadoc/doclet/html.lua -- To unsubscribe, send mail to [email protected].
