[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#3442: 23.0.94; "C-x 5 1" (delete-other-frames) kills daemon
From: |
Teemu Likonen |
Subject: |
bug#3442: 23.0.94; "C-x 5 1" (delete-other-frames) kills daemon |
Date: |
Sun, 14 Jun 2009 00:53:21 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) |
On 2009-06-04 14:31 (-0400), Stefan Monnier wrote:
>>> When Emacs daemon is running and a client frame is active, executing
>>> delete-other-frames command (C-x 5 1) kills the daemon and makes the
>>> Emacs session just a normal server session which requires that one
>>> frame exists. To reproduce:
>
>> Indeed, C-x 5 1 should only delete the frames on the current
>> terminal, whereas it currently kills *all* the frames on all
>> terminals (including the special internal terminal used for the
>> daemon).
>
> I've installed a patch that makes C-x 5 1 only delete frames on the
> same terminal, which should fix this issue.
I've been testing the fix for a while and it seems to work nicely. Thank
you. As far as I'm concerned this bug can closed.