unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jefferson Carpenter <jeffersoncarpenter2@gmail.com>
To: emacs-devel@gnu.org
Subject: Make company-backends buffer-local?
Date: Sun, 4 Mar 2018 01:47:04 -0600	[thread overview]
Message-ID: <83369150-de09-f305-18af-cdc9420eea4e@gmail.com> (raw)

First post to this list -- sorry if this is either not a good suggestion 
at all, not right format, or too irrelevant.

The company-backends variable is currently a global variable.  The 
backend that serves completions is the first one that returns a prefix 
for the location at point.

Are there any barriers to making company-backends a buffer-local 
variable?  I don't see any drawbacks - it would take a pretty small 
amount of extra memory to create a copy for each buffer.  The advantages 
include:

1: You can specify backends mode by mode.  I at least feel this makes 
far more sense philosophically.

2: Would fix a possible issue where a backend at the beginning of the 
list is actually for a different file type - maybe for a similar 
language, say Java vs C++ - however still happens to return a prefix, 
and subsequently doesn't return any of the right completions.

3 (extremely minor): Might speed up completions for backends that were 
at the end of the list, since each mode can be programmed with a 
specific list of backends.

TY,
Jefferson Carpenter



             reply	other threads:[~2018-03-04  7:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-04  7:47 Jefferson Carpenter [this message]
2018-03-04 15:55 ` Make company-backends buffer-local? Stefan Monnier
2018-03-04 16:25 ` Clément Pit-Claudel
2018-03-04 19:26 ` Dmitry Gutov

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://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83369150-de09-f305-18af-cdc9420eea4e@gmail.com \
    --to=jeffersoncarpenter2@gmail.com \
    --cc=emacs-devel@gnu.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://git.savannah.gnu.org/cgit/emacs.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).