Re: emacs as a service
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Re: emacs as a service         


Author: Rustom Mody
Date: Aug 30, 2008 03:53

Ken Goldman said:
> I can answer this piece:
> (global-set-key "\C-x\C-c" 'delete-frame)

Have you tried this with a single existing frame? Does not allow it for
me...

Ken Goldman said:> I can answer this piece: > (global-set-key "\C-x\C-c"    'delete-frame)Have you tried this with a single existing frame? Does not allow it for me...
3 Comments
Re: emacs as a service         


Author: Ken Goldman
Date: Sep 2, 2008 11:00

Rustom Mody wrote:
> Ken Goldman said:
>
>> I can answer this piece: (global-set-key "\C-x\C-c"
>> 'delete-frame)
>
> Have you tried this with a single existing frame? Does not allow it
> for me...

That's a feature. :-)

When I run emacs as a server, I often start many frames as I double
click various files. At times, I want to clean up by deleting these
frames. But I don't want to delete the very last frame (would that kill
the server?).

The use model for emacs as a server is that you start it once at log in
and let it run forever.
no comments
Re: emacs as a service         


Author: Richard G Riley
Date: Sep 2, 2008 11:34

Ken Goldman watson.ibm.com> writes:
Show full article (0.84Kb)
no comments
Re: emacs as a service         


Author: Pascal J. Bourguignon
Date: Sep 2, 2008 11:42

Richard G Riley gmail.com> writes:
> Ken Goldman watson.ibm.com> writes:
>
>> Rustom Mody wrote:
>>> Ken Goldman said:
>>>
>>>> I can answer this piece: (global-set-key "\C-x\C-c"
>>>> 'delete-frame)
>>>
>>> Have you tried this with...
Show full article (1.30Kb)
no comments