[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] Re: *Article* printing problems
From: |
Jochen Küpper |
Subject: |
[AUCTeX-devel] Re: *Article* printing problems |
Date: |
Thu, 04 Aug 2005 22:07:18 +0200 |
F-up2: address@hidden
Katsumi Yamaoka <address@hidden> writes:
>>>>>> In <address@hidden> Jochen Küpper wrote:
>
>> When I try to print an article via A P I get an error and the
>> following backtrace. When I go to the article buffer, switch to
>> text-mode and M-x ps-print-buffer it does work, however.
[...]
> While I'm not sure of it since I'm not an auctex user, it seems to
> be an auctex bug,
Thank you very much! Indeed does this solve my problem.
The patch for current cvs (of auctex) is as follows:
,----
| Index: font-latex.el
| ===================================================================
| RCS file: /cvsroot/auctex/auctex/font-latex.el,v
| retrieving revision 5.133
| diff -u -r5.133 font-latex.el
| --- font-latex.el 21 Jul 2005 18:51:37 -0000 5.133
| +++ font-latex.el 4 Aug 2005 20:03:26 -0000
| @@ -1501,8 +1501,8 @@
| "Face used to highlight preprocessor directives in docTeX mode.")
|
| (defface font-latex-doctex-preprocessor-face
| - '((t (:inherit (list font-latex-doctex-documentation-face
| - font-lock-preprocessor-face))))
| + '((t (:inherit (font-latex-doctex-documentation-face
| + font-lock-preprocessor-face))))
| "Face used to highlight preprocessor directives in docTeX mode."
| :group 'font-latex-highlighting-faces)
|
`----
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)
- [AUCTeX-devel] Re: *Article* printing problems,
Jochen Küpper <=