nlamirault / emacs-gitlab

A Gitlab client for Emacs
GNU General Public License v2.0
139 stars 30 forks source link

gitlab-list-all-project-issues can not be used interactively #60

Open YoungFrog opened 5 years ago

YoungFrog commented 5 years ago

https://github.com/nlamirault/emacs-gitlab/blob/68318aca3206d50701039c9aae39734ca29a49f9/gitlab-issues.el#L89-L94

This function is declared interactive, but trying to invoke it fails because the interactive decl doesn't provide the mandatory argument.

EncodePanda commented 1 year ago

Is there a way to work around this? The bug was open 5 years ago. Seems the project is dead?