summaryrefslogtreecommitdiff
path: root/devel/emacs-ilisp
diff options
context:
space:
mode:
authoruwe <uwe>2009-08-19 00:45:33 +0000
committeruwe <uwe>2009-08-19 00:45:33 +0000
commit5e38f48727e39bb25505cafca92705c172c56715 (patch)
tree709121d3077145fc4d6c3923003aab812df6c99c /devel/emacs-ilisp
parente87b498deb9977a5a625b27dfa326eddf5f5a95c (diff)
downloadpkgsrc-5e38f48727e39bb25505cafca92705c172c56715.tar.gz
* ilisp-xfr.el (return-ilisp): Add GNU Emacs 22 (tested) and 23 (not
tested) to the list of emacs versions that need comint-input-ring-index "hack". Given that it's been almost 15 years since the date in the preceding comment I wonder if there should be a better way to handle this, but for now just use brute force. Makes comint history navigation work as expected.
Diffstat (limited to 'devel/emacs-ilisp')
-rw-r--r--devel/emacs-ilisp/distinfo3
-rw-r--r--devel/emacs-ilisp/patches/patch-af15
2 files changed, 17 insertions, 1 deletions
diff --git a/devel/emacs-ilisp/distinfo b/devel/emacs-ilisp/distinfo
index ca05d1ac6d0..a6f9f1af453 100644
--- a/devel/emacs-ilisp/distinfo
+++ b/devel/emacs-ilisp/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2009/07/12 21:37:23 minskim Exp $
+$NetBSD: distinfo,v 1.7 2009/08/19 00:45:33 uwe Exp $
SHA1 (ilisp-20021222.tar.gz) = bb3755f9c7168dc8ce212934bedd20eb0feeadf6
RMD160 (ilisp-20021222.tar.gz) = 8fb643c1aa388bfbadf99c23beb5c058183c585e
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 5aa463e76207dc209e0b7ab32deca23a2e852b57
SHA1 (patch-ac) = d615de6a2252001af68aa861621cd02c668e0d75
SHA1 (patch-ad) = 98ab6ed1fc657ded13c4fc7eb287a73f3a5d364a
SHA1 (patch-ae) = 813442ae92c708fc1ce2ad10678b4ecdc174a720
+SHA1 (patch-af) = 23dfee9dffb57799b8918c81e944557e44c28186
diff --git a/devel/emacs-ilisp/patches/patch-af b/devel/emacs-ilisp/patches/patch-af
new file mode 100644
index 00000000000..757d108aabe
--- /dev/null
+++ b/devel/emacs-ilisp/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2009/08/19 00:45:34 uwe Exp $
+
+--- ilisp-xfr.el.orig 2002-05-24 00:41:42.000000000 +0400
++++ ilisp-xfr.el
+@@ -45,7 +45,9 @@
+ ;; 25/11/94 Marco Antoniotti
+ (when (or (eq +ilisp-emacs-version-id+ 'fsf-19)
+ (eq +ilisp-emacs-version-id+ 'fsf-20)
+- (eq +ilisp-emacs-version-id+ 'fsf-21))
++ (eq +ilisp-emacs-version-id+ 'fsf-21)
++ (eq +ilisp-emacs-version-id+ 'fsf-22)
++ (eq +ilisp-emacs-version-id+ 'fsf-23))
+ (setq comint-input-ring-index nil))
+ ;; Nuke symbol table
+ (setq ilisp-original nil)