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: package descriptive text and lm-commentary Date: Sun, 04 Aug 2013 16:28:50 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1375648145 9217 80.91.229.3 (4 Aug 2013 20:29:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Aug 2013 20:29:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Willem Rein Oudshoorn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 04 22:29: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 1V64vK-0006L9-Iv for ged-emacs-devel@m.gmane.org; Sun, 04 Aug 2013 22:29:06 +0200 Original-Received: from localhost ([::1]:45301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V64vJ-0004SI-Sc for ged-emacs-devel@m.gmane.org; Sun, 04 Aug 2013 16:29:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V64vB-0004Rx-Dn for emacs-devel@gnu.org; Sun, 04 Aug 2013 16:29:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V64v5-00033d-NY for emacs-devel@gnu.org; Sun, 04 Aug 2013 16:28:57 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:59785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V64v5-00032a-Iz for emacs-devel@gnu.org; Sun, 04 Aug 2013 16:28:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFxKix/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GDMEhkQoDklsDkhyBXoMT X-IPAS-Result: Av4EABK/CFFFxKix/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GDMEhkQoDklsDkhyBXoMT X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="20554824" Original-Received: from 69-196-168-177.dsl.teksavvy.com (HELO pastel.home) ([69.196.168.177]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 04 Aug 2013 16:28:44 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 5410F6643A; Sun, 4 Aug 2013 16:28:50 -0400 (EDT) In-Reply-To: (Willem Rein Oudshoorn's message of "Sun, 04 Aug 2013 22:17:15 +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:162418 Archived-At: >> Not sure what you mean. http://marmalade-repo.org/packages/sparkline >> shows it without the ";;". > Hm, yes you are right. I got confused with the few different places > I saw the package description. So I checked again. > 1 - On the web page of marmalade it is ok > 2 - In emacs, the description with list-packages and showing the details > has the ';;' That indicates that the sparkline-readme.txt on marmalade has the ;; That seems like a problem in the scripts used to built the package on Marmalade. > 3 - If I use `package-upload-buffer' it will create a > sparkline-readme.txt also containing the ';;'. Maybe that's the source of the problem, assuming Marmalade uses package-upload-buffer. At least the sparkline.el buffer looks fine in this respect, so if there's a problem it should be one that affects most/all single-file packages. Stefan