[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74673: 30.0.92; face warning on legal elisp syntax
From: |
Eli Zaretskii |
Subject: |
bug#74673: 30.0.92; face warning on legal elisp syntax |
Date: |
Wed, 04 Dec 2024 20:55:08 +0200 |
> Date: Wed, 4 Dec 2024 09:51:59 -0800
> Cc: 74673@debbugs.gnu.org
> From: Jim Porter <jporterbugs@gmail.com>
>
> On 12/4/2024 4:23 AM, Eli Zaretskii wrote:
> > If you really need to be able to show tool tips without the mouse, you
> > can write a simple function to show its text in the echo-area.
> > However, most tooltips are shown on UI parts where you cannot go, so
> > such a command will be of somewhat limited use.
>
> Flymake has an option for displaying diagnostic messages in-line:
> 'flymake-show-diagnostics-at-end-of-line'. Maybe we could make Elisp
> mode use Flymake's facilities for marking the warning when it's active?
I don't like features that use overlays to show long text, because
they case problems. And in this case we already have a feature that
will display the tool-tip text in the echo-area: customize
help-at-pt-display-when-idle to the value t.
- bug#74673: 30.0.92; face warning on legal elisp syntax, (continued)
- bug#74673: 30.0.92; face warning on legal elisp syntax, Christopher Howard, 2024/12/03
- bug#74673: 30.0.92; face warning on legal elisp syntax, Eli Zaretskii, 2024/12/03
- bug#74673: 30.0.92; face warning on legal elisp syntax, Christopher Howard, 2024/12/03
- bug#74673: 30.0.92; face warning on legal elisp syntax, Eli Zaretskii, 2024/12/04
- bug#74673: 30.0.92; face warning on legal elisp syntax, Kévin Le Gouguec, 2024/12/04
- bug#74673: 30.0.92; face warning on legal elisp syntax, Eli Zaretskii, 2024/12/04
- bug#74673: 30.0.92; face warning on legal elisp syntax, Robert Pluim, 2024/12/05
- bug#74673: 30.0.92; face warning on legal elisp syntax, Eli Zaretskii, 2024/12/05
- bug#74673: 30.0.92; face warning on legal elisp syntax, Robert Pluim, 2024/12/05
- bug#74673: 30.0.92; face warning on legal elisp syntax, Jim Porter, 2024/12/04
- bug#74673: 30.0.92; face warning on legal elisp syntax,
Eli Zaretskii <=
- bug#74673: 30.0.92; face warning on legal elisp syntax, Richard Stallman, 2024/12/05
- bug#74673: 30.0.92; face warning on legal elisp syntax, Eli Zaretskii, 2024/12/06
- bug#74673: 30.0.92; face warning on legal elisp syntax, Christopher Howard, 2024/12/12
- bug#74673: 30.0.92; face warning on legal elisp syntax, Eli Zaretskii, 2024/12/12
bug#74673: 30.0.92; face warning on legal elisp syntax, Christopher Howard, 2024/12/04