Results 171 comments of Daniel Nicolai

Probably you have some ideas already, but a simple suggestion would be to just bind drag-mouse as a suffix to copy the text. I don't know if there are more...

Ah okay, that does not seem to work as expected :grin: ``` (transient-define-prefix test-transient () "Test" :transient-suffix 'transient--do-call :transient-non-suffix 'transient--do-stay ["Commands" [([drag-mouse-1] "Copy text" copy-text)]] [("q" "Quit" transient-quit-one)]) (transient-define-suffix copy-text...

For evil users I have found [this](https://github.com/justbur/pure-evil), which works simple and effective.

Yes, did that already. Started `emacs -Q` then used command webkit and entered 'google.com'. To be sure, I first click with the mouse in the google search field, and press...

I have configured the build using "./configure --with-imagemagick --with-cairo --with-modules". I am willing to build Emacs with make debug, but I am not a developer and I do not know...

Also do you know if I can build the webkit module using a Quelpa recipe? I can't find it, and my question did not get answered (twice). I am using...

As it kept quiet, I figured that probably I posted the wrong output. Anyway, building webkit using `make -d` results in the following output: ``` GNU Make 4.3 Built for...

Ah okay, thanks that's clear. So I did as you said, but there is no output on entering the input state. I visit google.com, then I click on the search...

Good point! I have added the aliases for the commands. For the 'internal' functions, as all occurrences got replaced, their renaming should not cause any issues.

Just for tracking/administration, I am linking to this newly proposed patch here... https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49822#45