auctex-devel
[Top][All Lists]
Advanced

[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:

PNG image


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

PNG image

Best wishes,

Leo

-- 
Leo's Emacs uptime: 10 days, 16 hours, 41 minutes, 57 seconds

reply via email to

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