From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: Re: C-M-h not working properly for PHP class Date: Wed, 3 Jul 2013 08:23:40 +0200 Message-ID: References: <8DFD9FD1-E5D4-400E-93AA-42C19DE4E2C4@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1372832631 30886 80.91.229.3 (3 Jul 2013 06:23:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Jul 2013 06:23:51 +0000 (UTC) Cc: help-gnu-emacs To: Chris Van Dusen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 03 08:23:54 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UuGTp-0006g6-KZ for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jul 2013 08:23:53 +0200 Original-Received: from localhost ([::1]:42092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuGTp-0000pG-7n for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jul 2013 02:23:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuGTf-0000p6-BP for help-gnu-emacs@gnu.org; Wed, 03 Jul 2013 02:23:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuGTd-0004GJ-JL for help-gnu-emacs@gnu.org; Wed, 03 Jul 2013 02:23:43 -0400 Original-Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:47266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuGTd-0004G5-BE for help-gnu-emacs@gnu.org; Wed, 03 Jul 2013 02:23:41 -0400 Original-Received: by mail-we0-f177.google.com with SMTP id m19so4860262wev.22 for ; Tue, 02 Jul 2013 23:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=k1biwDUISgstzOBRCwgNAMUUc9X1ZwhFmFurcguDLI0=; b=SCnCZMgzyaXplHRemOMaz6NDReKHI3WjPtCZmIP3BpwOSMv2QweAG6/fvC2J9AsIoT mtCMOrOwViza5XbdiMiOZLOwpcPxvSZDPqO4tdhEift+kD0a08+iq/Nz3BC/aC5Kqb5Q Z+7eX03v8vK9rLeywzn3EbGPejBhPEkxO7v7DXsr+k+MsGr1xJGRB48RXmjCA4XX3eP8 BXfIB+VjHeztwIhGIoLbIF/seUG7/4mMYmXNsK9PQqlSpgYP/ObTFUuCSiKGW+LJU5ZE CKLht+G2dq6kv/0YubaeZ/pN3Jjr5ZCyhkKTiqPjfIwqNaNCl7M3YnxamW4mnsGu+nPp ZupA== X-Received: by 10.194.19.3 with SMTP id a3mr26166092wje.54.1372832620652; Tue, 02 Jul 2013 23:23:40 -0700 (PDT) Original-Received: by 10.194.8.39 with HTTP; Tue, 2 Jul 2013 23:23:40 -0700 (PDT) In-Reply-To: <8DFD9FD1-E5D4-400E-93AA-42C19DE4E2C4@gmail.com> X-Google-Sender-Auth: MBT1RoBXfY3XzXHZ2ryCyH-XRWc X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91911 Archived-At: On Tue, Jul 2, 2013 at 11:58 AM, Chris Van Dusen wrote: > Which php-mode are you using? The one available from https://github.com/ejmr/php-mode > (not sure if this is the same one from melba) uses mark-defun exactly because c-mark-defun > doesn't recognize classes. > > I've found this version of php-mode to be the most complete (and maintained). > I was not aware of this implementation, I was using this one (quite old) http://php-mode.sourceforge.net/ Let me try the one you pointed me to. Thanks, Luca