pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/auctex Add patch for compiling with emacs26 (26....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/379f90b3d5ff
branches:  trunk
changeset: 356067:379f90b3d5ff
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 07:26:10 2016 +0000

description:
Add patch for compiling with emacs26 (26.0.50) -- strict syntax check.

diffstat:

 print/auctex/distinfo                         |   3 ++-
 print/auctex/patches/patch-style_subfigure.el |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 5a49c6efb8dd -r 379f90b3d5ff print/auctex/distinfo
--- a/print/auctex/distinfo     Sun Dec 18 06:01:05 2016 +0000
+++ b/print/auctex/distinfo     Sun Dec 18 07:26:10 2016 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.17 2016/08/20 12:27:32 mef Exp $
+$NetBSD: distinfo,v 1.18 2016/12/18 07:26:10 mef Exp $
 
 SHA1 (auctex-11.89.tar.gz) = 339244eee9ac932b6a6e342313ea7ea8653d86f7
 RMD160 (auctex-11.89.tar.gz) = 8926fe01a469bd145ddc191eb76e63712302d14f
 SHA512 (auctex-11.89.tar.gz) = a78ddefb46c1eb271646f3c4e723f49a913e391eb58263df3d3de272bc1ad5b70c0a9de682f28124aa5a48b36c030b3e83425667ee1a1973a054ff03ef1d8be9
 Size (auctex-11.89.tar.gz) = 1332904 bytes
+SHA1 (patch-style_subfigure.el) = c8dca747960b492a26837651d395627707c7de9f
diff -r 5a49c6efb8dd -r 379f90b3d5ff print/auctex/patches/patch-style_subfigure.el
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/auctex/patches/patch-style_subfigure.el     Sun Dec 18 07:26:10 2016 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-style_subfigure.el,v 1.1 2016/12/18 07:26:10 mef Exp $
+
+(with emacs26)
+In toplevel form:
+style/subfigure.el:44:5:Error: missing value for `TeX-complete-list' at end of setq
+
+--- style/subfigure.el.orig    2016-12-18 15:39:04.373535991 +0900
++++ style/subfigure.el 2016-12-18 15:37:18.100484994 +0900
+@@ -48,8 +48,8 @@
+    ;; Install completion for labels:
+    (setq TeX-complete-list
+        (append
+-        '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}")))
+-        TeX-complete-list)
++        '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}"))
++        TeX-complete-list))
+ 
+    ;; Fontification
+    (when (and (featurep 'font-latex)



Home | Main Index | Thread Index | Old Index