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

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

bug#64619: [PATCH] Add toggle-window-dedicated command


From: Philip Kaludercic
Subject: bug#64619: [PATCH] Add toggle-window-dedicated command
Date: Tue, 18 Jul 2023 17:56:03 +0000

Spencer Baugh <sbaugh@janestreet.com> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>> Spencer Baugh <sbaugh@janestreet.com> writes:
>>> +  (interactive "i\np")
>>
>> How about
>>
>>   (interactive (list (window-normalize-window window) t))
>
> WINDOW isn't in scope of the interactive spec (AFAIK?), so we can't
> process that window argument this way, we need to do it in the body.

Of course, what I meant to say was (window-normalize-window nil) or
(selected-window).





reply via email to

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