From: David Bremner <david@tethera.net>
To: notmuch@notmuchmail.org
Subject: Re: [Patch v5 3/3] Emacs: Add address completion based on company-mode
Date: Fri, 23 Oct 2015 21:35:41 -0300 [thread overview]
Message-ID: <87r3klksrm.fsf@zancas.localnet> (raw)
In-Reply-To: <1445646037-25994-4-git-send-email-david@tethera.net>
David Bremner <david@tethera.net> writes:
> +;;;###autoload
> +(add-hook 'notmuch-message-mode-hook '(lambda ()
> + (company-mode)
> + (make-local-variable 'company-backends)
> + (setq company-backends '(notmuch-company))))
> +
> +(provide 'notmuch-company)
> --
I know I just sent this message a few minutes ago, but I didn't write it
;). Why is this second autoload cookie here? this means that in
principle this form will end up in the autoloads file.
next prev parent reply other threads:[~2015-10-24 0:36 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-24 0:20 elisp based address completion, round 5 David Bremner
2015-10-24 0:20 ` [Patch v5 1/3] Emacs: Add address completion mechanism implemented in elisp David Bremner
2015-10-24 0:20 ` [Patch v5 2/3] emacs: convert notmuch-address-harvester to use notmuch-address David Bremner
2015-10-24 8:23 ` Jani Nikula
2015-10-24 10:35 ` Mark Walters
2015-10-24 0:20 ` [Patch v5 3/3] Emacs: Add address completion based on company-mode David Bremner
2015-10-24 0:35 ` David Bremner [this message]
2015-10-24 15:53 ` [PATCH] autoload notmuch-company if we have company Mark Walters
2015-10-24 17:41 ` elisp completion patches v6 David Bremner
2015-10-24 17:41 ` [PATCH 1/3] emacs: replace use of notmuch-address-message-insinuate David Bremner
2015-10-24 17:41 ` [PATCH 2/3] Emacs: Add address completion mechanism implemented in elisp David Bremner
2015-10-24 17:41 ` [PATCH 3/3] Emacs: Add address completion based on company-mode David Bremner
2015-10-24 19:49 ` [PATCH] fix compilation on emacs23 Mark Walters
2015-10-24 23:34 ` [PATCH 3/3] Emacs: Add address completion based on company-mode Mark Walters
2015-10-25 9:16 ` [PATCH] Fix clash of company mode and async harvest Mark Walters
2015-10-25 13:02 ` [PATCH] address completion tweaks Mark Walters
2015-10-24 17:53 ` elisp completion patches v6 David Bremner
2015-10-24 23:09 ` [PATCH] Fix non internal cases for notmuch-address-command Mark Walters
2015-10-25 21:39 ` elisp completion patches v6 Aaron Ecay
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=87r3klksrm.fsf@zancas.localnet \
--to=david@tethera.net \
--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).