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: C-M-h not working properly for PHP class Date: Fri, 28 Jun 2013 09:11:31 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1372404143 28724 80.91.229.3 (28 Jun 2013 07:22:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 07:22:23 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 28 09:22:24 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 1UsT0h-00059q-HC for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Jun 2013 09:22:23 +0200 Original-Received: from localhost ([::1]:57896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsT0h-0002cj-2A for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Jun 2013 03:22:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsSqE-00073L-3h for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 03:11:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsSqD-0001LQ-5v for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 03:11:34 -0400 Original-Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:57984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsSqD-0001L9-0H for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 03:11:33 -0400 Original-Received: by mail-we0-f171.google.com with SMTP id m46so1232112wev.16 for ; Fri, 28 Jun 2013 00:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=UETnMOFrZBCK/DW0gm8oTkhNhagIgrO7TMSGA/Nk3RI=; b=EuWhI5kUd/25SjbYcQE5KW2MXVBsy+8A1X6cHZhiqm4gYFebuQEezQCBOpvnY4FcbP RUqBLg8+zxfVz+w9Pap2sP882gjP1S/KFvB4iFeA7s8R89Gp5CCSbH69LMJyR2200W2e WG613/SvgGeTad+ESMuwAKK2qRoJrmiKRiY2jWVnBk9zReHiEBTHq8p9iMHgec17b/p1 4o7JXSC8iCCE6MMATTLuJtM2W8NuqRNdCniJdsz5hUNnc1Ak+Nf1uPmN0cEC5GEHnpto j25UxvVi7SfkQ23B0vLlvGFPTrVrxD9ifZ2uddYT6+YnLcwpQx/Vni20Ef7jcOCF/9+R audg== X-Received: by 10.180.20.46 with SMTP id k14mr1459790wie.14.1372403491547; Fri, 28 Jun 2013 00:11:31 -0700 (PDT) Original-Received: by 10.194.8.39 with HTTP; Fri, 28 Jun 2013 00:11:31 -0700 (PDT) X-Google-Sender-Auth: DSylWkRiKj0-8qfq7cy-vWJUn8Q X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::22b X-Mailman-Approved-At: Fri, 28 Jun 2013 03:22:15 -0400 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:91810 Archived-At: Hi all, if I use C-M-h (bound to (c-mark-function) in a php script it works fine, while in a php class it marks the whole class instead of the current function. I'm using php-mode on Emacs 24.2.1, does anybody knows a wrokaround for this? Thanks, Luca