all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: auto wrap question
Date: Mon, 06 Feb 2006 11:42:57 -0700	[thread overview]
Message-ID: <ds85bj$gl9$1@sea.gmane.org> (raw)
In-Reply-To: <20060204164720.35362.qmail@web34303.mail.mud.yahoo.com>

Olwe Bottorff wrote:
> Yes, auto-wrap again. Anyway, I was working on a Web
> page in the default HTML fill mode and it auto-wraps
> the long <p> blocks well enough. However, when I split
> the screen vertically, <p> lines run on to the right
> way off the screen. Horizontal split screen doesn't do
> this, but wraps tolerably well. Is there any way to
> make lines wrap in vertical split? (I saw
> longlines.el, but I wanted to ask here first.)

,----[ C-h v truncate-partial-width-windows RET ]
| truncate-partial-width-windows's value is t
|
| Documentation:
| *Non-nil means truncate lines in all windows less than full frame wide.
|
| You can customize this variable.
`----

> Also,
> with the M-q command, it seems to move the right
> margin in very aggressively, too much actually. Is
> there a way to tame it to, say, an 80- or
> 100-character block?

,----[ C-h k ESC q ]
| ESC q runs the command fill-paragraph
|    which is an interactive compiled Lisp function in `textmodes/fill'.
| (fill-paragraph ARG)
|
| Fill paragraph at or after point.  Prefix ARG means justify as well.
| If `sentence-end-double-space' is non-nil, then period followed by one
| space does not end a sentence, so don't break a line there.
| the variable `fill-column' controls the width for filling.
|
| If `fill-paragraph-function' is non-nil, we call it (passing our
| argument to it), and if it returns non-nil, we simply return its value.
|
| If `fill-paragraph-function' is nil, return the `fill-prefix' used for 
filling.
`----

,----[ C-h v fill-column RET ]
| fill-column's value is 70
|
| Documentation:
| *Column beyond which automatic line-wrapping should happen.
| Automatically becomes buffer-local when set in any fashion.
|
| You can customize this variable.
`----

> Also(^2), in HTML fill mode, the
> standard C-M-\ indentation throws everything off,
> disregarding any tag matching. Is there anything out
> there better than the standard HTML fill mode for Web
> editing?

-- 
Kevin Rodgers

  reply	other threads:[~2006-02-06 18:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-04 16:47 auto wrap question Olwe Bottorff
2006-02-06 18:42 ` Kevin Rodgers [this message]
     [not found] <mailman.37.1139095872.2870.help-gnu-emacs@gnu.org>
2006-02-05  0:23 ` roodwriter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ds85bj$gl9$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.