help-emacs-windows
[Top][All Lists]
Advanced

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

Re: [h-e-w] gnuclientw is starting new instances of emacs.


From: Jason Diamond
Subject: Re: [h-e-w] gnuclientw is starting new instances of emacs.
Date: Thu, 15 Nov 2001 08:51:45 -0800

Thanks to Richard, Jeff, and Andy.

You were right--I was opening a new frame and not a new instance.

> I have the following, which sets the gnuserv frame to whichever was
> the last frame used. This gets round the problem of deleting the
> first frame
>
> (defadvice server-find-file
>   (before server-select-current-frame activate)
>   "Select current frame before gnuserv finds a file"
>   (setq gnuserv-frame (selected-frame)))

This works great! I can't wait to learn Lisp so that I can know exactly what
it's doing.

Jason.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]