From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Behavior of M-q on comments in code blocks Date: Wed, 05 Feb 2014 12:37:21 +0100 Message-ID: <87fvnxu6xa.fsf@gmail.com> References: <86fvnxg7o9.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB0mo-0002m6-GW for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 06:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB0mi-0002MG-7L for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 06:36:58 -0500 Received: from plane.gmane.org ([80.91.229.3]:50484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB0mi-0002MA-1M for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 06:36:52 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WB0mg-0007Bz-AM for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 12:36:50 +0100 Received: from e178190127.adsl.alicedsl.de ([85.178.190.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Feb 2014 12:36:50 +0100 Received: from tjolitz by e178190127.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Feb 2014 12:36:50 +0100 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Sebastien Vauban" writes: Hello, > Some time ago, doing a M-q on a comment in a code block did work. > > For example, the following: I followed up to you post using gnus/message-mode with outorg (i.e. writing the mail in full org-mode), outcommented your first code block and did M-q on the comment line: #+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 the result looks fine, so it might be related to your config. PS #+BEGIN_SRC emacs-lisp (message "%s" (org-version)) #+END_SRC #+results: : 8.2.5g -- cheers, Thorsten