GNU bug report logs -
#76120
[PATCH] Expose the native sharing dialog (macOS)
Previous Next
Reported by: Álvaro Ramírez <alvaro <at> xenodium.com>
Date: Fri, 7 Feb 2025 15:00:02 UTC
Severity: wishlist
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #442 received at 76120 <at> debbugs.gnu.org (full text, mbox):
Alvaro Ramirez <alvaro <at> xenodium.com> writes:
> Thank you Eli and Gerd.
>
> Attaching 0008-Add-Send-to-context-menu-item-to-mouse-el.patch
> addressing your feedback:
Pushed to master.
> Gerd Möllmann <gerd.moellmann <at> gmail.com> writes:
>
>> Found a crash: Using send-to with in emacs -nw leads to a crash.
>> Maybe send-to--ns-supported-p should check display-graphics-p?
>
> Thanks. Hadn't thought of this. Should be fixed in 0008.
>
>> And maybe a nice-to have: Building --withput-ns, which I normally
>> do,
>> send-to "only" offers opening the file externally, which uses the
>> "open" command.
>> Maybe it would be nice to support "open -a <app>"?
>
> Could you share more details? If I'm understanding correctly, you mean
> asking users for a custom command?
>
> If so, it's worth mentioning send-to-handlers, which enables adding
> custom handlers using preferred priority.
>
> (defvar-local send-to-handlers '(((:supported .
> send-to--ns-supported-p)
> (:collect
> . send-to--collect-items)
> (:send
> . send-to--ns-send-items))
> ((:supported
> .
> send-to--open-externally-supported-p)
> (:collect
> . send-to--collect-items)
> (:send
> . send-to--open-externally)))
> "...")
>
> This hopefully supports your use-case?
I guess I could add a first entry to send-to-handlers that invokes a
transient or something that acts as a replacement for the GUI share
menu. So I'd aay send-to-handlers solves this. Thanks!
(I was thinking of "open -a Mail FILE" which opens a new message with
FILE attached, while "open FILE" opens some application which is
associated with the file type, e.g. TextEdit for text files. Sometimes
one wants to do that, sometimes the other.)
This bug report was last modified 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.