Issue 445 in xmonad: In documentation for XMonad.Actions.DynamicWorkspaces no clues for origin of function copy

Status: New Owner: ---- New issue 445 by Roman.Sa...@gmail.com: In documentation for XMonad.Actions.DynamicWorkspaces no clues for origin of function copy http://code.google.com/p/xmonad/issues/detail?id=445 What steps will reproduce the problem? 1. Add code from documentation page to xmonad.hs 2. recompile xmonad What is the expected output? working xmonad What do you see instead? -- Error detected while loading xmonad configuration file: /home/rsalmin/.xmonad/xmonad.hs xmonad.hs:146:83: Not in scope: `copy' Please check the file for errors. -- What version of the product are you using? On what operating system? xmonad 0.9.2, ghc 7.0.3, debian squeeze Are you using an xmonad.hs? Please attach it and the output of "xmonad --recompile". Please see above. Please provide any additional information below. It's difficult to find which module exports copy, because of it's very common name.

Comment #1 on issue 445 by daniel.w...@gmail.com: In documentation for XMonad.Actions.DynamicWorkspaces no clues for origin of function copy http://code.google.com/p/xmonad/issues/detail?id=445 Good idea. Looks like the only xmonad-contrib module which exports "copy" is X.A.CopyWindow, so I'll push a documentation patch shortly that adds this information.

Comment #2 on issue 445 by daniel.w...@gmail.com: In documentation for XMonad.Actions.DynamicWorkspaces no clues for origin of function copy http://code.google.com/p/xmonad/issues/detail?id=445 Well, it seems that, because the xmonad-contrib repository is broken, I can neither push a patch nor even get it "sent" into a file. When the repository is fixed, I will certainly push the patch.

Comment #3 on issue 445 by daniel.w...@gmail.com: In documentation for XMonad.Actions.DynamicWorkspaces no clues for origin of function copy http://code.google.com/p/xmonad/issues/detail?id=445 Turns out it was my machine, and not the repository. In any case, darcs xmonad-contrib should now have slightly better documentation.

Updates: Status: Fixed Comment #4 on issue 445 by vogt.a...@gmail.com: In documentation for XMonad.Actions.DynamicWorkspaces no clues for origin of function copy http://code.google.com/p/xmonad/issues/detail?id=445 Rather than getting haddock to link the identifiers, it's easier (esp. for imports) to just add the import needed to make the example work.
participants (1)
-
codesite-noreply@google.com