pkgsrc-WIP-changes archive

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

(apel-git) Modify poe.el patch for emacs26 (actually 25.1.50 for now), \N to \\N, for old-style backquotes detected! issue



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Dec 17 22:38:26 2016 +0900
Changeset:	e9d568798465a2cd14ca9cd3a3bc6c77f4be047c

Modified Files:
	apel-git/distinfo
	apel-git/patches/patch-poe.el

Log Message:
(apel-git) Modify poe.el patch for emacs26 (actually 25.1.50 for now), \N to \\N, for old-style backquotes detected! issue

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e9d568798465a2cd14ca9cd3a3bc6c77f4be047c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 apel-git/distinfo             |  2 +-
 apel-git/patches/patch-poe.el | 28 ++++++++++++++++++++++++++--
 2 files changed, 27 insertions(+), 3 deletions(-)

diffs:
diff --git a/apel-git/distinfo b/apel-git/distinfo
index bf8b170..c58f138 100644
--- a/apel-git/distinfo
+++ b/apel-git/distinfo
@@ -9,7 +9,7 @@ SHA1 (patch-pces-nemacs.el) = 413980cb3f56da122b0be58a1da84efaa2eb6a74
 SHA1 (patch-pces-om.el) = 3983c483823936de9adda4e7a67bc73f657573a2
 SHA1 (patch-pces-raw.el) = f32fccebded96af9faa9de57a2bd048281964f1e
 SHA1 (patch-poe-18.el) = a8ccc7e506922ce2a70952777fce5db73ff0b2ed
-SHA1 (patch-poe.el) = 38afa0b62c6a527364005149949aabec4bb0717e
+SHA1 (patch-poe.el) = 17bea900f5c7a590e30cf0f96003d8ea0fbe1edb
 SHA1 (patch-poem-e20.el) = fda39649f9e1d739d0734b45d5babf6a13f9d3d2
 SHA1 (patch-poem-ltn1.el) = 417c52e5fc3ec10612b5a55d91dbfad30f8207b4
 SHA1 (patch-poem-nemacs.el) = 04f3bb5426990b9f052e48a3a6238de6d653e9f0
diff --git a/apel-git/patches/patch-poe.el b/apel-git/patches/patch-poe.el
index 7bd23f5..cfa400f 100644
--- a/apel-git/patches/patch-poe.el
+++ b/apel-git/patches/patch-poe.el
@@ -1,5 +1,6 @@
 $NetBSD: patch-poe.el,v 1.1 2013/10/03 11:17:02 makoto Exp $
 
+(1)
 Derived from 
 apel (10.8+0.20120427-4), 0.20120427-4.debian.tar.gz 
 to fix Following problem:
@@ -12,9 +13,32 @@ to fix Following problem:
  Wrong type argument: sequencep, 769
  gmake: *** [elc] Error 255
  ----
+(2)
+Fix following problem for emacs-26 (25.1.50)
+Loading `poe': old-style backquotes detected!
+Invalid read syntax: "Expected opening brace after \\N"
+gmake: *** [Makefile:31: elc] Error 255
 
---- poe.el.orig	2013-10-03 19:21:38.000000000 +0900
-+++ poe.el	2013-10-03 19:33:10.000000000 +0900
+--- poe.el.orig	2016-03-12 23:30:31.000000000 +0900
++++ poe.el	2016-12-14 19:08:13.000000000 +0900
+@@ -1081,7 +1081,7 @@ then capitalize each word in NEWTEXT.
+ If third arg LITERAL is non-nil, insert NEWTEXT literally.
+ Otherwise treat `\' as special:
+   `\&' in NEWTEXT means substitute original matched text.
+-  `\N' means substitute what matched the Nth `\(...\)'.
++  `\\N' means substitute what matched the Nth `\(...\)'.
+        If Nth parens didn't match, substitute nothing.
+   `\\' means insert one `\'.
+ FIXEDCASE and LITERAL are optional arguments.
+@@ -1133,7 +1133,7 @@ then capitalize each word in NEWTEXT.
+ If third arg LITERAL is non-nil, insert NEWTEXT literally.
+ Otherwise treat `\' as special:
+   `\&' in NEWTEXT means substitute original matched text.
+-  `\N' means substitute what matched the Nth `\(...\)'.
++  `\\N' means substitute what matched the Nth `\(...\)'.
+        If Nth parens didn't match, substitute nothing.
+   `\\' means insert one `\'.
+ FIXEDCASE and LITERAL are optional arguments.
 @@ -1667,7 +1667,7 @@ See `walk-windows' for the meaning of MI
                       )))
        ;; arglist: (prefix &optional dir-flag suffix)


Home | Main Index | Thread Index | Old Index