From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Eure Newsgroups: gmane.emacs.help Subject: Re: Docblocks in php mode Date: Sun, 7 Jun 2009 22:33:30 -0700 Message-ID: References: <50ac24bc-27d3-4bfb-ae0a-c00af635b538@n19g2000vba.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244439263 22841 80.91.229.12 (8 Jun 2009 05:34:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2009 05:34:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: jmckitrick@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 08 07:34:18 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MDXUw-0006bA-Ai for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2009 07:34:18 +0200 Original-Received: from localhost ([127.0.0.1]:35004 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDXUv-0002Oq-K5 for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2009 01:34:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDXUL-0002MP-Cv for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 01:33:41 -0400 Original-Received: from [199.232.76.173] (port=43331 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDXUK-0002Lq-Lf for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 01:33:40 -0400 Original-Received: from zimbra.digg.com ([64.191.203.36]:45068 helo=mail.digg.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDXUK-0003rR-BH for help-gnu-emacs@gnu.org; Mon, 08 Jun 2009 01:33:40 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id E4C36A8573E; Sun, 7 Jun 2009 22:33:39 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Score: -0.157 Original-Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kon+5-RfUl9g; Sun, 7 Jun 2009 22:33:35 -0700 (PDT) Original-Received: from [192.168.1.100] (adsl-69-104-141-193.dsl.pltn13.pacbell.net [69.104.141.193]) by mail.digg.com (Postfix) with ESMTP id 549A5A856EC; Sun, 7 Jun 2009 22:33:33 -0700 (PDT) In-Reply-To: <50ac24bc-27d3-4bfb-ae0a-c00af635b538@n19g2000vba.googlegroups.com> X-Mailer: Apple Mail (2.935.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65030 Archived-At: On Jun 4, 2009, at 6:24 AM, jmckitrick@gmail.com wrote: > I'm using exuberant tags and auto complete to get some of what Zend > offers, but is there a module to insert and even parse php docblocks? > I've not found any on the web so far. I played with Doxymacs[1] a while back, and it seemed pretty capable. I have yasnippet templates which insert function skeletons with docblocks, and I never got around to switching 100%. But it's going to be the closest thing to what you want. I don't know of anything that parses them, but it should be pretty trivial to implement in elisp. [1]: http://doxymacs.sourceforge.net/