[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Interactive option for command application
From: |
Drew Adams |
Subject: |
RE: [External] : Interactive option for command application |
Date: |
Mon, 24 Jun 2024 21:36:44 +0000 |
> What would be a convenient way for the user to select whether a change is
> to be made to
> a buffer or to a frame? Currently the user has to enter "yes" or "no' to
> the question
> to set the boolean flag. Generally, users would perform the change only
> upon the buffer,
> and only occasionally upon the frame.
Have a prefix arg use the frame. No prefix arg means use the buffer.