unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: David Bremner <david@tethera.net>
To: Igor Sosa Mayor <joseleopoldo1792@gmail.com>, notmuch@notmuchmail.org
Subject: Re: Notmuch-Company overrides other company backends?
Date: Sat, 08 Jan 2022 16:19:56 -0400	[thread overview]
Message-ID: <87bl0mt1xv.fsf@tethera.net> (raw)
In-Reply-To: <874k6e6of9.fsf@gmail.com>

Igor Sosa Mayor <joseleopoldo1792@gmail.com> writes:

>>
>> I guess you mean that it overrides it in a buffer-local way, in
>> notmuch-message-mode? Or do you see some kind of global overiding going
>> on?
>>
>> d
>
> thanks for your reply. Yes, sorry for not being clear enough. I see in
> the code
>
>   (make-local-variable 'company-backends)
>   (setq company-backends '(notmuch-company))
>
> https://github.com/kootenpv/emp/blob/master/.emacs.d/notmuch/notmuch-company.el

That's kind of an odd reference, since it seems to be some old copy of
our code, possibly mutated.

> What is the best method to get the other backends back?

I would try replacing the (setq company-backends '(notmuch-local)) with
(push 'notmuch-company company-backends)

In the case of the current code, you'd have to unwind the setq-default
into the two-lines in the old copy you linked to.

  reply	other threads:[~2022-01-08 20:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-08 18:28 Notmuch-Company overrides other company backends? Igor Sosa Mayor
2022-01-08 18:42 ` David Bremner
2022-01-08 19:02   ` Igor Sosa Mayor
2022-01-08 20:19     ` David Bremner [this message]
2022-01-08 21:17       ` Igor Sosa Mayor
2022-01-09  0:35         ` Igor Sosa Mayor
2022-01-10 12:27           ` David Bremner

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=87bl0mt1xv.fsf@tethera.net \
    --to=david@tethera.net \
    --cc=joseleopoldo1792@gmail.com \
    --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).