unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: David Bremner <david@tethera.net>
To: "Jose A. Ortega Ruiz" <jao@gnu.org>
Cc: notmuch@notmuchmail.org
Subject: Re: [PATCH v7 1/1] emacs: notmuch-tree-outline-mode
Date: Mon, 12 Dec 2022 12:06:22 -0400	[thread overview]
Message-ID: <87lencfvy9.fsf@tethera.net> (raw)
In-Reply-To: <875yegaaxe.fsf@mail.jao.io>

"Jose A. Ortega Ruiz" <jao@gnu.org> writes:

>
> the intent is to know whether the notmuch-tree-message-buffer is
> displaying the message the point in notmuch-tree is at, so it's not
> enough that there's a window showing it.  but yes, you're right that's
> not a good way of checking.  Perhaps this:
>
>      (defsubst notmuch-tree-outline--message-open-p ()
>        (and (buffer-live-p notmuch-tree-message-buffer)
>             (get-buffer-window notmuch-tree-message-buffer)
>             (let ((id (notmuch-tree-get-message-id)))
>               (with-current-buffer notmuch-tree-message-buffer
>                 (string= (notmuch-show-get-message-id) (or id ""))))))
>
> ?

yeah, that looks better to me as a general approach

  reply	other threads:[~2022-12-12 16:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 23:52 [PATCH v7 0/1] emacs: notmuch-tree-outline-mode jao
2022-11-04 23:52 ` [PATCH v7 1/1] " jao
2022-12-04 16:18   ` David Bremner
2022-12-11 18:24   ` David Bremner
2022-12-11 19:44     ` jao
2022-12-12 13:40       ` David Bremner
2022-12-12 15:22         ` Jose A. Ortega Ruiz
2022-12-12 15:39         ` Jose A. Ortega Ruiz
2022-12-12 16:06           ` David Bremner [this message]
2022-12-12 21:06         ` Jose A. Ortega Ruiz
2022-12-13  2:19           ` Jose A. Ortega Ruiz
2022-11-05  0:01 ` [PATCH v7 0/1] " Jonathan Wilner
2022-11-07 17:05   ` Matt Armstrong
2022-11-05  0:09 ` jao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lencfvy9.fsf@tethera.net \
    --to=david@tethera.net \
    --cc=jao@gnu.org \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).