Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Company e-shell overwrites value of company-preview-frontends in calling buffer #2401

Closed
cmccloud opened this issue Jul 24, 2015 · 0 comments

Comments

@cmccloud
Copy link
Contributor

On develop:
Steps to replicate:
In dotspacemacs-configuration-layers:

...
     (auto-completion :variables
                      auto-completion-enable-snippets-in-popup t)
     (shell :variables
            shell-default-height 30
            shell-default-position 'bottom
            shell-default-shell 'eshell)
...

1 - With a fresh instance of Emacs and no running eshell process:
2 - Go to .spacemacs file
3 - Confirm that the value of company-frontends is something other than '(company-preview-frontend)
4 - run open-shell command (SPC ')
5 - go back to window viewing .spacemacs
6 - The value of company-frontends is now '(company-preview-frontend)

cmccloud added a commit to cmccloud/spacemacs that referenced this issue Aug 11, 2015
Fixes an issue where the buffer local value of
`company-preview-frontend' was being altered prior to switching to
the e-shell mode buffer.

See issue syl20bnr#2401.
syl20bnr pushed a commit that referenced this issue Aug 11, 2015
Fixes an issue where the buffer local value of
`company-preview-frontend' was being altered prior to switching to
the e-shell mode buffer.

See issue #2401.
@TheBB TheBB closed this as completed Sep 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants