aki2o / emacs-bts

A unified user Interface for various bug tracking systems in Emacs
32 stars 2 forks source link

void function bts--debug #13

Open stardiviner opened 9 years ago

stardiviner commented 9 years ago
(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 commented 9 years ago

Check to install the required version of log4e.el.

stardiviner commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago
stardiviner commented 9 years ago

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

aki2o commented 9 years ago

OK. Thanks for your inform.