~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to lisp/sawfish/wm/commands/help.jl

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2009-03-05 11:53:27 UTC
  • mfrom: (1.2.8 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090305115327-1r4yg4eeodiyzu6z
Tags: 1:1.3.4-1
* New upstream release (Closes: #501092).
 - Includes patch from upstream BTS to fix focus handling after move-window-*
 (Closes: #132236).
 - Bump build dependency on GTK+ to 2.6.
* Loosen quilt dependency.
* Add README.source. Bump Standards-Version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
          rep.system
30
30
          rep.regexp
31
31
          rep.io.files
32
 
          sawfish.wm.commands)
 
32
          sawfish.wm.commands
 
33
          sawfish.wm.commands.xterm)
33
34
 
34
35
  ;; Info
35
36
 
36
37
  (define (help-call-info document node)
37
 
    (system (format nil "xterm -e info '%s' '%s' >/dev/null 2>&1 </dev/null &"
 
38
    (xterm (format nil "info '%s' '%s'"
38
39
                    document node)))
39
40
 
40
41
  (define (help-call-info-gnome document node)