help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Handling the message:// protocol in Emacs


From: Björn Bidar
Subject: Re: Handling the message:// protocol in Emacs
Date: Mon, 30 Dec 2024 06:29:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Jean-Christophe Helary via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> I’d like to have URIs defined as:
>
> message://[string]
>
> open in the default macOS Mail reader (Mail.app).
>
> How would I go about to achieve that?

You would have to write your own browse-url function and register it to
`browse-url-handlers'.

Read:
(info "(emacs) Browse-URL")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]