auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] manipulating sections with auc-tex


From: Matthieu Moy
Subject: Re: [AUCTeX] manipulating sections with auc-tex
Date: Fri, 26 Aug 2005 10:46:32 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Matthieu Moy <address@hidden> writes:

> Ralf Angeli <address@hidden> writes:
>
>> Maybe you can find out where the problem is and file a bug report to
>> the appropriate address.
>
> There seem to be bugs in outline.el that I've just reported.

RMS just proposed a fix, that should be in outline.el soon (if not
already), but I had no news about the following patch that I posted a
few days ago:

> --- latex.el~   2005-08-22 23:54:46.000000000 +0200
> +++ latex.el    2005-08-23 01:03:17.000000000 +0200
> @@ -4366,6 +4366,11 @@
>    (setq outline-level 'LaTeX-outline-level)
>    (make-local-variable 'outline-regexp)
>    (setq outline-regexp (LaTeX-outline-regexp t))
> +  (make-local-variable 'outline-heading-alist)
> +  (setq outline-heading-alist
> +        (mapcar (lambda (x)
> +                  (cons (concat "\\" (nth 0 x)) (nth 1 x)))
> +                LaTeX-section-list))
>
>    (make-local-variable 'TeX-auto-full-regexp-list)
>    (setq TeX-auto-full-regexp-list

(I guess this is trivial enough, so I didn't request the copyright
assignment, but 'course I'll do it if needed).

-- 
Matthieu




reply via email to

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