emacs-bts icon indicating copy to clipboard operation
emacs-bts copied to clipboard

void function bts--debug

Open stardiviner opened this issue 9 years ago • 6 comments

(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.

stardiviner avatar Jan 19 '15 03:01 stardiviner

Check to install the required version of log4e.el.

aki2o avatar Jan 19 '15 04:01 aki2o

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.

stardiviner avatar Jan 19 '15 16:01 stardiviner

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.

aki2o avatar Jan 19 '15 18:01 aki2o

  • 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 avatar Jan 20 '15 03:01 stardiviner

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

stardiviner avatar Jan 20 '15 03:01 stardiviner

OK. Thanks for your inform.

aki2o avatar Jan 20 '15 05:01 aki2o