help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] [Patch]Reorganisation of the gnu-smalltalk emacs mo


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] [Patch]Reorganisation of the gnu-smalltalk emacs mode files
Date: Thu, 24 Jun 2010 18:52:38 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5

On 06/24/2010 06:36 PM, Jochen Schmitt wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hallo,

I want to make the suggestion to put the emacs mode files which
you deliver with gnu-smalltalk into a seperate directory. Therefore
I have create a patch which I have introduced on gnu-smalltalk-3.2-3.fc14.

the content of this patch you may find below for upstream integration.

Best Regards:

Jochen Schmitt

diff -up smalltalk-3.2/Makefile.am.emx smalltalk-3.2/Makefile.am
- --- smalltalk-3.2/Makefile.am.emx       2010-05-02 09:06:58.000000000
+0200
+++ smalltalk-3.2/Makefile.am   2010-06-23 19:15:28.336773575 +0200
@@ -69,7 +69,9 @@ bin_SCRIPTS = gst-config
  DISTCLEANFILES = termbold termnorm pkgrules.tmp
  CLEANFILES = gst.im $(nodist_lisp_LISP) $(nodist_lispstart_LISP)

- -lispstartdir = $(lispdir)/site-start.d
+sitelispdir = ${datadir}/emacs/site-lisp
+lispdir = ${sitelispdir}/gnu-smalltalk
+lispstartdir = $(sitelispdir)/site-start.d

I'm applying this instead:

diff --git a/Makefile.am b/Makefile.am
index a98e099..9f24d42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,6 +69,7 @@ bin_SCRIPTS = gst-config
 DISTCLEANFILES = termbold termnorm pkgrules.tmp
 CLEANFILES = gst.im $(nodist_lisp_LISP) $(nodist_lispstart_LISP)

+lispdir = ${datadir}/emacs/site-lisp
 lispstartdir = $(lispdir)/site-start.d

 if WITH_EMACS

Since on Fedora I found that quite a few packages install straight in site-lisp.

Thanks!

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]