From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jmckitrick@gmail.com Newsgroups: gmane.emacs.help Subject: PHP autocomplete mode Date: Fri, 24 Apr 2009 09:30:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1240591382 1949 80.91.229.12 (24 Apr 2009 16:43:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Apr 2009 16:43:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 24 18:44:23 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 1LxOUI-0001vq-OZ for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Apr 2009 18:42:54 +0200 Original-Received: from localhost ([127.0.0.1]:45697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxOSt-0005q8-NS for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Apr 2009 12:41:27 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!t21g2000yqi.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 66.43.153.130 Original-X-Trace: posting.google.com 1240590626 5295 127.0.0.1 (24 Apr 2009 16:30:26 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 24 Apr 2009 16:30:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t21g2000yqi.googlegroups.com; posting-host=66.43.153.130; posting-account=DpCMFwoAAACUUYRrTfjIhGJ0rlD9rT1r User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:168735 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:64008 Archived-At: Hi all, I'm trying to get emacs to have the same level of autocompletion as a colleague running Zend Studio. I can't seem to get etags to pick up all the class member functions, and I can't get the basic php functions to autocomplete either. I have auto-complete.el and init- auto-complete.el, and I have php-manual-path pointing to ~/Documents/ html where the php manual has been downloaded. What else do I need to do? Thanks!