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: Spencer Baugh
Subject: bug#64619: [PATCH] Add toggle-window-dedicated command
Date: Tue, 18 Jul 2023 11:35:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

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.





reply via email to

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