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

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

bug#9054: 24.0.50; show source in other window


From: martin rudalics
Subject: bug#9054: 24.0.50; show source in other window
Date: Sat, 11 Sep 2021 18:42:43 +0200

> I'm not sure I understand how that would look in practice.  That is,
> what the user would actually put into display-buffer-alist to get the
> desired action here.

I don't know yet either.  As of now it would have to be a function that
pays attention to a `display-buffer' property at point.  That property
would, by default, act like the action argument of `display-buffer',
that is, specify what clicking at the button would do.  The function
would be used to override that - maybe overriding a regexp based alist
entry as well.  Just that we cannot well expect that a user will write
that function entirely from scratch so we probably should provide some
prespecified alternative here.

>> `help-window-select' is for users who want to get rid of the *Help*
>> window by just typing "q" thus avoiding the "Type \"q\" in help window"
>> excursion where they have to explicitly select the *Help* window just to
>> quit it.
>
> That's not why I've set it -- I've set it so that I can `C-h foo RET s'
> without a `C-x C-o' in the middle.

I see.  "s" didn't exist at the time `help-window-select' was added.

martin





reply via email to

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