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

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

Re: How to close or kill *messages* window by using elisp script


From: Anders Dalskov
Subject: Re: How to close or kill *messages* window by using elisp script
Date: Tue, 04 Jun 2019 15:23:56 +0200
User-agent: mu4e 1.0; emacs 25.2.2

(kill-buffer "*Messages*")

Budi writes:

> How to close or kill *messages* window  by using script of emacs lisp
>
>
> running this
>
> (quit-window nil "*Messages*")
>
> yields error:
>
> window-normalize-window: *Messages* is not a live window
>
> Sincere useful help is so invaluable
>
> On 6/4/19, Budi <budikusasi@gmail.com> wrote:
>> How to close or kill *messages* window  by using script of emacs lisp
>>
>>
>> running this
>>
>> (quit-window nil "*Messages*")
>>
>> yields error:
>>
>> window-normalize-window: *Messages* is not a live window
>>
>> Sincere useful help is so invaluable
>>


-- 
- Anders



reply via email to

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