pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/auctex
Module Name: pkgsrc
Committed By: mef
Date: Sun Dec 18 07:26:11 UTC 2016
Modified Files:
pkgsrc/print/auctex: distinfo
Added Files:
pkgsrc/print/auctex/patches: patch-style_subfigure.el
Log Message:
Add patch for compiling with emacs26 (26.0.50) -- strict syntax check.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/auctex/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/auctex/patches/patch-style_subfigure.el
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/auctex/distinfo
diff -u pkgsrc/print/auctex/distinfo:1.17 pkgsrc/print/auctex/distinfo:1.18
--- pkgsrc/print/auctex/distinfo:1.17 Sat Aug 20 12:27:32 2016
+++ pkgsrc/print/auctex/distinfo Sun Dec 18 07:26:10 2016
@@ -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
Added files:
Index: pkgsrc/print/auctex/patches/patch-style_subfigure.el
diff -u /dev/null pkgsrc/print/auctex/patches/patch-style_subfigure.el:1.1
--- /dev/null Sun Dec 18 07:26:11 2016
+++ pkgsrc/print/auctex/patches/patch-style_subfigure.el Sun Dec 18 07:26:10 2016
@@ -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