GNU bug report logs - #62278
28.2; Outline in DocTeX mode

Previous Next

Package: emacs;

Reported by: Jan Braun <Jan.Braun <at> klein-gallien.org>

Date: Sun, 19 Mar 2023 18:15:02 UTC

Severity: normal

Tags: notabug

Found in version 28.2

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: Arash Esbati <arash <at> gnu.org>
To: Jan Braun <Jan.Braun <at> klein-gallien.org>
Cc: 62278 <at> debbugs.gnu.org
Subject: bug#62278: 28.2; Outline in DocTeX mode
Date: Sat, 25 Mar 2023 16:51:25 +0100
[Message part 1 (text/plain, inline)]
Jan Braun <Jan.Braun <at> klein-gallien.org> writes:

>> But even with this code added: we may have to dig deeper 
>> into the problem?

I think I had a typo in the code I suggested, it should read:

(with-eval-after-load "tex-mode"
  (add-hook 'doctex-mode-hook
            (lambda ()
              (setq-local latex-outline-regexp
                          (concat "[% \t]*" "\\\\"
                                  (regexp-opt
                                   (append latex-metasection-list
                                           (mapcar #'car latex-section-alist))
                                   t)))
	      (setq-local outline-regexp latex-outline-regexp))))

Now take a small example like this:

%\iffalse
%<*driver>
\documentclass{ltxdox}
\usepackage{microtype} % and other usual LaTeX preamble stuff
\EnableCrossrefs
\CodelineIndex
\RecordChanges
\setcounter{IndexColumns}{2}
\begin{document}
\DocInput{jb-test.dtx}
\end{document}
%</driver>
%\fi
%
% \section{Introduction}
% This is some introduction.
%
% \section{User macros}
% This is some text.
% And this is some text
%
% \section{Implementation}
%
%    \begin{macrocode}
%<*package>
%    \end{macrocode}
%
%    \begin{macrocode}
\def\foo#1{%
  $#1$%
}
%    \end{macrocode}
%
%    \begin{macrocode}
%</package>
%    \end{macrocode}
%
%\endinput
% Local Variables:
% mode: doctex
% End:

When I start Emacs with 'emacs -Q', open the file above, do
'M-x outline-minor-mode RET' followed by 'C-c @ C-t', this is what I
see:
[outline.png (image/png, inline)]
[Message part 3 (text/plain, inline)]
Or do you expect something else?

Best, Arash

This bug report was last modified 2 years and 134 days ago.

Previous Next


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