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: [RFC] Editing Lisp through changing indentation Date: Thu, 29 Aug 2013 16:04:44 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1377806707 18982 80.91.229.3 (29 Aug 2013 20:05:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2013 20:05:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Barry OReilly Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 29 22:05:07 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 1VF8Sk-0003O4-Ov for ged-emacs-devel@m.gmane.org; Thu, 29 Aug 2013 22:05:02 +0200 Original-Received: from localhost ([::1]:45552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF8Sk-0000NA-BZ for ged-emacs-devel@m.gmane.org; Thu, 29 Aug 2013 16:05:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF8Sb-0000Mn-2h for emacs-devel@gnu.org; Thu, 29 Aug 2013 16:05:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VF8ST-0007RW-PW for emacs-devel@gnu.org; Thu, 29 Aug 2013 16:04:53 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:25766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF8ST-0007RO-Ky for emacs-devel@gnu.org; Thu, 29 Aug 2013 16:04:45 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFHO+KK6/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOkeoFegxM X-IPAS-Result: Av4EABK/CFHO+KK6/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOkeoFegxM X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="25967901" Original-Received: from 206-248-162-186.dsl.teksavvy.com (HELO pastel.home) ([206.248.162.186]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 29 Aug 2013 16:02:03 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 7C23562EEB; Thu, 29 Aug 2013 16:04:44 -0400 (EDT) In-Reply-To: (Barry OReilly's message of "Thu, 29 Aug 2013 15:50:08 -0400") 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:163092 Archived-At: > In ELPA, 'make archive' Why do you need to run that? > expects a package ChangeLog, even while > existing packages don't have one. At the time it is run, there should be one. > Shall I commit this? No, I'd rather get an error if the ChangeLog is somehow missing. > After that, list-packages shows the new adjust-parens package in the > local ELPA archive. The way you should do it is just "make" and then point your archive to .../elpa/packages. > -*** Commit your changes the usual way ("bzr add", "bzr commit", etc). > +*** Commit your changes the usual way ("git add", "git commit", etc). > -Changes in the Bzr repository do not immediately propagate to the > +Changes in the Git repository do not immediately propagate to the > user-facing archive (what users see when they do `M-x list-packages'). > That is done by deploying the archive. > @@ -67,7 +67,7 @@ and adds them to the archive. > ** To access a deployed archive > -To access the archive via HTPP, have a symlink (say) /var/www/packages > +To access the archive via HTTP, have a symlink (say) /var/www/packages > pointing to DEST/packages, and set up Emacs with Oops, thanks. Feel free to install these fixes. > The ELPA README mentions having a "site" build target, but: > $ make site > make: *** No rule to make target `site'. Stop. > If the site target to Make is indeed gone, I'll remove wording from > the README about it too. Right, it should be replaced with the new steps of running just "make" and pointing to .../elpa/packages rather than .../elpa/site. > With no objections, I'll commit the above diffs and the attached > adjust-parens.el file to ELPA. Sounds good, thank you. Stefan