After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583824 - Documentation advertises "move-cursor-*" functions that aren't exported
Documentation advertises "move-cursor-*" functions that aren't exported
Status: RESOLVED FIXED
Product: Sawfish
Classification: Deprecated
Component: Window Manager
1.3.x
Other All
: Normal minor
: 1.5.x
Assigned To: sawfish-maint
sawfish-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-25 17:40 UTC by sand
Modified: 2009-05-25 17:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sand 2009-05-25 17:40:23 UTC
Please describe the problem:
The section "Cursor Positioning" in the docs mentions functions

  move-cursor
  move-cursor-left-fine
  move-cursor-right-fine
  move-cursor-up-fine
  move-cursor-down-fine
  move-cursor-left
  move-cursor-right
  move-cursor-up
  move-cursor-down

The documentation needs a comment that these functions are located in the structure @code{sawfish.wm.commands.move-cursor}, so the reader will know where to find them.  In addition, the file "sawfish/wm/commands/move-cursor.jl" needs to add all the move-cursor-* functions to the structure's export list:

    (export move-cursor
            move-cursor-left-fine
            move-cursor-right-fine
            move-cursor-up-fine
            move-cursor-down-fine
            move-cursor-left
            move-cursor-right
            move-cursor-up
            move-cursor-down)

As it stands right now, only move-cursor is exported.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Christopher Roy Bratusek 2009-05-25 17:54:24 UTC
Thanks for pointing that out. fixed in 1.5.0 trunk

... sawfish-1.3 branch got broken after svn -> git transistion, so I'll re-setup a correct branch for 1.3 on weekend and do that change there, too