From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jackson Hamilton Newsgroups: gmane.emacs.devel Subject: Re: Requesting review before pushing patch to ELPA Date: Thu, 5 Feb 2015 10:17:57 -0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013c5ca8c7d27e050e5b52c7 X-Trace: ger.gmane.org 1423160285 20280 80.91.229.3 (5 Feb 2015 18:18:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 18:18:05 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 19:18:04 2015 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 1YJR08-00061K-6D for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 19:18:04 +0100 Original-Received: from localhost ([::1]:43761 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJR07-0001T4-E9 for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 13:18:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJR03-0001Pv-40 for emacs-devel@gnu.org; Thu, 05 Feb 2015 13:18:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJR02-0001k6-3i for emacs-devel@gnu.org; Thu, 05 Feb 2015 13:17:59 -0500 Original-Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:55751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJR01-0001k0-To for emacs-devel@gnu.org; Thu, 05 Feb 2015 13:17:58 -0500 Original-Received: by mail-ob0-f181.google.com with SMTP id vb8so8520026obc.12 for ; Thu, 05 Feb 2015 10:17:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ltNXVX+GuSM80rV1zxgi6N+WIaudAcASal6GxAwaknU=; b=tTjvj3Ho6iFA71hK8pfQImQvVMImIfbKCLHkdfpydOKaRrJSqEHid0KLoYKx1vlDPj DcyKMknEvfKTTaL2Er6+mjkqVScBrYgSrRBu+OBcXNMsC/MXdbFkOxhPrGH8GXwwpaFw KTQLOynCzXHm0MnyXDrQZuX4I99upn1TTRZHoWQkaZDWxfqW+CSZe8jy3v3N9XMB+BpV 5iYToyDC9lpghnDwj6x/P5JX+wu7ajHS1guthuu40XxrjNirt8exSA4ShzPKVwhEp3Oy yddpf/g3EAhEzzxa6ff9vb0TViNDvnThgFMw22sRQHS8qANivqxZhS/2/R9mH0fCcZ7a fwQQ== X-Received: by 10.60.62.42 with SMTP id v10mr3241167oer.45.1423160277191; Thu, 05 Feb 2015 10:17:57 -0800 (PST) Original-Received: by 10.76.24.106 with HTTP; Thu, 5 Feb 2015 10:17:57 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 3GlRlPmPp9Z9aarlbHHTdTu6HO8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::235 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:182467 Archived-At: --089e013c5ca8c7d27e050e5b52c7 Content-Type: text/plain; charset=ISO-8859-1 Heys guys, I am having an issue pushing to ELPA: $ git push origin master Counting objects: 1127, done. Delta compression using up to 4 threads. Compressing objects: 100% (431/431), done. fatal: read error: Connection reset by peer error: pack-objects died of signal 13 error: failed to push some refs to 'git://git.sv.gnu.org/emacs/elpa' I am not sure what's up. I looked up these errors, and apparently "error: pack-objects died of signal 13" has something to do with the size of the push? The push does include my whole project history, but I don't have any particularly large binary files in my repo besides maybe 6 or 7 .png files. I've added the "Project Members GPG Keyring" with gpg --import. Perhaps I am still not properly authenticated? (Sorry, I'm not too familiar with gpg or keys.) Thanks, Jackson On Thu, Feb 5, 2015 at 6:10 AM, Stefan Monnier wrote: > > The attached patches are the current representation of what I intend to > > merge. (Same subtree strategy as before.) > > Looks good to me, > > > Stefan > > > PS: Regarding "eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1))", > this is usually considered a misfeature: the file does not need or make > special use of rainbow-mode. Instead, *you* just happen to like using > rainbow-mode when editing this file. So this customization should be in > your ~/.emacs rather than in the file itself. > --089e013c5ca8c7d27e050e5b52c7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Heys guys, I am having an issue pushing to ELPA:

<= /div>
$ git push origin master
Counting objects: 1127, d= one.
Delta compression using up to 4 threads.
Compressi= ng objects: 100% (431/431), done.
fatal: read error: Connection r= eset by peer
error: pack-objects died of signal 13
erro= r: failed to push some refs to 'git://git.sv.gnu.org/emacs/elpa'

I am not sure what's up.

I looked up these = errors, and apparently "error: pack-objects died of signal 13" ha= s something to do with the size of the push? The push does include my whole= project history, but I don't have any particularly large binary files = in my repo besides maybe 6 or 7 .png files.

I'= ve added the "Project Members GPG Keyring" with gpg --import. Per= haps I am still not properly authenticated? (Sorry, I'm not too familia= r with gpg or keys.)

Thanks,
Jackson=

On Th= u, Feb 5, 2015 at 6:10 AM, Stefan Monnier <monnier@iro.umontreal.ca= > wrote:
&= gt; The attached patches are the current representation of what I intend to=
> merge. (Same subtree strategy as before.)

Looks good to me,


=A0 =A0 =A0 =A0 Stefan


PS: Regarding "eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1= ))",
this is usually considered a misfeature: the file does not need or make
special use of rainbow-mode.=A0 Instead, *you* just happen to like using rainbow-mode when editing this file.=A0 So this customization should be in<= br> your ~/.emacs rather than in the file itself.

--089e013c5ca8c7d27e050e5b52c7--