On 12.05.2012 11:21, Ignas Anikevicius wrote:
> On 12/05/12 04:49, Anurag Priyam wrote:
>> On Wed, May 9, 2012 at 8:47 PM, Uli Schlachter <[email protected]> wrote:
>>> On 07.05.2012 07:06, Anurag Priyam wrote:
>>>> On Mon, May 7, 2012 at 2:56 AM, Ignas Anikevicius <[email protected]>
>>>> wrote:
>>>>>>> Patch6 should add some documentation to menubar, but I am not familiar
>>>>>>> with luadoc, so it somehow does not work.
>>>>>
> [...]
>> I am not sure it is a good idea to expose local functions via luadoc.
>> It is repeated throughout in the patch.
>>
>> Its perhaps best to simply recreate the patch documenting the keybindings
>> only.
>
> I was also wondering, whether those extra '-' are really necessary. I
> have removed them and now only the documentation is added. It is
> slightly ugly in the list of the contents, but I have no idea how to fix
> it since there is no table called "Menubar key-bindings". I guess we
> could leave it as it is for now and then if/when we implement custom
> key-bindings, we can update the documentation.
>
> I'm attaching the last patch.
One small comment:
+-- <li>"C-M-Return" execute the command in a terminal>
I think this line should end with </li> and not with >, right?
Evil me amended that into the patch and merged the result.
Uli
--
my $key = "\x49\x03\x93\x08\x19\x94\x96\x94\x28\x93\x83\x04\x68\x28\xa8\xf5".
"\x0a\xb9\x94\x02\x45\x81\x93\x1f\xbc\xd7\xf3\xad\x93\xf5\x32\x93";
my $cipher = Crypt::Rijndael->new( $key, Crypt::Rijndael::MODE_ECB() );
my $plain = $ciper->decrypt($daten);
--
To unsubscribe, send mail to [email protected].