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: Re: Re-including rst.el into Emacs repository Date: Wed, 30 May 2012 21:15:42 +0200 Message-ID: <5656.1338405342@theowa.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> 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 1338405359 26685 80.91.229.3 (30 May 2012 19:15:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 May 2012 19:15:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 30 21:15:58 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 1SZoNB-0003ew-8s for ged-emacs-devel@m.gmane.org; Wed, 30 May 2012 21:15:57 +0200 Original-Received: from localhost ([::1]:37174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZoNA-0000wB-Ni for ged-emacs-devel@m.gmane.org; Wed, 30 May 2012 15:15:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZoN8-0000w6-4l for emacs-devel@gnu.org; Wed, 30 May 2012 15:15:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZoN6-0002gx-An for emacs-devel@gnu.org; Wed, 30 May 2012 15:15:53 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.171]:59404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZoN6-0002gq-1H for emacs-devel@gnu.org; Wed, 30 May 2012 15:15:52 -0400 Original-Received: from theowa.merten-home.homelinux.org (ip-109-84-0-23.web.vodafone.de [109.84.0.23]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0M4kN3-1RoqtM2eLt-00yfrF; Wed, 30 May 2012 21:15:50 +0200 Original-Received: by theowa.merten-home.homelinux.org (Postfix, from userid 1000) id 8AE49401D4; Wed, 30 May 2012 21:15:42 +0200 (CEST) Original-Received: from theowa.merten-home.homelinux.org (localhost [127.0.0.1]) by theowa.merten-home.homelinux.org (Postfix) with ESMTP id 85D7C7A00C for ; Wed, 30 May 2012 21:15:42 +0200 (CEST) In-reply-to: Comments: In-reply-to Stefan Monnier message dated "Tue, 29 May 2012 22:36:49 -0400." X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.1.1 X-Provags-ID: V02:K0:9Yg1ui4p1OaGKAFlDnoY4d32rRNtN8uRvn0G7WBA3Ne cZJFvlgGNN6/Y87xYkvs7GU3J6IatwaGOA4bTUe2eYbyRsleES CrRrTCaXDYxqT2g9ioAtPoLoCnxlsqaRZGy5CztXFXh+WAkkPx bhH53U5vrhABdi3+aZNIpBfp7w1qxOJpdOzyeJp38zgxD7C0VM 5B//9ym8mWUyFWnPJNeTQgDtMz3Rd9CwcWIgU093LQ65ICtcnt tDO9+/EvzHppYXU6l77Ae4thR+pjTw7U8Buezx8szzroEhLBPz 63kk99uTDRqpcoTIlseoHLXkBk9thljgHv7V4SbL0/E6x4iEDU tAdPjzYa9pnmFRSOmoAtb9NEOT42cn5yKdceqVFXV0m0hHjTxr XTAyvllMxMBAylyIJ8psYl4B41CPgOvcCY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.126.171 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:150690 Archived-At: --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi Stefan! Today Stefan Monnier wrote: > But when working between two separate repositories > that do not share metadata, it's useful to preserve this > "metadata" explicitly since the VCS won't do it for you. Ah ok. I agree that this makes sense. I will care about this in the future. However, in this case this is really long ago (several years) and has been done by someone else and it is hard to figure this out now. So far I never byte-compiled elisp code. I'll try this using the documentation with the goal of removing the warnings from the byte-compiler. So far I have one question. Now there are warnings like Function `signum' from cl package called at runtime I guess they come from `cl'. Do I need to care about these? Gr=FC=DFe Stefan --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQCVAwUBT8Zx2wnTZgC3zSk5AQINrQP+P/oGu9k9Ike/A8+QtcGzLVvBerYpy/0u AcW934D7Iu0s6G/93z2GdAhPV7tSeKTwqTAltjzA50Px/GrCBwmrJQ4QrUrowil8 gXPz3PA3oSSoRSZVnLO+SM/b+z2YgRgGZw/eOV4Ngc8VFNhtEDzH5Bv+0nhy5N3i BsMAn7T24h4= =APNf -----END PGP SIGNATURE----- --=-=-=--