Re: suppress "buffer still has clients" message

T400 <[email protected]> Sun, 10 Mar 2019 12:03:43 -0500
Newsgroups gmane.emacs.windows
Message-ID <[email protected]>
Eli:

I evaluated (add-hook 'kill-buffer-hook 'server-edit) and then typed C-h 
v to check value of variable:

(server-edit browse-url-delete-temp-file recentf-track-closed-file 
erc-kill-buffer-function vc-kill-buffer-hook)

on running C-x k in a live buffer raised directly from the command 
prompt I am still queried with that buffer still has clients verbiage, 
this time in the mini-buffer rather than in a pop-up. I just want to 
press return and have the buffer silently killed.


ed

On 3/9/2019 14:52, T400 wrote:
> Thanks, Eli. I'll investigate that route.
>
>
> ed
>
> On 3/9/2019 14:20, Eli Zaretskii wrote:
>>> From: T400 <[email protected]>
>>> Date: Sat, 9 Mar 2019 14:07:26 -0600
>>>
>>> By the way, I know about C-x # so I may be asking for a feature, 
>>> such as
>>> having C-k run C-x# if a variable is set.
>> You can set up kill-buffer-hook to do the equivalent of "C-x #".
>>
>
>