Re: emacs: keybindings in notmuch-show for copying the target of a link for a text/html part? (M-x shr-copy-url)

Subject: Re: emacs: keybindings in notmuch-show for copying the target of a link for a text/html part? (M-x shr-copy-url)

Date: Sat, 28 Jan 2023 12:02:26 +0100

To: Greg Minshall, Daniel Kahn Gillmor

Cc: Notmuch Mail

From: inwit


On Fri Jan 27, 2023 at 3:05 PM CET, Greg Minshall wrote:
> you might think of using the link-hint package.
I was going to say the same thing. link-hint is an essential part of my
workflow. Since I mostly use notmuch-tree, I have this:

```
  (defun inwit/notmuch-tree-open-link ()
    "Avy select link in message window."
    (interactive)
    (when (window-live-p notmuch-tree-message-window)
      (with-selected-window notmuch-tree-message-window
        (link-hint-open-link))))
```

Properly bound, it saves me a lot of time.
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: