all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* maximum column size for display
@ 2009-12-02 16:25 rockieyou
  0 siblings, 0 replies; 3+ messages in thread
From: rockieyou @ 2009-12-02 16:25 UTC (permalink / raw)
  To: Help-gnu-emacs


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.

-- 
View this message in context: http://old.nabble.com/maximum-column-size-for-display-tp26611762p26611762.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: maximum column size for display
       [not found] <mailman.12049.1259787002.2239.help-gnu-emacs@gnu.org>
@ 2009-12-03  0:09 ` Pascal J. Bourguignon
  2009-12-03  2:35   ` rockieyou
  0 siblings, 1 reply; 3+ messages in thread
From: Pascal J. Bourguignon @ 2009-12-03  0:09 UTC (permalink / raw)
  To: help-gnu-emacs

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__


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: maximum column size for display
  2009-12-03  0:09 ` maximum column size for display Pascal J. Bourguignon
@ 2009-12-03  2:35   ` rockieyou
  0 siblings, 0 replies; 3+ messages in thread
From: rockieyou @ 2009-12-03  2:35 UTC (permalink / raw)
  To: Help-gnu-emacs


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 <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__
> 
> 

-- 
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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-03  2:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.12049.1259787002.2239.help-gnu-emacs@gnu.org>
2009-12-03  0:09 ` maximum column size for display Pascal J. Bourguignon
2009-12-03  2:35   ` rockieyou
2009-12-02 16:25 rockieyou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.