alezost / guix.el

Emacs interface for GNU Guix package manager
https://emacs-guix.gitlab.io/website/
GNU General Public License v3.0
139 stars 16 forks source link

org-mode Scheme source code block collides with guix-devel-code-block-edit #22

Closed wigust closed 6 years ago

wigust commented 6 years ago

Hello Alex,

Before a new emacs-guix release, I want to discus a org-mode Scheme source code block:

#+BEGIN_SRC scheme

#+END_SRC

C-c ' inside this source code block will invoke a new buffer and window. After finishing typing a code, I assume to close it with C-c ', but instead I get a message user-error: The point should be inside ’description’ or ’synopsis’.

So, guix-devel-code-block-edit collide with a default well known by users org-mode behavior. Could we bind guix-devel-code-block-edit to another key?

alezost commented 6 years ago

Could we bind guix-devel-code-block-edit to another key?

Sure, what about putting it to the same prefix as the other commands, I mean C-c . '?

wigust commented 6 years ago

Seems OK for me, thanks.

alezost commented 6 years ago

Great, done by commit ad1f928135a61bcd44e59c85b30fdaab80906989, thanks!