Giter VIP home page Giter VIP logo

myenvironment's People

Contributors

nilsdeppe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

myenvironment's Issues

Issue with counsel-etags-scan-dir

Recently I build my environment. And I got the following error.
Can you give me the guidance to fix this > . Thank you in advance!

` counsel-etags-scan-dir:`` Wrong number of arguments: (lambda nil (interactive) (let* ((tags-file (counsel-etags-locate-tags-file))) (if tags-file (progn (my-scan-dir (file-name-directory tags-file) t) (run-hook-with-args (quote counsel-etags-after-update-tags-hook) tags-file) (if counsel-etags-quiet-when-updating-tags nil (message "%s is updated!" tags-file)))))), 1

strange purple display

Hi Nils,

first of all, thank you for providing your emacs configuration. =)

After following the instruction you wrote in the readme everything seems to work, however my emacs looks rather turquoise/purple almost like spacemacs. Why is that and how do I change that?

thank you in advance

Error occurred while loading global extra conf /home/xxx/.ycm_extra_conf.py

Trying to set up Emacs, following your steps, everything seems to work but upon startup, I get error

2019-02-04 19:31:09,735 - ERROR - Error occurred while loading global extra conf /home/ditzel/.ycm_extra_conf.py
Traceback (most recent call last):
  File "/home/ditzel/ycmd/ycmd/extra_conf_store.py", line 99, in _CallGlobalExtraConfMethod
    module = Load( global_ycm_extra_conf, force = True )
  File "/home/ditzel/ycmd/ycmd/extra_conf_store.py", line 178, in Load
    module = LoadPythonSource( _RandomName(), module_file )
  File "/home/ditzel/ycmd/ycmd/utils.py", line 506, in LoadPythonSource
    return importlib.machinery.SourceFileLoader( name, pathname ).load_module()
  File "<frozen importlib._bootstrap_external>", line 399, in _check_name_wrapper
  File "<frozen importlib._bootstrap_external>", line 823, in load_module
  File "<frozen importlib._bootstrap_external>", line 682, in load_module
  File "<frozen importlib._bootstrap>", line 265, in _load_module_shim
  File "<frozen importlib._bootstrap>", line 684, in _load
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/ditzel/.ycm_extra_conf.py", line 32, in <module>
    import ycm_core
ImportError: /home/ditzel/ycmd/ycm_core.so: undefined symbol: clang_getCompletionFixIt
2019-02-04 19:31:09,760 - ERROR - /home/ditzel/ycmd/ycm_core.so: undefined symbol: clang_getCompletionFixIt
Traceback (most recent call last):
  File "/home/ditzel/ycmd/ycmd/utils.py", line 626, in ImportAndCheckCore
    ycm_core = ImportCore()
  File "/home/ditzel/ycmd/ycmd/utils.py", line 617, in ImportCore
    import ycm_core as ycm_core
ImportError: /home/ditzel/ycmd/ycm_core.so: undefined symbol: clang_getCompletionFixIt

why is that? Iinstalled ycmda and changed the path from your specific ones to mine. Help would be appreciated

wrong number of args .. when scannning etags

when hitting M-. on a tag.

universal-etags installed as snap
tried changing this line

                      (format "%s -e -L" (counsel-etags-guess-program                    |                                                                                         
                                          "ctags"))))    

to read

                      (format "%s -e -L" (counsel-etags-guess-program                    |                                                                                         
                                          "universal-ctags"))))    

error in minibuffer is:

Wrong number of arguments: (lambda nil (interactive) (let* ((tags-file (counsel-etags-locate-tags-file))) (if tags-file (progn (my-scan-dir (file-name-directory tags-file) t) (ru\
n-hook-with-args (quote counsel-etags-after-update-tags-hook) tags-file) (if counsel-etags-quiet-when-updating-tags nil (message "%s is updated!" tags-file)))))), 1 

if put universal-ctags above I get garbage inside same err message:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.