Do we have a function that does what the "Close with comment" in Github does? #585
Closed
rodrigomorales1
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can avoid having to move there by adding a binding in You will still have to finish the reply with
We don't have a command for that and I encourage you to write it, but I cannot guarantee that I will merge it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we all know, the button "Close with comment" in Github, appears when commenting in those issues that are opened (see screenshot below). I want to have the same behavior using Forge within Emacs.
Assuming that I'm in a buffer whose major mode is
forge-topic-mode
, the following are the steps that I'm currently using to accomplish the same result of the aforementioned button:forge-create-post
(by default, bound toC-c C-n
) to publish a new comment and publish it.forge-edit-topic-state
(by default, bound toC-c C-e
)I wish I didn't have to move my cursor and, desirably, that Emacs only sends one request instead of two.
I can spend some time writing a Elisp function, but before writing it, I want to make sure that we don't have a function for that.
Beta Was this translation helpful? Give feedback.
All reactions