From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: word-wrap (visual-line) and indents Date: Tue, 25 May 2010 15:12:51 -0400 Message-ID: <34FA5622-0145-4F3F-9CF2-1B653550BDCE@gmail.com> References: <9B319A0D-0385-48AD-BF12-884232B365C2@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274814788 28532 80.91.229.12 (25 May 2010 19:13:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 May 2010 19:13:08 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 25 21:13:06 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@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 1OGzYm-00065G-46 for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 21:13:04 +0200 Original-Received: from localhost ([127.0.0.1]:46057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGzYl-0005ST-Dk for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 15:13:03 -0400 Original-Received: from [140.186.70.92] (port=52721 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGzYd-0005QM-0B for emacs-devel@gnu.org; Tue, 25 May 2010 15:12:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGzYc-0001XQ-5d for emacs-devel@gnu.org; Tue, 25 May 2010 15:12:54 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:60739) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGzYc-0001XF-1Z for emacs-devel@gnu.org; Tue, 25 May 2010 15:12:54 -0400 Original-Received: by vws3 with SMTP id 3so2092401vws.0 for ; Tue, 25 May 2010 12:12:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=I5RJb/aduX6ygJdHD3p5A/OD4poZskxEueb3bSf0K7Y=; b=snucU69aWuSvkw0MfsfFJTXy/VBTbJEDDB3qB57n7q5xNgrKeAuFMGbg1hn16Derdd f59r4AW1GOUlLIllnpoUWGH/wS6wqExnVkUJW+E097icItrx9gkFVAQn/m6iylcYG6yQ 37/9B5hUNatyCn9eSRpdwMkw9gi6xdu0RcKg0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=XSvl6844OldQACY0O28sw11E0HyG+Q6JxX9LEN/ZLJ8/Ps+QA7odSyIaiXMnhuDC6f W4wg19t60wvY+qZ4UfSTuH+Y4HMS791Y9ixU5v4k3Dq24ojrrv3O0VMl+2dduV16zIPk EgXzn0+6r7g3HR8G+NnpjOkMdAvqidAxVfw2U= Original-Received: by 10.220.122.8 with SMTP id j8mr5391963vcr.35.1274814773464; Tue, 25 May 2010 12:12:53 -0700 (PDT) Original-Received: from elin.psy.cmu.edu (ELIN.PSY.CMU.EDU [128.2.248.190]) by mx.google.com with ESMTPS id p36sm25203326vcr.7.2010.05.25.12.12.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 25 May 2010 12:12:52 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1078) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125265 Archived-At: On May 25, 2010, at 1:36 PM, Lennart Borgman wrote: > > (load "nxhtml/autostart.el") > > Then you have the minor mode `wrap-to-fill-column-mode'. > > However it does not try to make use of fill-context-prefix yet. It has > its own way to set things up. I hope we can change that later. I'm confused - how does it work then? It's based on word-wrapping (visual-line-mode), right?