[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 6861a88 10/43: Change encoding of Elisp source f
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 6861a88 10/43: Change encoding of Elisp source files to UTF-8 |
Date: |
Tue, 20 Mar 2018 11:34:07 -0400 (EDT) |
branch: externals/auctex
commit 6861a883168935d89ea453a5e8bfed67cbf95a9b
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>
Change encoding of Elisp source files to UTF-8
* style/alphanum.el:
* style/dk-bib.el:
* style/doc.el:
* style/inputenc.el:
* style/jura.el:
* style/ltx-base.el:
* style/ltxdoc.el:
* tex-font.el:
* tex.el: Change coding of files to UTF-8. Now that we require Emacs >= 24
it
is always possible to use this encoding.
---
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 +++---
9 files changed, 25 insertions(+), 21 deletions(-)
diff --git a/style/alphanum.el b/style/alphanum.el
index 64d694c..d680aac 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: iso-8859-1
+;; coding: utf-8
;; End:
diff --git a/style/dk-bib.el b/style/dk-bib.el
index 63c8d3f..9c35a16 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: iso-8859-1
+;; coding: utf-8
;; End:
;;; dk-bib.el ends here
diff --git a/style/doc.el b/style/doc.el
index 57b3ee9..b6f3060 100644
--- a/style/doc.el
+++ b/style/doc.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2004, 2008, 2016 Free Software Foundation, Inc.
-;; Author: Frank K�ster <address@hidden>
+;; Author: Frank Küster <address@hidden>
;; Maintainer: address@hidden
;; Keywords: tex
@@ -189,5 +189,5 @@
LaTeX-dialect)
;; Local Variables:
-;; coding: iso-8859-1
+;; coding: utf-8
;; End:
diff --git a/style/inputenc.el b/style/inputenc.el
index 53ba4f9..42a99e3 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: iso-8859-1
+;; coding: utf-8
;; End:
;;; inputenc.el ends here
diff --git a/style/jura.el b/style/jura.el
index 4baac97..236f2ce 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: iso-8859-1
+;; coding: utf-8
;; End:
diff --git a/style/ltx-base.el b/style/ltx-base.el
index 12f9234..1237afb 100644
--- a/style/ltx-base.el
+++ b/style/ltx-base.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2004, 2016 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: iso-8859-1
+;; coding: utf-8
;; End:
diff --git a/style/ltxdoc.el b/style/ltxdoc.el
index 7edf178..c645a8b 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: iso-8859-1
+;; coding: utf-8
;; End:
diff --git a/tex-font.el b/tex-font.el
index e2cb4b7..27c9cf2 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,4 +170,8 @@
(provide 'tex-font)
+;; Local Variables:
+;; coding: utf-8
+;; End:
+
;;; tex-font.el ends here
diff --git a/tex.el b/tex.el
index 6e220e4..c923212 100644
--- a/tex.el
+++ b/tex.el
@@ -4830,8 +4830,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
@@ -6648,7 +6648,7 @@ Used as function for validating a variable's
`safe-local-variable' property."
(provide 'tex)
;; Local Variables:
-;; coding: iso-8859-1
+;; coding: utf-8
;; End:
;;; tex.el ends here
- [elpa] externals/auctex updated (aeeedbd -> 0011b68), Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 6cb1e7d 07/43: Remove XEmacs compatibility code in tex.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 2df2746 14/43: Delete unused options, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 52e1426 02/43: Remove XEmacs compatibility code in latex.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 8f46dea 08/43: Remove TeX-line-number-at-pos, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 9ba765e 04/43: Remove TeX-deactivate-mark, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 12618af 09/43: Remove code for compatibility with old Emacsens in tex.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 77c2cda 15/43: Remove XEmacs compatibility code in tex-jp.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 6861a88 10/43: Change encoding of Elisp source files to UTF-8,
Tassilo Horn <=
- [elpa] externals/auctex 62d3606 18/43: Remove compatibility code for XEmacs in tex-fold.el, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 05c09bd 06/43: Remove TeX-how-many function, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex f366130 03/43: Remove old compat functions for commenting and uncommenting, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex f8290fc 21/43: Restore loading of prv-emacs, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 39d4959 23/43: * texmathp.el (texmathp-tex-commands-default): Add entries for breqn.sty., Tassilo Horn, 2018/03/20
- [elpa] externals/auctex d3d321a 05/43: Remove TeX-assoc-string, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex d86e95e 30/43: Support flymake in Emacs 26+ using chktex, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 7f9d64b 39/43: * font-latex.el (font-latex--get-script-props): Use `cl-case' instead of `case'., Tassilo Horn, 2018/03/20
- [elpa] externals/auctex 5592c69 35/43: Improve flymake documentation, Tassilo Horn, 2018/03/20
- [elpa] externals/auctex f7a4622 16/43: Delte prv-xemacs.el, Tassilo Horn, 2018/03/20