Re: [O] [PATCH] make comment-dwim in source code blocks more DWIM-ish

2013-11-07 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: >> This patch makes it easier to (un)comment lines of babel source. Now >> M-; in a soucre code block should Just Work. > > It does! Something I've been wanting since long. It did work for me (since long) with: --8<---cut here---start-

Re: [O] [PATCH] make comment-dwim in source code blocks more DWIM-ish

2013-11-04 Thread Bastien
Hi Aaron, Aaron Ecay writes: > * lisp/org.el (org-insert-comment, org-comment-or-uncomment-region): > use the relevant language’s major mode comment function if called from > within a source block. > > This patch makes it easier to (un)comment lines of babel source. Now > M-; in a soucre code b

[O] [PATCH] make comment-dwim in source code blocks more DWIM-ish

2013-10-28 Thread Aaron Ecay
* lisp/org.el (org-insert-comment, org-comment-or-uncomment-region): use the relevant language’s major mode comment function if called from within a source block. This patch makes it easier to (un)comment lines of babel source. Now M-; in a soucre code block should Just Work. The modification to