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

void function bts--debug #13

Open
stardiviner opened this issue Jan 19, 2015 · 6 comments
Open

void function bts--debug #13

stardiviner opened this issue Jan 19, 2015 · 6 comments

Comments

@stardiviner
Copy link

(void-function bts--debug*)
  bts--debug*("start select something. description[%s] method[%s] multiple[%s] require[%s] default[%s] no-error[%s]" "System Type" nil nil t "github" nil)
  bts::select-something(:description "System Type" :candidates ("github") :require t :default "github" :method nil :no-error nil)
  bts::system-select()
  (list (bts::system-select))
  call-interactively(bts:project-new record nil)
  command-execute(bts:project-new record)
  helm-M-x()
  funcall-interactively(helm-M-x)
  call-interactively(helm-M-x nil nil)
  command-execute(helm-M-x)

This is the output when I execute bts:project-new in a GitHub git repository.

@aki2o
Copy link
Owner

aki2o commented Jan 19, 2015

Check to install the required version of log4e.el.

@stardiviner
Copy link
Author

I install bts with el-get, (I guess el-get recipe deal with this installation correctly), and I tried to reinstall log4e and bts, still failed.

@aki2o
Copy link
Owner

aki2o commented Jan 19, 2015

Could you open log4e.el, bts.el and check whether to fill the required version?
If the required version of log4e.el has installed, try to the following steps.

  1. do byte compile for log4e.el
  2. do byte compile for bts.el
  3. restart emacs

If this trouble is resolved by this steps, please tell me
because I had tried to avoid this steps and thought it succeeded.

@stardiviner
Copy link
Author

  • I checked the file version, they are correct, 0.3.0
    2015-01-20-105154_1728x626_scrot
  • And I byte-recompiled these two files, and restart Emacs, and it solved my problem.
  • I guess the problem is in el-get :compile step.

@stardiviner
Copy link
Author

I think this issue should keep open until the el-get installation is success, the byte-compile step will get through.

@aki2o
Copy link
Owner

aki2o commented Jan 20, 2015

OK. Thanks for your inform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants