UIKit0 / newsbeuter

Automatically exported from code.google.com/p/newsbeuter
0 stars 0 forks source link

Operation select-tag is actually set-tag #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Try and bind the operation "select-tag" to the key "c", i.e. "bind-key c
select-tag".

What is the expected output? What do you see instead?

The key is not bound.  If instead "bind-key c set-tag" is used, the key is
bound to the required operation.

What version of the product are you using? On what operating system?

newsbeuter 1.3 on linux 2.6.21

Please provide any additional information below.

This is basically a mix-up between what is coded and the documentation. 
The documentation calls this function "select-tag", whereas empirical
fiddling demonstrates it to be internally named "set-tag".

Original issue reported on code.google.com by andre...@andrewho.co.uk on 8 Dec 2008 at 9:53

GoogleCodeExporter commented 9 years ago
Yes, that's clearly a documentation issue. Fixed.

Original comment by theunixe...@gmail.com on 20 Dec 2008 at 10:31