From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: TUTORIAL.cn Review Date: Tue, 27 Sep 2005 10:19:21 +0900 Message-ID: References: <5065e29005092518435b1d53ff@mail.gmail.com> <5065e29005092520545d188974@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1127785605 319 80.91.229.2 (27 Sep 2005 01:46:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Sep 2005 01:46:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 27 03:46:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EK4Xd-0004w2-Qx for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2005 03:45:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EK4Xd-0007aX-9I for ged-emacs-devel@m.gmane.org; Mon, 26 Sep 2005 21:45:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EK4XQ-0007aG-RW for emacs-devel@gnu.org; Mon, 26 Sep 2005 21:45:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EK4XN-0007a2-U3 for emacs-devel@gnu.org; Mon, 26 Sep 2005 21:45:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EK4R4-0005tj-Gv for emacs-devel@gnu.org; Mon, 26 Sep 2005 21:39:10 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EK48A-0001b0-Re for emacs-devel@gnu.org; Mon, 26 Sep 2005 21:19:39 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id j8R1JN3o020023; Tue, 27 Sep 2005 10:19:23 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id j8R1JMnl030181; Tue, 27 Sep 2005 10:19:23 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1EK47t-0004vQ-00; Tue, 27 Sep 2005 10:19:21 +0900 Original-To: Sun Yijiang In-reply-to: <5065e29005092520545d188974@mail.gmail.com> (message from Sun Yijiang on Mon, 26 Sep 2005 11:54:27 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:43274 Archived-At: In article <5065e29005092520545d188974@mail.gmail.com>, Sun Yijiang writes: > There's a little problem, the text is not seemed to be "auto-filled" by > Emacs, but handily filled. What fill-column should I use? I think the default value 70 is good. But, it is ok to use more or fewer columns at some places if that improves the readability. For instance, see this part of TUTORIAL. >> Move into the line with C-f's and then up with C-p's. See what C-p does when the cursor is in the middle of the line. If it is filled, it should look like this: >> Move into the line with C-f's and then up with C-p's. See what C-p does when the cursor is in the middle of the line. But I think the original one is better. --- Kenichi Handa handa@m17n.org