From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Re: How to force redisplay? Date: Fri, 06 Jan 2012 15:53:12 -0500 Message-ID: <87ehvclfif.fsf@iro.umontreal.ca> References: <87mxa0lr32.fsf@iro.umontreal.ca> <87hb08u0th.fsf@gmail.com> <87ipkolh67.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjGmp-0004Zr-NU for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 15:53:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjGmn-0006O8-P9 for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 15:53:15 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:51999 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjGmn-0006No-Gh for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 15:53:13 -0500 In-Reply-To: <87ipkolh67.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Fri, 06 Jan 2012 15:17:20 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org pinard@iro.umontreal.ca (Fran=C3=A7ois Pinard) writes: > I do not remember TAB has any indenting effect, but has you say, it > might not be relevant when using `org-indent-mode'. I take that back! :-) TAB removes prefixing spaces if I happen to have any! Nice. The problem I observed is that the indentation is more to the left than the "lefter" it may be. So it has to be a display problem somehow, I guess. I wondered if there was some simple command to force the display to be recomputed or adjusted (something like recomputing text properties in a synchronous way, at least for the visible part of the window). Fran=C3=A7ois