help-gnu-emacs
[Top][All Lists]
Advanced

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

fill-paragraph


From: Leo
Subject: fill-paragraph
Date: Wed, 28 Oct 2009 14:01:27 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi all,

I use AUCTeX for editing LaTeX files. I use tikz/pgf for drawing
graphics in TeX. In tikz, each drawing command ends with a `;', for
example:

\begin{tikzpicture}
  \draw (0,0) -- (1,1);
  \draw (1,1) -- (2,2);
\end{tikzpicture}

How can I configure Emacs (possibly by changing paragraph-separate or
paragraph-start) so that M-q (M-x fill-paragraph) does not join those
tikz drawing command.

At the moment if I M-q in the above code it will change to:

\begin{tikzpicture}
  \draw (0,0) -- (1,1); \draw (1,1) -- (2,2);
\end{tikzpicture}

Thank you.

Leo





reply via email to

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