From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Indentation and visual-line-mode Date: Fri, 25 Nov 2011 09:00:06 -0500 Message-ID: References: <878vn44kbi.fsf@tsdh.uni-koblenz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322229626 10223 80.91.229.12 (25 Nov 2011 14:00:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Nov 2011 14:00:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 25 15:00:22 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RTwKD-0002qb-Jn for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2011 15:00:22 +0100 Original-Received: from localhost ([::1]:53603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTwKC-00055s-Su for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2011 09:00:20 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:47278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTwK9-00055i-87 for emacs-devel@gnu.org; Fri, 25 Nov 2011 09:00:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTwK0-0003x9-TH for emacs-devel@gnu.org; Fri, 25 Nov 2011 09:00:17 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:43675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTwK0-0003wd-OX for emacs-devel@gnu.org; Fri, 25 Nov 2011 09:00:08 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id pAPE06vj027968; Fri, 25 Nov 2011 09:00:06 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 6157958D75; Fri, 25 Nov 2011 09:00:06 -0500 (EST) In-Reply-To: <878vn44kbi.fsf@tsdh.uni-koblenz.de> (Tassilo Horn's message of "Fri, 25 Nov 2011 10:34:25 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4052=0 X-NAI-Spam-Version: 2.2.0.9286 : core <4052> : streams <704694> : uri <1015370> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146227 Archived-At: > which looks pretty weird. Is there some option that allows the wrapped > lines to be visually indented relative to the current logical line? If by "option" you mean a configuration variable: no. But you can write Elisp code to do that, yes. IIRC Lennart posted some code to do that a while ago (at least to display email, not sure if it would work for interactive editing). Stefan