[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacsclient and gworkspace
From: |
Camille Bourgoin |
Subject: |
emacsclient and gworkspace |
Date: |
Tue, 13 Mar 2007 21:22:08 +0100 |
User-agent: |
GNUMail (Version 1.2.0) |
Hello,
I've a problem with emacsclient & Gworkspace. I've made an app for
emacsclient. The script is classic :
#!/bin/sh
APP=emacsclient
if [ $# -eq 2 ] ; then
$APP "$2" &
else
$APP &
fi
but don't work. When I selected "emacsclient" on a text file with the
right button, nothing append (the emacs server is running, of course)
any idea ?
thanks
--
Les Grâces ne s'enfuient pas devant les intégrales et les équations
différentielles..
-+- Ludwig Boltzmann -+-
- emacsclient and gworkspace,
Camille Bourgoin <=