help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: maximum column size for display


From: Pascal J. Bourguignon
Subject: Re: maximum column size for display
Date: Thu, 03 Dec 2009 01:09:32 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin)

rockieyou <whjie1982@gmail.com> 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__


reply via email to

[Prev in Thread] Current Thread [Next in Thread]