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

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

Re: How to set wrap line at window edge


From: bar tomas
Subject: Re: How to set wrap line at window edge
Date: Mon, 7 Sep 2009 18:49:20 +0200

Many thanks for all your help.
Is there no way of telling emacs to wrap around when it gets to the end of the window instead of setting the wrap to a fixed column? I mean the window may be enlarged or reduced and the number of columns it can pack in varies.
Thanks again.

On 9/7/09, ken <gebser@mousecar.com> wrote:
"C-7 C-2 C-x f" will wrap at column 72.

;put in your ~/.emacs to setup new emacs session to wrap at col 72
(setq-default fill-column 72)


--
War is a failure of the imagination.
        --William Blake




On 09/07/2009 12:05 PM bar tomas wrote:
> Yes!  It does say 'Fill' on the mode line ('Org Fill' in fact because
> I'm working with the org mode).
> How do I correct this?
> Many thanks
>
>

> On 9/7/09, *Allan Gottlieb* <gottlieb@nyu.edu <mailto:gottlieb@nyu.edu>>

> wrote:
>
>     At Mon, 07 Sep 2009 14:19:30 +0200 bar tomas <bartomas@gmail.com

>     <mailto:bartomas@gmail.com>> wrote:
>
>
>     > I think I explained my problem badly.
>     > My problem is that although my buffer occupies all the emacs
>     window, the
>     > lines don't wrap at the windows edge. They wrap quite a distance
>     before (at
>     > about half the window). Is there a solution to this?
>
>
>     Perhaps you have auto-fill-mode enabled.  Do you see the word
>
>     "Fill" in the mode line?
>
>     allan
>
>
>


reply via email to

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