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: Sun, 09 Jan 2022 01:35:50 +0100	[thread overview]
Message-ID: <87v8ytzqxl.fsf@gmail.com> (raw)
In-Reply-To: 87sfty7wr4.fsf@gmail.com

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

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

Just for the records in case someone in the future has the same problem.
This seems to work:

(defun my-notmuch-messagemode-hook ()
  (add-to-list 'company-backends '(company-ispell company-dabbrev) t)
  )
(add-hook 'notmuch-message-mode-hook 'my-notmuch-messagemode-hook)




  reply	other threads:[~2022-01-09  0:36 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
2022-01-09  0:35         ` Igor Sosa Mayor [this message]
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=87v8ytzqxl.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).