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

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

bug#34065: 26.1; Make edebug-eval-expression support code completion


From: Federico Tedin
Subject: bug#34065: 26.1; Make edebug-eval-expression support code completion
Date: Sat, 19 Jan 2019 23:14:55 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Xu Chunyang <mail@xuchunyang.me> writes:

> When type e (edebug-eval-expression) within Edebug, I notice there is no code 
> completion, unlike
> M-: (eval-expression). So I wonder if edebug-eval-expression can behave
> like eval-expression, I guess simply replacing read-from-minibuffer with
> read--expression should work, though I've not tried.

I've created a small patch which replaces `read-from-minibuffer' for
`read--expression' in `edebug-eval-expression'. I would appreciate it if
a maintainer could take a quick look.

Attachment: edebug.patch
Description: patch


reply via email to

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