sawfish r4232 - in trunk: . lisp/sawfish/wm/commands



Author: chrisb
Date: Tue Jul 29 10:47:38 2008
New Revision: 4232
URL: http://svn.gnome.org/viewvc/sawfish?rev=4232&view=rev

Log:
Also use the user-defined "xterm" command for
viewing the info file (patch by Dagfinn I. MannsÃker)


Modified:
   trunk/ChangeLog
   trunk/lisp/sawfish/wm/commands/help.jl

Modified: trunk/lisp/sawfish/wm/commands/help.jl
==============================================================================
--- trunk/lisp/sawfish/wm/commands/help.jl	(original)
+++ trunk/lisp/sawfish/wm/commands/help.jl	Tue Jul 29 10:47:38 2008
@@ -29,12 +29,13 @@
 	  rep.system
 	  rep.regexp
 	  rep.io.files
-	  sawfish.wm.commands)
+	  sawfish.wm.commands
+	  sawfish.wm.commands.xterm)
 
   ;; Info
 
   (define (help-call-info document node)
-    (system (format nil "xterm -e info '%s' '%s' >/dev/null 2>&1 </dev/null &"
+    (xterm (format nil "info '%s' '%s'"
 		    document node)))
 
   (define (help-call-info-gnome document node)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]