>From awes...@naquadah.org (subject: attemp to call nill value error in
newest awesome documentation example):

> Anurag Priyam <anurag08pri...@gmail.com> wrote:
>> On Mon, Sep 17, 2012 at 2:03 AM, wojtek danilo
>> <wojtek.danilo....@gmail.com> wrote:
>> I compled from source the newest awesome wm (without problems). I was trying
>> to run the example from here:
>> http://awesome.naquadah.org/doc/api/modules/awful.client.html#cycle
>> as:
>> [...]
>> awful.key({ modkey }, "`", function ()
>>       local urxvt = function (c)
>>       return awful.rules.match(c, {class = "URxvt"})
>>       end
>>
>>       for c in awful.client.cycle(urxvt) do
>>       c.minimized = false
>>       end
>>  end),
>> [...]
>
> Use awful.client.iterate instead.

awful.client.cycle added in 0d41d984687dd1c29ad2b73ad59b9ccac6d71bb3
was later renamed to awful.client.iterate in
c623734632010e4601ca4e369851bc79ab7f706f because it overrode an
existing method by the same name (awful.client.cycle).

The online documentation can't be fixed without making a release,
right?  So maybe someone could cherry-pick
c623734632010e4601ca4e369851bc79ab7f706f to 3.4.x -- whatever the next
release branch is supposed to be, so we don't miss out on it in the
next release?  Or should I remind when the next release is going to
happen?

--
Anurag Priyam

-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to