[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68450: 30.0.50; Eldoc fails to display argument tooltip for argument
From: |
Stephen Berman |
Subject: |
bug#68450: 30.0.50; Eldoc fails to display argument tooltip for arguments inside (...) in `define-advice' |
Date: |
Sun, 14 Jan 2024 17:01:15 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Sun, 14 Jan 2024 14:28:27 +0000 Ihor Radchenko <yantar92@posteo.net> wrote:
> Hello,
>
> Consider the following recipe:
>
> 1. emacs -Q
> 2. type (define-advice org-capture
> 3. Observe "define-advice: (SYMBOL (*HOW* LAMBDA-LIST &optional NAME DEPTH)
> &rest BODY)
> in the echo area
> 4. type (
> 5. Nothing appears in the echo area
>
> Expected:
> "define-advice: (SYMBOL (*HOW* LAMBDA-LIST &optional NAME DEPTH) &rest BODY)
> still appears in the echo area.
May be the same problem as reported in the still unsolved bug#8432.
Steve Berman