Next: Q5.1.1, Previous: Q5.0.19, Up: Miscellaneous
Jan Vroonhof writes:
Here is one of the solutions, we have this in a script called etc/editclient.sh.
#!/bin/sh if gnuclient -batch -eval t >/dev/null 2>&1 then exec gnuclient ${1+"$@"} else sxemacs -unmapped -f gnuserv-start & until gnuclient -batch -eval t >/dev/null 2>&1 do sleep 1 done exec gnuclient ${1+"$@"} fiNote that there is a known problem when running SXEmacs and ‘gnuclient -nw’ on the same TTY.