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

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

bug#23634: 25.0.90; Eldoc displays incorrect information when parameters


From: Dmitry Gutov
Subject: bug#23634: 25.0.90; Eldoc displays incorrect information when parameters contain question marks
Date: Sat, 28 May 2016 00:42:35 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2

On 05/28/2016 12:22 AM, Clément Pit--Claudel wrote:
In emacs -Q, placing the point as indicated below causes eldoc to display “a: 
(X\=\?)” instead of “a: (X?)”.

    (defun a (x?)) ;; Eval this
    (a) ;; <-- place point before parens

This “\=” looks like the escape sequence that we use in docstrings; maybe 
that's a sign of something?

Thanks for the report. This is a regression against 24.5.

Eli, do we make it a blocker?






reply via email to

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