From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glen Jackson Newsgroups: gmane.emacs.help Subject: how to set all the character has the same width to display? Date: Sun, 15 Jun 2008 19:51:01 +0800 Message-ID: <20080615115101.GA22618@localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213530721 8315 80.91.229.12 (15 Jun 2008 11:52:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2008 11:52:01 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 15 13:52:39 2008 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 1K7qmk-0004Qd-8g for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Jun 2008 13:52:38 +0200 Original-Received: from localhost ([127.0.0.1]:48620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7qlw-0006Te-Co for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Jun 2008 07:51:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7qlf-0006Qq-V7 for help-gnu-emacs@gnu.org; Sun, 15 Jun 2008 07:51:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7qlc-0006QW-IJ for help-gnu-emacs@gnu.org; Sun, 15 Jun 2008 07:51:30 -0400 Original-Received: from [199.232.76.173] (port=53933 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7qlc-0006QT-A2 for help-gnu-emacs@gnu.org; Sun, 15 Jun 2008 07:51:28 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.188]:33412) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7qlc-0000KQ-75 for help-gnu-emacs@gnu.org; Sun, 15 Jun 2008 07:51:28 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so1469536tia.10 for ; Sun, 15 Jun 2008 04:51:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent; bh=kVPxUWCohexZepax81kZTMPK7dtD5G/Ntuq38Q/1Ojs=; b=A5IG4hAq5zecUu8BwPY9zyms+/QLdZYclkx+3NS436Bs44WscC93NuB76BfVnUCok3 RZHICeWBZd1qSaR10BmBrbRousIbX7Vkt2pgAezX5WqhfWun9noJ1DOXYb4q7A4kaP/P gLbejG6RgcGY4dV/HkPHhFYFXwmBsRh2qardE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; b=unIdNyPJ5RgHyQlLgVm6mIfiTOyUv45uRJtum9fX2Ft7nAMIejsndag+GTfIIyBLxD W4bT98KOzjuoIfopW9OHlT4kYe1mUwZDmv6g5bTaBeUa2nzQUV17fL0vWINnBoqzJ+Zu V6tA8k+ba4KxF82dqMxuYkr9rjqjjxBmXPjXA= Original-Received: by 10.110.43.18 with SMTP id q18mr3390878tiq.57.1213530681814; Sun, 15 Jun 2008 04:51:21 -0700 (PDT) Original-Received: from windancer ( [219.153.62.99]) by mx.google.com with ESMTPS id i9sm6903943tid.15.2008.06.15.04.51.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Jun 2008 04:51:21 -0700 (PDT) Mail-Followup-To: help-gnu-emacs Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:54847 Archived-At: Deal all I got a problem while configuring gnus. It's about the display format. Suppose there is a file "test.txt" which contains the following 4 lines: aaaa AAAA 0000 OOOO Command The width of each line(display) emacs -nw test.txt => the same width emacs test.txt => the 2nd and 4th line,is wider how can I get the same width when i emacs test.txt? Thanks.