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: Tue, 12 Mar 2019 20:14:46 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

> I'm not a maintainer. Your patch looks good to me. Today I notice it's
> possible to change the interactive form via Advising Functions, so I
> plan to put the following to my init file until the patch is applied.
>
> (define-advice edebug-eval-expression (:before (_expr) 
> better-interactive-form)
>   "Fix the original interactive form."
>   (interactive (list (read--expression "Edebug Eval: "))))

Great! I'm attaching a more complete patch with a ChangeLog-style
message. If a maintainer doesn't pick it up after some days, I'll try
messaging emacs-devel.

Attachment: edebug.patch
Description: patch


reply via email to

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