[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] TeX-fold-mode bug?
From: |
Leo |
Subject: |
[AUCTeX-devel] TeX-fold-mode bug? |
Date: |
Fri, 14 Aug 2009 17:58:50 +0100 |
Hi,
Tested in Emacs CVS 2009-08-10 and AUCTeX CVS 2009-08-14.
To reproduce:
1. emacs -q
2. Eval:
(add-hook 'LaTeX-mode-hook 'TeX-fold-mode)
(add-hook 'TeX-fold-mode-hook 'TeX-fold-buffer)
3. Open the following example.tex
\documentclass{article}
\begin{document}
\section{Section one}
\label{sec:section-one}
\section{Section two}
\label{sec:section-two}
\end{document}
When the file is open, the screenshot looks like this:

After typing C-c C-o C-b, it looks like this:

Best wishes,
Leo
--
Leo's Emacs uptime: 10 days, 16 hours, 41 minutes, 57 seconds
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-devel] TeX-fold-mode bug?,
Leo <=