From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Re: TABS editing php code in emacs Date: Fri, 07 May 2004 23:02:45 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87k6zoj6h6.fsf@emptyhost.emptydomain.de> References: <5d03e26c.0405040701.2fb81376@posting.google.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083964998 23537 80.91.224.253 (7 May 2004 21:23:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 May 2004 21:23:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 07 23:23:05 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMCoD-00084a-00 for ; Fri, 07 May 2004 23:23:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMCiO-00069p-Vg for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2004 17:17:05 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-X-Complaints-To: http://news.individual.net/abuse.html Original-X-Trace: news.uni-berlin.de In26zLUW7u/2IEs6YnfWBwgZgVQm8iWgoxt4GZimmBwm2tO8oUakI4mzg= User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:hGTthBhuRiC/ueEU4LgkQEEBFv0= Original-Xref: shelby.stanford.edu gnu.emacs.help:123065 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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 Xref: main.gmane.org gmane.emacs.help:18352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18352 patel@cs.utk.edu (Jay Patel) writes: > I am creating and editing .php files in emacs and want to know how to > set the tabs to indent according to the nested parentheses. How can I > set that up? Search your disk or the Web for a file php-mode.el or php4-mode.el or similar. That should give you a head start on this. Kai