]> git.eshelyaron.com Git - emacs.git/commit
Add "Send to..." context menu item to mouse.el
authorAlvaro Ramirez <me@xenodium.com>
Sat, 19 Jul 2025 12:30:08 +0000 (12:30 +0000)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 08:08:46 +0000 (10:08 +0200)
commit5bda0d47b30e36bfd362190e56b224355640a4c6
treec1b114293ac7fd4cf1b36f2f449d2a0d75bd77b1
parent93f35d602a0a1f048e4011bbf4b89d3cfb853986
Add "Send to..." context menu item to mouse.el

* lisp/send-to.el: New package implements sending files/region.

* lisp/mouse.el (context-menu-send-to): Add "Send to..." context menu.

* lisp/term/ns-win.el (ns-send-items): Expose native macOS send API.

* src/nsfns.m (ns-send-items): Implement native macOS sending.

* etc/NEWS: Announce the new feature.

(cherry picked from commit 813013691a9997cbdd483e1e5cef39453ac07d6d)
lisp/mouse.el
lisp/send-to.el [new file with mode: 0644]
lisp/term/ns-win.el
src/nsfns.m