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: Search Elisp buffers with pcase patterns Date: Fri, 07 Aug 2015 11:13:10 -0400 Message-ID: References: <87h9ojj918.fsf@web.de> <87twsfvq02.fsf@web.de> <87mvy5c2rc.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438960426 6683 80.91.229.3 (7 Aug 2015 15:13:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2015 15:13:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 07 17:13:33 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 1ZNjKt-0004FS-CV for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 17:13:31 +0200 Original-Received: from localhost ([::1]:49514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNjKs-0004ZS-II for ged-emacs-devel@m.gmane.org; Fri, 07 Aug 2015 11:13:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNjKd-0004Ym-4j for emacs-devel@gnu.org; Fri, 07 Aug 2015 11:13:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNjKZ-0003R2-6K for emacs-devel@gnu.org; Fri, 07 Aug 2015 11:13:15 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:63786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNjKZ-0003Qu-1b for emacs-devel@gnu.org; Fri, 07 Aug 2015 11:13:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxFgA731xV//gFNJ1cgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAUcPIxALNBIUGA0kiDcIsCSefwEBAQEGAgEfizqFBQeELQW1BCOEFCKCeAEBAQ X-IPAS-Result: A0AxFgA731xV//gFNJ1cgxCEAoVVu0CHSwQCAoE8OxIBAQEBAQEBgQpBBYNdAQEDAUcPIxALNBIUGA0kiDcIsCSefwEBAQEGAgEfizqFBQeELQW1BCOEFCKCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="159086301" Original-Received: from 157-52-5-248.cpe.teksavvy.com (HELO pastel.home) ([157.52.5.248]) by ironport2-out.teksavvy.com with ESMTP; 07 Aug 2015 11:13:10 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6F86A61710; Fri, 7 Aug 2015 11:13:10 -0400 (EDT) In-Reply-To: <87mvy5c2rc.fsf@web.de> (Michael Heerdegen's message of "Wed, 05 Aug 2015 14:56:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:188553 Archived-At: >> Done, thanks. > Why doesn't it appear in the package manager? Is the reason that the > version "0.0.2" starts with a zero? The README says only a version of > "0" would indicate that a package should not yet be released. No, it was the failure to follow the usual formatting conventions (missing semi-colon on the first line, and missing final line). M-x checkdoc-current-buffer would have helped. Stefan