[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#6060: 24.0.50; Process filters can no longer kill buffers
From: |
Helmut Eller |
Subject: |
bug#6060: 24.0.50; Process filters can no longer kill buffers |
Date: |
Thu, 29 Apr 2010 18:00:48 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
* Stefan Monnier [2010-04-29 16:31+0200] writes:
>> Emacs signals this error: (error "Selecting deleted buffer")
> [...]
>> This used to work in earlier versions of Emacs.
>> The problem was most likely introduced by:
> [...]
>> * process.c (exec_sentinel): Preserve current-buffer.
>> * process.c (read_process_output): Move the save-current-buffer to
>> apply to both the filter and the non-filter branches.
>
> Indeed, thank you. I believe the patch below has fixed this, can you confirm?
Yes, works. Thanks for the quick fix.
Helmut