Re: Notmuch-Company overrides other company backends?

Subject: Re: Notmuch-Company overrides other company backends?

Date: Sat, 08 Jan 2022 20:02:50 +0100

To: notmuch@notmuchmail.org

Cc:

From: Igor Sosa Mayor


David Bremner <david@tethera.net> writes:

> Igor Sosa Mayor <joseleopoldo1792@gmail.com> writes:
>
>> Hi,
>>
>> as far as I see, notmuch-company overrides other company backends. Other
>> is it maybe something with my configuration?
>>
>> If I look into company-backends I only see company-notmuch instead of
>> my usual backends (ispell, dabbrev, etc.).
>>
>> Any hints?
>>
>> Many thanks in advance.
>>
>> Igor 
>
> 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

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

Many thanks in advance.

Best,

Igor
-- 
:: Igor Sosa Mayor     :: joseleopoldo1792@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/      ::
:: jabberid: rogorido  ::                            ::

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: