From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Behavior of M-q on comments in code blocks Date: Wed, 05 Feb 2014 11:44:54 +0100 Message-ID: <86fvnxg7o9.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, Some time ago, doing a M-q on a comment in a code block did work. For example, the following: #+begin_src emacs-lisp ;; display symbol definitions, as found in the relevant manual (for AWK, C, Emacs Lisp, LaTeX, M4, Makefile, Sh and other languages that have documentation in Info) (global-set-key (kbd "") 'info-lookup-symbol) #+end_src became: #+begin_src emacs-lisp ;; display symbol definitions, as found in the relevant manual (for AWK, C, ;; Emacs Lisp, LaTeX, M4, Makefile, Sh and other languages that have ;; documentation in Info) (global-set-key (kbd "") 'info-lookup-symbol) #+end_src after `M-q' on the comment line (without going to the indirect buffer). This does not work anymore, as you can see on http://screencast.com/t/iauhzbvnmXXn. It even completely breaks the block itself. Though, I can't say whether the fact it does not work anymore is due to changes in Org or in my Emacs configuration. Any hint? Best regards, Seb -- Sebastien Vauban