From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Gordon Newsgroups: gmane.emacs.help Subject: Text mode auto-fill Date: Thu, 14 Jun 2007 09:01:57 +0300 Message-ID: <1181800917.3183.4.camel@tigger> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181800940 31684 80.91.229.12 (14 Jun 2007 06:02:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2007 06:02:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 14 08:02:19 2007 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 1HyiPS-0001ot-L2 for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jun 2007 08:02:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyiPR-0004Mv-Vy for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jun 2007 02:02:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyiPE-0004Mq-To for help-gnu-emacs@gnu.org; Thu, 14 Jun 2007 02:02:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyiPD-0004Me-HE for help-gnu-emacs@gnu.org; Thu, 14 Jun 2007 02:02:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyiPD-0004Mb-E0 for help-gnu-emacs@gnu.org; Thu, 14 Jun 2007 02:02:03 -0400 Original-Received: from ace.securenet-server.net ([63.247.93.10]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HyiPC-00009w-Vd for help-gnu-emacs@gnu.org; Thu, 14 Jun 2007 02:02:03 -0400 Original-Received: from 89.1.160.85.dynamic.barak-online.net ([89.1.160.85] helo=[10.10.0.4]) by ace.securenet-server.net with esmtpa (Exim 4.66) (envelope-from ) id 1HyiOw-0005hi-Rl for help-gnu-emacs@gnu.org; Thu, 14 Jun 2007 02:01:47 -0400 X-Mailer: Evolution 2.10.1 (2.10.1-4.fc7) X-PopBeforeSMTPSenders: peter@pg-consultants.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ace.securenet-server.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - pg-consultants.com X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: Linux 2.6? (barebone, rare!) 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:45028 Archived-At: I am using text mode with auto-fill. I have a paragraph like this. 1. This is example text on a line and this is the next line. As you can see the line underneath is aligned with the marker and not with the text. On Xemacs it works. What do I have to set to get the alignment that I want. Thanks, Peter