From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Willem Rein Oudshoorn Newsgroups: gmane.emacs.devel Subject: Re: package descriptive text and lm-commentary Date: Sun, 04 Aug 2013 22:17:15 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1375647461 2689 80.91.229.3 (4 Aug 2013 20:17:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Aug 2013 20:17:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 04 22:17:44 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 1V64kJ-000456-NW for ged-emacs-devel@m.gmane.org; Sun, 04 Aug 2013 22:17:43 +0200 Original-Received: from localhost ([::1]:43811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V64kJ-0001Nq-8x for ged-emacs-devel@m.gmane.org; Sun, 04 Aug 2013 16:17:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V64kB-0001NX-75 for emacs-devel@gnu.org; Sun, 04 Aug 2013 16:17:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V64k6-0007l6-4b for emacs-devel@gnu.org; Sun, 04 Aug 2013 16:17:35 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:53250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V64k5-0007kr-UD for emacs-devel@gnu.org; Sun, 04 Aug 2013 16:17:30 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V64k1-0003KP-Ro for emacs-devel@gnu.org; Sun, 04 Aug 2013 22:17:25 +0200 Original-Received: from ironhead.xs4all.nl ([80.101.115.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Aug 2013 22:17:25 +0200 Original-Received: from woudshoo by ironhead.xs4all.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Aug 2013 22:17:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ironhead.xs4all.nl User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) Cancel-Lock: sha1:EE7kaGnvOJbYxolKBpfnXr6NJUQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:162417 Archived-At: Stefan Monnier writes: >> Yesterday I created my first package, a single .el file. >> Today I noticed that the description of the package, as shown in emacs >> and on marmalade, lookes like: > >> ;;; Commentary: > >> ;; Text bla etce... > > 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 ';;' 3 - If I use `package-upload-buffer' it will create a sparkline-readme.txt also containing the ';;'. It does not really matter but it bugs me. Just for my information, I assume it is supposed to show without the ';;' for single file emacs packages right? > >> 1 - lm-commentary > > lm-commentary is expected to return the text in all its ";;" glory, yes. > Ah, that is good to know. Well, if it keeps bugging me, I will try to figure out what goes wrong. Also, I appreciate the time you took to check out the description. Wim Oudshoorn.