From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: cl-defstruct-based package.el, now with ert tests and no external tar! Date: Tue, 25 Jun 2013 20:28:08 -0400 Message-ID: References: <87y5cx0wh7.fsf@yandex.ru> <87ppy7e5ke.fsf@lifelogs.com> <87vc5x1uzj.fsf@yandex.ru> <87txlcdyl1.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1372206495 6529 80.91.229.3 (26 Jun 2013 00:28:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Jun 2013 00:28:15 +0000 (UTC) Cc: Emacs development discussions , Daniel Hackney , Dmitry Gutov To: Sebastian Wiesner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 26 02:28:14 2013 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 1Urdao-0003tX-71 for ged-emacs-devel@m.gmane.org; Wed, 26 Jun 2013 02:28:14 +0200 Original-Received: from localhost ([::1]:36198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urdan-0001WW-Oo for ged-emacs-devel@m.gmane.org; Tue, 25 Jun 2013 20:28:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urdak-0001VY-Up for emacs-devel@gnu.org; Tue, 25 Jun 2013 20:28:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Urdaj-0007Sd-QK for emacs-devel@gnu.org; Tue, 25 Jun 2013 20:28:10 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:31601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urdaj-0007SW-Mq for emacs-devel@gnu.org; Tue, 25 Jun 2013 20:28:09 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuIKABK/CFFMCppA/2dsb2JhbABEhke3RAEDAQN7F3OCHgEBBAEjMyMQCw4MAhgOAgIUGA0kiB4Grl+CQJAOgSOOVIETA5JbA5IcgV6DEw X-IPAS-Result: AuIKABK/CFFMCppA/2dsb2JhbABEhke3RAEDAQN7F3OCHgEBBAEjMyMQCw4MAhgOAgIUGA0kiB4Grl+CQJAOgSOOVIETA5JbA5IcgV6DEw X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="17169060" Original-Received: from 76-10-154-64.dsl.teksavvy.com (HELO pastel.home) ([76.10.154.64]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 25 Jun 2013 20:28:03 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 85BF3678F1; Tue, 25 Jun 2013 20:28:08 -0400 (EDT) In-Reply-To: (Sebastian Wiesner's message of "Tue, 25 Jun 2013 22:43:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:161065 Archived-At: >>> What languages do you use? They might probably have similar tools=E2= =80=A6 >> Agda, Coq, Haskell, C, Elisp? > Can "cabal" install packages locally? Not sure what that means. But I use it as little as possible anyway (I rarely do more than read some byte sequence from a file and write some other byte-sequence to another file). Stefan