From: Ulrich Mueller <ulm@gentoo.org>
To: gentoo-lisp@lists.gentoo.org
Subject: Re: [gentoo-lisp] Stabilization of last versions of sbcl and asdf on amd64
Date: Wed, 11 Dec 2013 15:21:04 +0100 [thread overview]
Message-ID: <21160.29904.484956.991867@a1i15.kph.uni-mainz.de> (raw)
In-Reply-To: <20131211140217.GA8049@filladhoo>
>>>>> On Wed, 11 Dec 2013, Chema Alonso wrote:
>> These lines are not in the ebuilds proper, but in lisp code embedded into
>> ebuilds. I think it makes no sense to fix them.
> Changing them to tabs makes the warnings go away and respects the look
> of the lisp code.
For Lisp code embedded in Emacs ebuilds, I've always used the old
shell-archive trick:
sed -e 's/^X//' >"${D}"/etc/sbclrc <<-EOF
;;; The following is required if you want source location functions to
;;; work in SLIME, for example.
X
(setf (logical-pathname-translations "SYS")
X '(("SYS:SRC;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/src/**/*.*")
X ("SYS:CONTRIB;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/**/*.*")))
X
;;; Setup ASDF2
(load "/etc/common-lisp/gentoo-init.lisp")
EOF
This would silence repoman, and both the ebuild and the output file
look nice.
Ulrich
next prev parent reply other threads:[~2013-12-11 14:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-09 15:33 [gentoo-lisp] Stabilization of last versions of sbcl and asdf on amd64 Chema Alonso
2013-12-09 19:11 ` grozin
2013-12-10 9:26 ` Chema Alonso
2013-12-10 9:54 ` Ulrich Mueller
2013-12-10 10:23 ` grozin
2013-12-11 14:02 ` Chema Alonso
2013-12-11 14:21 ` Ulrich Mueller [this message]
2013-12-11 20:33 ` grozin
2013-12-11 20:05 ` Chema Alonso
2013-12-11 20:31 ` grozin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=21160.29904.484956.991867@a1i15.kph.uni-mainz.de \
--to=ulm@gentoo.org \
--cc=gentoo-lisp@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox