From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Merten Newsgroups: gmane.emacs.devel Subject: Using cl in rst.el and elsewhere (was: Re: Re-including rst.el into Emacs repository) Date: Sat, 02 Jun 2012 12:05:47 +0200 Message-ID: <607.1338631547@eskebo.merten-home.homelinux.org> References: <30996.1335792548@eskebo.merten-home.homelinux.org> <7259.1336421206@theowa.merten-home.homelinux.org> <6563.1338323400@theowa.merten-home.homelinux.org> <5656.1338405342@theowa.merten-home.homelinux.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: dough.gmane.org 1338631581 19797 80.91.229.3 (2 Jun 2012 10:06:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2012 10:06:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 02 12:06:21 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SalDw-0000nY-Mb for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2012 12:06:20 +0200 Original-Received: from localhost ([::1]:46101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SalDw-0008Rw-E0 for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2012 06:06:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SalDu-0008Rr-61 for emacs-devel@gnu.org; Sat, 02 Jun 2012 06:06:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SalDs-000740-HA for emacs-devel@gnu.org; Sat, 02 Jun 2012 06:06:17 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:58500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SalDs-00073o-7j for emacs-devel@gnu.org; Sat, 02 Jun 2012 06:06:16 -0400 Original-Received: from eskebo.merten-home.homelinux.org (krsn-4d0b8a95.pool.mediaWays.net [77.11.138.149]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MbsGc-1SKk0Q3VKA-00JaPZ; Sat, 02 Jun 2012 12:06:12 +0200 Original-Received: by eskebo.merten-home.homelinux.org (Postfix, from userid 1000) id 58A61C1666; Sat, 2 Jun 2012 12:05:47 +0200 (CEST) Original-Received: from eskebo.merten-home.homelinux.org (localhost [127.0.0.1]) by eskebo.merten-home.homelinux.org (Postfix) with ESMTP id 47356C1663 for ; Sat, 2 Jun 2012 12:05:47 +0200 (CEST) In-reply-to: Comments: In-reply-to Glenn Morris message dated "Thu, 31 May 2012 14:15:52 -0400." X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.1.1 X-Provags-ID: V02:K0:/GOBAXMnOlgxIn1vhnBQaUj16d71b0KOnloA/XPhVia kBfcP1StG5mjTAB/yUM5pUG8H+QxP71NB96lXcIveWxbgQufJi WwhL8Y+Skwexfv/JTfeDS5BLipzFfPDUq79Qfa62TObv2kZ8CM 0SKq44t4XcUABoZ1J2jCGpwBcJ+KtmIILWMfDZgu6htVRo++U1 be7ZPnyudG3UazDj5fRREi9zQxr5mxoj1sPx/Q+PXkq7y5wM/D /Uc7enyVMwWrayCfpBwlzDe8P/27oJagewetm1+4AQ9A/zLL4L ElIHBrckVi8VYUoN8x3uRMmL4lVe6ffvXzMQyAp4aaKMU6gIax Hw5Pp/O1H8NyS5Asb4V7wT4DPvhDk/oE9Rdfn294/NhyLo+52C IAoktirtNRYQqniGF8rZXGCTMMvxwxTxj0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150727 Archived-At: --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi! 2 days ago Glenn Morris wrote: > Stefan Merten wrote: >=20 >> Function `signum' from cl package called at runtime >>=20 >> I guess they come from `cl'. Do I need to care about these? >=20 > Yes. Oops that's serious :-( . I fixed it by always requiring `cl' again. But I guess this is a common problem. Isn't there a common solution? I.e. is there a package containing the cl functions with a proper name prefix like `cl-signum'? Gr=FC=DFe Stefan --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQCVAwUBT8nlewnTZgC3zSk5AQLwbAQAjQBkt8wWyU6cWaz/uRPatNv4YPeZWAVL tmYilnMRLx7uc1QdZc1HLR14JSt8QcTBBrrz3Jpw0gk/+BypOaEdUpbL5iY+c7si D+vYZKkxSiWc/bQHfsHzcW1guuFhPdGuPfdwJHpThLXDFtnO7ooYA/LCmvX/+Fx5 y0TVPsjeQAg= =v+Mm -----END PGP SIGNATURE----- --=-=-=--