emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Behavior of M-q on comments in code blocks


From: Sebastien Vauban
Subject: [O] Behavior of M-q on comments in code blocks
Date: Wed, 05 Feb 2014 11:44:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

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 "<C-f1>") '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 "<C-f1>") '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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]