GNU bug report logs - #26032
Indenting in tabulars without &

Previous Next

Package: auctex;

Reported by: Arash Esbati <arash <at> gnu.org>

Date: Wed, 8 Mar 2017 19:45:02 UTC

Severity: normal

Done: Arash Esbati <arash <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ikumi Keita <ikumi <at> ikumi.que.jp>
To: Arash Esbati <arash <at> gnu.org>
Cc: 26032-done <at> debbugs.gnu.org, Mosè Giordano <mose <at> gnu.org>
Subject: bug#26032: Indenting in tabulars without &
Date: Fri, 10 Mar 2017 03:15:03 +0900
Hi Arash,

> I've just pushed a change with `natnump' to git.

I'm afraid that the fix has to be reconsidered.  The current code does
not work as expected when the whole tabular environment itself is
indented like the following examples.

\begin{table}
  \begin{tabular}{ll}
    \multicolumn{2}{c}{These lines will} `M-RET here'
  \end{tabular}
\end{table}

\begin{table}
  \begin{tabular}{ll}
    \multicolumn{2}{c}{These lines will}  \\
    & `C-c C-q C-e here'
  \end{tabular}
\end{table}

So it is not sufficient to examine whether `(- (current-column) 1)' is
negative or not.  I suppose that comparing the `(current-column)' and
`beg-col' would be necessary.  (Or just using `(max (- (current-column)
1) (+ 2 beg-col))' might be sufficient.  I haven't considered the
situation in detail yet.)

Regards,
Ikumi Keita




This bug report was last modified 8 years and 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.