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

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

Re: left justify in HTML Helper mode


From: lawrence mitchell
Subject: Re: left justify in HTML Helper mode
Date: Tue, 10 Sep 2002 19:01:06 +0100
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i386-mingw-windows98.2222)

Haines Brown wrote:

[...]

> The suggestion to try C-u 80 C-x <TAB> merely moved the selected block
> of text 80 spaces to the right and did nothing for justification.

> Your suggesttion to try C-u 999 C-x <TAB> just moved the block even
> more, again, without justfication.

You missed the minus sign, you need to type C-u <minus> 999 C-x
<TAB>, rather than what you did.  More information may be gleaned
from finding out what C-x <TAB> actually calls:

/----[ C-h k C-x TAB ]
| C-x TAB runs the command indent-rigidly
|    which is an interactive compiled Lisp function in `indent'.
| (indent-rigidly START END ARG)
|
| Indent all lines starting in the region sideways by ARG
| columns.  Called from a program, takes three arguments, START,
| END and ARG.  You can remove all indentation from a region by
| giving a large negative ARG.
\----
                 ^^^^^^^^
-- 
lawrence mitchell <wence@gmx.li>


reply via email to

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