From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: Indenting text bugs. Date: Tue, 02 Mar 2010 17:05:53 +0100 Message-ID: References: <73384c13-4532-43a8-ac2d-6205161cf1a8@e1g2000yqh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267546060 13341 80.91.229.12 (2 Mar 2010 16:07:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2010 16:07:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 02 17:07:35 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NmUd2-0002Qa-Qi for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Mar 2010 17:07:25 +0100 Original-Received: from localhost ([127.0.0.1]:44653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmUd2-0007c7-Aq for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Mar 2010 11:07:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmUcd-0007bA-F5 for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 11:06:59 -0500 Original-Received: from [140.186.70.92] (port=34078 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmUcc-0007ax-Hv for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 11:06:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmUcb-0001FA-PU for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 11:06:58 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34853) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmUcb-0001F3-Hp for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 11:06:57 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NmUcI-0001bb-6e for help-gnu-emacs@gnu.org; Tue, 02 Mar 2010 17:06:38 +0100 Original-Received: from 69-141.eduroam.rwth-aachen.de ([134.61.69.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Mar 2010 17:06:38 +0100 Original-Received: from andrea.crotti.0 by 69-141.eduroam.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Mar 2010 17:06:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 69-141.eduroam.rwth-aachen.de User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:25kDxVm28oBNixe3HA2a8XldvXo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:72313 Archived-At: Defacta writes: > Hello, > > I have bugs with indentation of php files. I use php-mode and > sometimes instead of proposing to complete a name a of function or of > a variable there is the message: Indenting region... done. > > A way of making it bug at all times is to do TAB when I search > something in the page thanks to ctrl+s, if not just having a lot of > php fils opened make emacs indenting fails. > > So what can I do to relaunch indenting mode, the only way I have found > to use indenting when it has bugged is to restart emacs, that's > annoying... I'm not sure I understood, anyway: - indenting with TAB is I think default in many modes, if you have selected some text - why would you press TAB while you search with CTRL-s?