There are two bugs in lscape.el of 2012-12-26. I attach a patch which
corrects the two bugs.

Happy TeXing
Jobst
-- 
Prof. Dr. Jobst Hoffmann            Tel:   +49 (241) 6009-5 31 59
Fachhochschule Aachen Abt. Jülich   Fax:   +49 (241) 6009-5 31 89
Fachbereich 09                      email: [email protected]


--- lscape.el	2012-12-26 19:58:11.000000000 +0100
+++ lscape.el.ok	2013-04-05 12:30:04.000000000 +0200
@@ -34,9 +34,9 @@
  "lscape"
  (lambda ()
    (LaTeX-add-environments
-    "landscapee"))
+    "landscape")
  ;; lscape uses graphics internally to handle the work
- (TeX-run-style-hooks "graphics"))
+ (TeX-run-style-hooks "graphics")))
 
 (defvar LaTeX-lscape-package-options '("pdftex")
   "Package options for the lscape package.")

_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to