From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Emory Smith Newsgroups: gmane.emacs.help Subject: Re: tab / indent / spaces / modes Date: Fri, 30 Jan 2004 17:51:08 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8E671095-5387-11D8-A7AC-000A958A3AF4@mac.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075510460 27179 80.91.224.253 (31 Jan 2004 00:54:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2004 00:54:20 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 31 01:54:11 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 1AmjOl-0000p2-00 for ; Sat, 31 Jan 2004 01:54:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AmjN5-0004uT-CJ for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Jan 2004 19:52:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AmjMO-0004sl-Ru for help-gnu-emacs@gnu.org; Fri, 30 Jan 2004 19:51:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AmjLr-0004iO-JJ for help-gnu-emacs@gnu.org; Fri, 30 Jan 2004 19:51:43 -0500 Original-Received: from [17.250.248.45] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AmjLq-0004i0-V4 for help-gnu-emacs@gnu.org; Fri, 30 Jan 2004 19:51:11 -0500 Original-Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i0V0pA5m013003; Fri, 30 Jan 2004 16:51:10 -0800 (PST) Original-Received: from [192.168.254.2] (home-dhcp3-179.colorado.edu [198.11.17.179]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 3.0) with ESMTP id i0V0p9wJ007953; Fri, 30 Jan 2004 16:51:09 -0800 (PST) In-Reply-To: Original-To: kgold@watson.ibm.com (kgold) X-Mailer: Apple Mail (2.612) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:16537 On Jan 27, 2004, at 2:07 PM, kgold wrote: > richard@sunsetandlabrea.com (Richard Chamberlain) writes: >> >> I'm using php-mode and I want to be able to switch off the indentation >> mode, because what I want for formatting and what php-mode suggests is >> different. > > Rather than turn off indentation, why not just customize it to format > the way you like? In emacs, nearly everything is customizable. > im also using php and having trouble with indentation. i would like to keep the indentation on and customize it (as kgold suggested). my main problem is with comments (// or /**/). php-mode seems to not recognize them as comments and gives me doubly indented line after i use one (even if they are after the semicolon. so i was wondering how i might find out (and change) what character sequences php-mode recognizes as comment delimiters and what it does when it recognizes one. thanks