summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-09-21 03:52:33 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-09-21 03:52:33 +0000
commit218b921b257c5245fa326a1f6096087962cb9ccb (patch)
treee5dcacb7207d07db1f742c109ee1cfc298be1a6f /app-emacs/ecb/files
parentresolves bug 18863 (diff)
downloadgentoo-2-218b921b257c5245fa326a1f6096087962cb9ccb.tar.gz
gentoo-2-218b921b257c5245fa326a1f6096087962cb9ccb.tar.bz2
gentoo-2-218b921b257c5245fa326a1f6096087962cb9ccb.zip
resolves bug 18863
Diffstat (limited to 'app-emacs/ecb/files')
-rw-r--r--app-emacs/ecb/files/70ecb-gentoo.el5
-rw-r--r--app-emacs/ecb/files/digest-ecb-1.961
-rw-r--r--app-emacs/ecb/files/ecb-help.el-ecb-1.96-gentoo.diff24
3 files changed, 30 insertions, 0 deletions
diff --git a/app-emacs/ecb/files/70ecb-gentoo.el b/app-emacs/ecb/files/70ecb-gentoo.el
new file mode 100644
index 000000000000..fff58564279a
--- /dev/null
+++ b/app-emacs/ecb/files/70ecb-gentoo.el
@@ -0,0 +1,5 @@
+
+;;; ecb site-lisp configuration
+
+(setq load-path (cons "@SITELISP@" load-path))
+(require 'ecb)
diff --git a/app-emacs/ecb/files/digest-ecb-1.96 b/app-emacs/ecb/files/digest-ecb-1.96
new file mode 100644
index 000000000000..3c3583ea1854
--- /dev/null
+++ b/app-emacs/ecb/files/digest-ecb-1.96
@@ -0,0 +1 @@
+MD5 3678a87f883ef3f96a20d81068a96ffc ecb-1.96.tar.gz 493263
diff --git a/app-emacs/ecb/files/ecb-help.el-ecb-1.96-gentoo.diff b/app-emacs/ecb/files/ecb-help.el-ecb-1.96-gentoo.diff
new file mode 100644
index 000000000000..839e1d135c87
--- /dev/null
+++ b/app-emacs/ecb/files/ecb-help.el-ecb-1.96-gentoo.diff
@@ -0,0 +1,24 @@
+diff -u ecb-1.96.orig/ecb-help.el ecb-1.96/ecb-help.el
+--- ecb-1.96.orig/ecb-help.el 2003-09-15 03:54:06.000000000 -0500
++++ ecb-1.96/ecb-help.el 2003-09-20 22:19:59.769898240 -0500
+@@ -80,16 +80,7 @@
+ (const :tag "Html" :value html)))
+
+
+-(defcustom ecb-help-info-path (concat
+- (if ecb-running-xemacs
+- (if (file-exists-p
+- (concat ecb-ecb-dir
+- ecb-help-info-subdir
+- ecb-help-info-start-file))
+- ecb-help-info-subdir
+- "../../info/")
+- ecb-help-info-subdir)
+- ecb-help-info-start-file)
++(defcustom ecb-help-info-path "@ECB_INFO@"
+ "*Path where the ECB online help in info format resides.
+ This must be the location of the file \"ecb.info\" which comes with the ECB
+ distribution. If is installed by unpacking the archive available on the ECB
+Only in ecb-1.96: ecb-help.el~
+Common subdirectories: ecb-1.96.orig/html-help and ecb-1.96/html-help
+Common subdirectories: ecb-1.96.orig/info-help and ecb-1.96/info-help