[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#60428: 30.0.50; ERC >5.5: Make M-x erc a more welcoming entry po
From: |
J.P. |
Subject: |
Re: bug#60428: 30.0.50; ERC >5.5: Make M-x erc a more welcoming entry point |
Date: |
Mon, 10 Apr 2023 20:29:55 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Reopening.
This bug's original patch set tried to walk back an austere aspect of
bug#51753's changes that lumped interactive buffer creation in with
protocol driven creation. It mainly did so by introducing a new option,
`erc-interactive-display', that reinstated direct window-buffer
replacement when running M-x erc. However, as pointed out by Corwin on
Libera, this did not account for interactive /JOINs.
The attached patch aims to address this oversight as well as simplify
the display-options picture a bit further by consolidating the roles of
`erc-interactive-display' and `erc-query-display'. The thinking is that
both options cover the same basic ground involving buffers created as a
consequence of issuing slash commands. This patch also adds an interface
for other such commands to use for detecting when they're being called
from the command line.
0001-5.6-Extend-erc-interactive-display-to-cover-JOINs.patch
Description: Text Data