[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Line Folding in Emacs
From: |
jdd |
Subject: |
Re: Line Folding in Emacs |
Date: |
Wed, 15 Oct 2008 11:19:02 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Oct 15, 12:19 pm, "Lorenzo Isella" <lorenzo.ise...@gmail.com>
wrote:
> Dear All,
> I have looked here and there but not found exactly what I was after.
> Say you are reading some code and then want to open a new vertical
> windows with C-x 3.
> How can you have emacs fold the lines in such a way that you still can
> read you code entirely in the new window, without scrolling
> horizontally?
> Cheers
>
> Lorenzo
M-x auto-fill-mode C-x-h M-x fill-region? If the lines are too long
you could C-u-NUMBER M-x set-fill-column and then C-x-h M-x fill-
region again. Unless I'm reading your question incorrectly