[comp.sys.next] Emacs Listener for Workspace is okay!

simsong@daily-bugle.media.mit.edu (Simson L. Garfinkel) (02/14/91)

Hello.

I've put a file called EL2.tar.Z into pub/next on cs.orst.edu.

EL2 is the second version of my EMACS Listener.  When you place EL2
into your ~/Apps or /LocalApps directory, and do the magic dwrite, it makes workspace open files in an EMACS that you are already running, rather than opening them with Edit.

The magic dwrite is:

	dwrite Workspace DefaultOpenApp EL2

This happens automatically if you click the "Install" option on the Preferences Panel.

You've also got to be running the emacs server in one of your  emacs windows.  
The code to make this happen is:

	(load-library "server")
	(server-start)