auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b1ec3ed153374ce802542


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b1ec3ed153374ce80254267977d083cf6cfb0138
Date: Wed, 27 Jan 2016 11:27:15 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  b1ec3ed153374ce80254267977d083cf6cfb0138 (commit)
      from  e9ddab9c38927cedad9f059cd383c83f5e4b67ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b1ec3ed153374ce80254267977d083cf6cfb0138
Author: Mosè Giordano <address@hidden>
Date:   Wed Jan 27 12:21:16 2016 +0100

    Change coding back to iso-8859-1, XEmacs doesn't support utf-8
    
    * font-latex.el: Restore coding to iso-8859-1.
    * style/alphanum.el: Ditto.
    * style/dk-bib.el: Ditto.
    * style/doc.el: Ditto.
    * style/inputenc.el: Ditto.
    * style/jura.el: Ditto.
    * style/ltx-base.el: Ditto.
    * style/ltxdoc.el: Ditto.
    * tex-font.el: Ditto.
    * tex.el: Ditto.

diff --git a/font-latex.el b/font-latex.el
index d60d1c8..12ebd04 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -69,7 +69,7 @@
   "Regexp used to find quotes.")
 (make-variable-buffer-local 'font-latex-quote-regexp-beg)
 
-(defvar font-latex-quote-list '(("``" "''") ("<<" ">>" french) ("«" "»" 
french))
+(defvar font-latex-quote-list '(("``" "''") ("<<" ">>" french) ("«" "»" 
french))
   "List of quote specifiers for quotation fontification.
 
 Each element of the list is either a list consisting of two
@@ -2039,7 +2039,7 @@ END marks boundaries for searching for quotation ends."
 (provide 'font-latex)
 
 ;; Local Variables:
-;; coding: utf-8
+;; coding: iso-8859-1
 ;; End:
 
 ;;; font-latex.el ends here
diff --git a/style/alphanum.el b/style/alphanum.el
index d680aac..64d694c 100644
--- a/style/alphanum.el
+++ b/style/alphanum.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2004 Free Software Foundation, Inc.
 
-;; Author: Frank Küster <address@hidden>
+;; Author: Frank Küster <address@hidden>
 ;; Maintainer: address@hidden
 ;; Keywords: tex
 
@@ -28,7 +28,7 @@
 ;; This is file alphanum.el, which makes AUCTeX usable with jura.cls
 ;; and its style file alphanum.sty.
 ;;
-;; Contributed by Frank Küster <address@hidden>. The code for
+;; Contributed by Frank Küster <address@hidden>. The code for
 ;; reftex has been written by Carsten Dominik, the maintainer of
 ;; reftex, but all the errors are mine.
 
@@ -96,5 +96,5 @@
  LaTeX-dialect)
 
 ;; Local Variables:
-;; coding: utf-8
+;; coding: iso-8859-1
 ;; End:
diff --git a/style/dk-bib.el b/style/dk-bib.el
index 9c35a16..63c8d3f 100644
--- a/style/dk-bib.el
+++ b/style/dk-bib.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2005, 2014 Free Software Foundation, Inc.
 
-;; Author: Arne Jørgensen <address@hidden>
+;; Author: Arne Jørgensen <address@hidden>
 ;; Keywords: tex
 
 ;; This file is part of AUCTeX.
@@ -56,7 +56,7 @@
     options))
 
 ;; Local Variables:
-;; coding: utf-8
+;; coding: iso-8859-1
 ;; End:
 
 ;;; dk-bib.el ends here
diff --git a/style/doc.el b/style/doc.el
index a7177c1..3176368 100644
--- a/style/doc.el
+++ b/style/doc.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2004, 2008 Free Software Foundation, Inc.
 
-;; Author: Frank Küster <address@hidden>
+;; Author: Frank Küster <address@hidden>
 ;; Maintainer: address@hidden
 ;; Keywords: tex
 
@@ -155,5 +155,5 @@
  LaTeX-dialect)
 
 ;; Local Variables:
-;; coding: utf-8
+;; coding: iso-8859-1
 ;; End:
diff --git a/style/inputenc.el b/style/inputenc.el
index 42a99e3..53ba4f9 100644
--- a/style/inputenc.el
+++ b/style/inputenc.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2005, 2014 Free Software Foundation, Inc.
 
-;; Author: Arne Jørgensen <address@hidden>
+;; Author: Arne Jørgensen <address@hidden>
 ;; Keywords: tex
 
 ;; This file is part of AUCTeX.
@@ -81,7 +81,7 @@
  LaTeX-dialect)
 
 ;; Local Variables:
-;; coding: utf-8
+;; coding: iso-8859-1
 ;; End:
 
 ;;; inputenc.el ends here
diff --git a/style/jura.el b/style/jura.el
index 236f2ce..4baac97 100644
--- a/style/jura.el
+++ b/style/jura.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2004 Free Software Foundation, Inc.
 
-;; Author: Frank Küster <address@hidden>
+;; Author: Frank Küster <address@hidden>
 ;; Maintainer: address@hidden
 ;; Keywords: tex
 
@@ -36,5 +36,5 @@
  LaTeX-dialect)
 
 ;; Local Variables:
-;; coding: utf-8
+;; coding: iso-8859-1
 ;; End:
diff --git a/style/ltx-base.el b/style/ltx-base.el
index 4e46354..a586a7a 100644
--- a/style/ltx-base.el
+++ b/style/ltx-base.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2004 Free Software Foundation, Inc.
 
-;; Author: Frank Küster <address@hidden>
+;; Author: Frank Küster <address@hidden>
 ;; Maintainer: address@hidden
 ;; Keywords: tex
 
@@ -83,5 +83,5 @@
  LaTeX-dialect)
 
 ;; Local Variables:
-;; coding: utf-8
+;; coding: iso-8859-1
 ;; End:
diff --git a/style/ltxdoc.el b/style/ltxdoc.el
index c645a8b..7edf178 100644
--- a/style/ltxdoc.el
+++ b/style/ltxdoc.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2004 Free Software Foundation, Inc.
 
-;; Author: Frank Küster <address@hidden>
+;; Author: Frank Küster <address@hidden>
 ;; Maintainer: address@hidden
 ;; Keywords: tex
 
@@ -37,5 +37,5 @@
  LaTeX-dialect)
 
 ;; Local Variables:
-;; coding: utf-8
+;; coding: iso-8859-1
 ;; End:
diff --git a/tex-font.el b/tex-font.el
index 27c9cf2..e2cb4b7 100644
--- a/tex-font.el
+++ b/tex-font.el
@@ -121,9 +121,9 @@
        (list (concat slash citations opt arg) 3 'font-lock-constant-face)
        ;;
        ;; Text between `` quotes ''.
-       (cons (concat (regexp-opt `("``" "\"<" "\"`" "<<" "«") t)
-                     "[^'\">»]+"      ;a bit pessimistic
-                     (regexp-opt `("''" "\">" "\"'" ">>" "»") t))
+       (cons (concat (regexp-opt `("``" "\"<" "\"`" "<<" "«") t)
+                     "[^'\">»]+"       ;a bit pessimistic
+                     (regexp-opt `("''" "\">" "\"'" ">>" "»") t))
              'font-lock-string-face)
        ;;
        ;; Command names, special and general.
@@ -170,8 +170,4 @@
 
 (provide 'tex-font)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; tex-font.el ends here
diff --git a/tex.el b/tex.el
index c2c247c..7f464b3 100644
--- a/tex.el
+++ b/tex.el
@@ -4610,8 +4610,8 @@ element to ALIST-VAR."
   (modify-syntax-entry ?~  "."  TeX-mode-syntax-table)
   (modify-syntax-entry ?$  "$"  TeX-mode-syntax-table)
   (modify-syntax-entry ?'  "w"  TeX-mode-syntax-table)
-  (modify-syntax-entry ?«  "."  TeX-mode-syntax-table)
-  (modify-syntax-entry ?»  "."  TeX-mode-syntax-table)
+  (modify-syntax-entry ?«  "."  TeX-mode-syntax-table)
+  (modify-syntax-entry ?»  "."  TeX-mode-syntax-table)
   (modify-syntax-entry ?|  "."  TeX-mode-syntax-table))
 
 ;;; Menu Support
@@ -6334,7 +6334,7 @@ Emacs 21."
 (provide 'tex)
 
 ;; Local Variables:
-;; coding: utf-8
+;; coding: iso-8859-1
 ;; End:
 
 ;;; tex.el ends here

-----------------------------------------------------------------------

Summary of changes:
 font-latex.el     |    4 ++--
 style/alphanum.el |    6 +++---
 style/dk-bib.el   |    4 ++--
 style/doc.el      |    4 ++--
 style/inputenc.el |    4 ++--
 style/jura.el     |    4 ++--
 style/ltx-base.el |    4 ++--
 style/ltxdoc.el   |    4 ++--
 tex-font.el       |   10 +++-------
 tex.el            |    6 +++---
 10 files changed, 23 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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