federicotdn / verb

Organize and send HTTP requests from Emacs
https://melpa.org/#/verb
GNU General Public License v3.0
523 stars 21 forks source link

fix: request-on-point for source blocks #55

Closed agzam closed 2 months ago

agzam commented 1 year ago

verb-send-request-on-point also works when the point is on the source block, even though it doesn't run for the source block but for the heading. Yet that often gives an illusion of the request being sent based on specs of the source block.

Fixes #53

federicotdn commented 2 months ago

I ended up adapting a larger chunk of the code in https://github.com/federicotdn/verb/commit/b878d52ebc8214b2aedd59165aa89f8d918ed95c, please see if it works for you. Thanks for opening this PR though.