GP lisper <[EMAIL PROTECTED]> writes:
> With the clm debugger working, if I call up a stack frame, under the
> Frame menu, I can edit a file. My fingers have been using emacs
> commands for 20 years now, plus I like the slime documentation
> features, so I would rather have emacs pop up than a warning that I
> didn't load Hemlock. I didn't get very lucky with a google search, is
> this possible?
If you're running gnuserv, you can do something like:
(without-package-locks
(defun ed (file)
(ext:run-program "/usr/bin/gnuclient" (list (namestring file)))))
If you're not running gnuserv, you should be. It lets you do fun
stuff like ssh in to a machine running emacs and open up a new frame
on your local x-server.
Good luck,
cbb
--
07:49:59 up 25 days, 9:59, 3 users, load average: 0.13, 0.06, 0.04