From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: newbie questions: customizing continuation lines and font for Windows emacs Date: Sat, 14 Mar 2009 12:38:10 +0200 Message-ID: References: <7b7c8b44-05f4-4e6d-889f-613829e57ecf@p2g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1237027166 18238 80.91.229.12 (14 Mar 2009 10:39:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Mar 2009 10:39:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 14 11:40:43 2009 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.50) id 1LiRII-0008Dg-H8 for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Mar 2009 11:40:42 +0100 Original-Received: from localhost ([127.0.0.1]:33725 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiRGw-0004GN-7h for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Mar 2009 06:39:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LiRFs-0003zg-FN for help-gnu-emacs@gnu.org; Sat, 14 Mar 2009 06:38:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LiRFr-0003z8-NR for help-gnu-emacs@gnu.org; Sat, 14 Mar 2009 06:38:12 -0400 Original-Received: from [199.232.76.173] (port=39568 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiRFr-0003z4-EE for help-gnu-emacs@gnu.org; Sat, 14 Mar 2009 06:38:11 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:21839) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LiRFr-00063W-1h for help-gnu-emacs@gnu.org; Sat, 14 Mar 2009 06:38:11 -0400 Original-Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KGH00D00S0E7X00@i-mtaout6.012.net.il> for help-gnu-emacs@gnu.org; Sat, 14 Mar 2009 12:38:55 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.228.91]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGH00LBVS8VQDI0@i-mtaout6.012.net.il> for help-gnu-emacs@gnu.org; Sat, 14 Mar 2009 12:38:55 +0200 (IST) In-reply-to: <7b7c8b44-05f4-4e6d-889f-613829e57ecf@p2g2000prf.googlegroups.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:62903 Archived-At: > From: Elias > Date: Fri, 13 Mar 2009 16:09:00 -0700 (PDT) > > I noticed that there is a word wrap feature, so that if a line in the > file won't fit on the screen, the rest of it is displayed on the next > line. That is nice, but I'm wondering if I can customize it. I want to > make it so if the line is indented with spaces or tabs, the > continuations will also appear indented, instead of starting all the > way on the left side. Try "M-x indented-text-mode RET".