pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/emacs-ilisp * ilisp-xfr.el (return-ilisp): Add G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/368f4db3433b
branches:  trunk
changeset: 397783:368f4db3433b
user:      uwe <uwe%pkgsrc.org@localhost>
date:      Wed Aug 19 00:45:33 2009 +0000

description:
* 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:

 devel/emacs-ilisp/distinfo         |   3 ++-
 devel/emacs-ilisp/patches/patch-af |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 4790c8cd64ae -r 368f4db3433b devel/emacs-ilisp/distinfo
--- a/devel/emacs-ilisp/distinfo        Wed Aug 19 00:19:16 2009 +0000
+++ b/devel/emacs-ilisp/distinfo        Wed Aug 19 00:45:33 2009 +0000
@@ -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-ac) = d615de6a2252001af68aa861621cd02c668e0d75
 SHA1 (patch-ad) = 98ab6ed1fc657ded13c4fc7eb287a73f3a5d364a
 SHA1 (patch-ae) = 813442ae92c708fc1ce2ad10678b4ecdc174a720
+SHA1 (patch-af) = 23dfee9dffb57799b8918c81e944557e44c28186
diff -r 4790c8cd64ae -r 368f4db3433b devel/emacs-ilisp/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/emacs-ilisp/patches/patch-af        Wed Aug 19 00:45:33 2009 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index