From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vineet Naik Newsgroups: gmane.emacs.help Subject: Getting an error when working with php files in nXhtml mode Date: Fri, 8 Jul 2011 12:12:43 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=90e6ba6150a20bbf0104a7892497 X-Trace: dough.gmane.org 1310107452 14055 80.91.229.12 (8 Jul 2011 06:44:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2011 06:44:12 +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 Jul 08 08:44:07 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qf4nE-0004Sf-9b for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Jul 2011 08:44:04 +0200 Original-Received: from localhost ([::1]:46108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf4nC-0008Cz-CI for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Jul 2011 02:44:02 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf4lz-0008Cq-1O for help-gnu-emacs@gnu.org; Fri, 08 Jul 2011 02:42:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qf4ly-0001QH-4O for help-gnu-emacs@gnu.org; Fri, 08 Jul 2011 02:42:47 -0400 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:33751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf4lx-0001Q5-Mo for help-gnu-emacs@gnu.org; Fri, 08 Jul 2011 02:42:46 -0400 Original-Received: by ewy9 with SMTP id 9so622598ewy.0 for ; Thu, 07 Jul 2011 23:42:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=U0/w1movnrz/pPqqcKpeetzsAmQv+AIqf1ev20HY0vk=; b=ezi4XHjkh1c3bvkyKCtXGE535DaSmM7kbQ7sD1+DKHxfXr+8IYENgqrPQcmPAA6AfX XqcK5pfTnkDIuQMAIel9BA0lTPxMQRW1J4S2brvSGmGmI7JLMPFvp8IjATQJRK+F0XU1 fFuEVYhmnE51i5OidlGykcXUk5Rg6IhBzkxbU= Original-Received: by 10.14.45.77 with SMTP id o53mr482260eeb.112.1310107363950; Thu, 07 Jul 2011 23:42:43 -0700 (PDT) Original-Received: by 10.14.28.138 with HTTP; Thu, 7 Jul 2011 23:42:43 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.41 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:81524 Archived-At: --90e6ba6150a20bbf0104a7892497 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am getting an error while working in .php files that also contain some html. I always get an error whenever typing the opening or closing brackets ( () ) inside php code for eg. if I type getName(); ?> it shows me following error after typing ( and ) in getName() Debugger entered--Lisp error: (wrong-type-argument listp set-from-style) c-electric-paren(nil) call-interactively(c-electric-paren nil nil) Please help! Thanks. -- Vineet Naik --90e6ba6150a20bbf0104a7892497 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,=A0

I am getting an error while working in .php files= that also contain some html.=A0

I always get an e= rror whenever typing the opening or closing brackets ( () ) inside php code=

for eg. if I type=A0

<td>= ;<?php echo $person->getName(); ?></td>

=
it shows me following error after typing ( and ) in getName()

Debugger entered--Lisp error: (wrong-type-argument list= p set-from-style)
=A0 c-electric-paren(nil)
=A0 call-in= teractively(c-electric-paren nil nil)

Please= help!

Thanks.
--
Vineet Naik


--90e6ba6150a20bbf0104a7892497--