Wilfred / helpful

A better Emacs *help* buffer
1.11k stars 62 forks source link

Option to eval function in helpful buffer #234

Open khensunny opened 4 years ago

khensunny commented 4 years ago

We already have option to to set, toggle or customize a variable, how about another to eval a function? Just automatically insert a function call in the the interactive eval prompt ;)

amno1 commented 3 years ago

You can just place the cursor after the source code in Helpful buffer and C-x C-e, which runs eval-last-sexp if you are using default key bindings.