From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rockieyou Newsgroups: gmane.emacs.help Subject: Re: maximum column size for display Date: Wed, 2 Dec 2009 18:35:17 -0800 (PST) Message-ID: <26620131.post@talk.nabble.com> References: <26611762.post@talk.nabble.com> <87d42wncjn.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1259815760 26988 80.91.229.12 (3 Dec 2009 04:49:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 04:49: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 Dec 03 05:49:13 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 1NG3cu-0004TF-Fw for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Dec 2009 05:49:12 +0100 Original-Received: from localhost ([127.0.0.1]:32968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG3ct-0000TC-To for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Dec 2009 23:49:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NG1XR-0008HN-Dg for help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 21:35:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NG1XM-00088C-9u for Help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 21:35:24 -0500 Original-Received: from [199.232.76.173] (port=42580 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG1XM-00087u-3v for Help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 21:35:20 -0500 Original-Received: from kuber.nabble.com ([216.139.236.158]:43963) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NG1XL-0002LY-CK for Help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 21:35:19 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NG1XJ-00011z-BA for Help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 18:35:17 -0800 In-Reply-To: <87d42wncjn.fsf@galatea.local> X-Nabble-From: whjie1982@gmail.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Wed, 02 Dec 2009 23:48:47 -0500 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:70350 Archived-At: thank you very much, it works now. I tried default-fill-columns a lot of time, but it didn't work. rockie Pascal J. Bourguignon wrote: > > rockieyou writes: > >> Hi, >> >> I encountered a problem in emacs that it can't show over 68 or 70 columns >> in >> a line >> ((T GRAND ?X ?Y) (NIL PARENT ?X ?Z) (NIL PARENT ?Z ?Y)) ---(NIL >> >> GRAND >> >> ?X100 >> >> ?Y100) >> but it is supposed to show like this: >> >> ((T GRAND ?X ?Y) (NIL PARENT ?X ?Z) (NIL PARENT ?Z ?Y)) ---(NIL GRAND >> ?X100 >> ?Y100) >> >> how could I change the settings, thank you very much. > > Are you sure it's emacs? > > If it's emacs that's cutting the lines, then it may be the > customizable variable default-fill-column. > > But if you are in an inferior lisp REPL with an Common Lisp, then it's > the *PRINT-RIGHT-MARGIN* variable. > > -- > __Pascal Bourguignon__ > > -- View this message in context: http://old.nabble.com/maximum-column-size-for-display-tp26611762p26620131.html Sent from the Emacs - Help mailing list archive at Nabble.com.