unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Igor Sosa Mayor <joseleopoldo1792@gmail.com>
To: notmuch@notmuchmail.org
Subject: Re: Notmuch-Company overrides other company backends?
Date: Sat, 08 Jan 2022 22:17:35 +0100	[thread overview]
Message-ID: <87sfty7wr4.fsf@gmail.com> (raw)
In-Reply-To: 87bl0mt1xv.fsf@tethera.net

David Bremner <david@tethera.net> writes:

> 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.

yes, sorry. I think it was google who gave me the reference. I see in
the present code there is
(setq-local company-backends '(notmuch-company))

https://git.notmuchmail.org/git?p=notmuch;a=blob;f=emacs/notmuch-company.el;h=7e05dc8f2a796aaf2c664fdcc4be63f6a443057f;hb=HEAD

>> 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.

OK, thanks. I will give it a try!

Best,

Igor 

  reply	other threads:[~2022-01-08 21:17 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
2022-01-08 21:17       ` Igor Sosa Mayor [this message]
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=87sfty7wr4.fsf@gmail.com \
    --to=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).