unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Tomi Ollila <tomi.ollila@iki.fi>
To: Erlend Simonsen <mr@fudgie.org>
Cc: notmuch@notmuchmail.org
Subject: Re: Emacs: notmuch-show-mode failing to actually update tags
Date: Wed, 26 Oct 2011 11:17:15 +0300	[thread overview]
Message-ID: <yf6lis8np4k.fsf@taco2.nixu.fi> (raw)
In-Reply-To: <87ty6ww82k.fsf@fudge.hue.no> (Erlend Simonsen's message of "Wed,  26 Oct 2011 09:00:51 +0200")

On Wed 26 Oct 2011 10:00, Erlend Simonsen <mr@fudgie.org> writes:

> On Tue, 25 Oct 2011 10:32:41 -0700, Jameson Graef Rollins
> <jrollins@finestructure.net> wrote:
>> On Tue, 25 Oct 2011 15:25:09 +0200, Erlend Simonsen <mr@fudgie.org> wrote:
>> > I've been toying around with notmuch the last few days, and I'm having
>> > some problems with the Emacs mode. 
>> > 
>> > Updating tags from the search result is fine (except it doesn't reapply
>> > the tag-faces when changed), but all updates done while viewing a single
>> > message/thread end up being ignored as the message id is quoted.
>> 
>> Hi, Erlend.  Everything seems to be working for me.  Which version are
>> you running (notmuch --version), and where did you acquire it?
>
> notmuch 0.9-6-g8bb5b62, fetched from git.notmuchmail.org running on GNU
> Emacs 24.0.90.1
>
>> Frequently problems like this happen when the emacs session is not
>> restarted after a notmuch upgrade.  Any chance that applies to your
>> situation?
>
> Unfortunately, no. If I run a search for id:"messageid" within Emacs,
> nothing is found. But if I search for id:messageid, I get the correct
> result. Could this be an Emacs 24 issue?

Try these from command line:

notmuch search id:messageid
notmuch search 'id:"messageid"'

Note all the single and double quotes in second line.

These should return the same output. If these does it might
be that your emacs interface escapes the quotes for some reason.
i.e. the execution from emacs is analogous to this command line:

notmuch search 'id:\"messageid\"'


> -- Erlend

Tomi

  reply	other threads:[~2011-10-26  8:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-25 13:25 Emacs: notmuch-show-mode failing to actually update tags Erlend Simonsen
2011-10-25 17:32 ` Jameson Graef Rollins
2011-10-26  7:00   ` Erlend Simonsen
2011-10-26  8:17     ` Tomi Ollila [this message]
2011-10-26  9:19       ` Erlend Simonsen
2011-10-27 15:04         ` Tomi Ollila
2011-10-26 15:22     ` Jameson Graef Rollins
2011-10-26 15:23     ` Jameson Graef Rollins
2011-10-27  8:23       ` Erlend Simonsen
2011-10-27 13:57         ` Thomas Jost
2011-10-27 15:01           ` Jameson Graef Rollins
2011-10-27 15:31             ` Thomas Jost
2011-10-28  9:01             ` Erlend Simonsen

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=yf6lis8np4k.fsf@taco2.nixu.fi \
    --to=tomi.ollila@iki.fi \
    --cc=mr@fudgie.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).