From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cezar Newsgroups: gmane.emacs.help Subject: Re: emacs and php Date: Tue, 19 Dec 2006 16:27:36 +0200 Message-ID: <871wmwgduv.fsf@mixandgo.ro> References: <87r6uwgjzi.fsf@mixandgo.ro> <4587E61E.9090608@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166538558 19440 80.91.229.2 (19 Dec 2006 14:29:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Dec 2006 14:29:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 19 15:29:14 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gwfxr-0007hS-L0 for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Dec 2006 15:29:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gwfxr-0004Zp-2t for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Dec 2006 09:29:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gwfxb-0004ZK-UJ for help-gnu-emacs@gnu.org; Tue, 19 Dec 2006 09:28:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GwfxZ-0004Z6-Gc for help-gnu-emacs@gnu.org; Tue, 19 Dec 2006 09:28:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwfxZ-0004Z1-Bu for help-gnu-emacs@gnu.org; Tue, 19 Dec 2006 09:28:49 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GwfxY-0007TM-Kz for help-gnu-emacs@gnu.org; Tue, 19 Dec 2006 09:28:49 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gwfx1-0007TD-CP for help-gnu-emacs@gnu.org; Tue, 19 Dec 2006 15:28:15 +0100 Original-Received: from dyn-86.106.36.106.tm.upcnet.ro ([86.106.36.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Dec 2006 15:28:15 +0100 Original-Received: from cezar by dyn-86.106.36.106.tm.upcnet.ro with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Dec 2006 15:28:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dyn-86.106.36.106.tm.upcnet.ro User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:g46a5uK61XHVCOPK1XjhIYgVhco= 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:39744 Archived-At: Lennart Borgman writes: > Cezar wrote: >> Hello, >> >> I recently got interested in PHP and I would like to use emacs for >> writing PHP code. Currently I am using nxml-mode for xhtml stuff and >> I love it. I've tried using php-mode for xhtml+php (mixing code) and >> it doesn't play nice. >> >> I would like to know if anyone is using emacs to write php code and >> care to share some ideas/customizations/experience/etc. >> >> Best regards, >> Cezar >> > > I have tried a little bit, but not very much. What are you trying to do? I would like to keep the nxml-mode's way of doing thing with xhtml and be able to integrate PHP code into the xhtml code without nxml-mode complaining about it and also make use of the varius php-mode features.