* How to use indented-text-mode
@ 2004-08-02 15:50 Mirza Al Awir
2004-08-03 6:18 ` Kai Grossjohann
[not found] ` <mailman.2541.1091514170.1960.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 6+ messages in thread
From: Mirza Al Awir @ 2004-08-02 15:50 UTC (permalink / raw)
Hi,
how do I use indented-text-mode?
M-x indented-text-mode does nothing. Yes, I'm not pressing "M", but the
meta-key (ALT on my system)
I think there is another shortcut to apply i-t-m to the current block,
but I did'nt find it.
Please help,
Mirza
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to use indented-text-mode
2004-08-02 15:50 How to use indented-text-mode Mirza Al Awir
@ 2004-08-03 6:18 ` Kai Grossjohann
[not found] ` <mailman.2541.1091514170.1960.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 6+ messages in thread
From: Kai Grossjohann @ 2004-08-03 6:18 UTC (permalink / raw)
Mirza Al Awir <mirza.alawir@gmail.com> writes:
> how do I use indented-text-mode?
>
> M-x indented-text-mode does nothing. Yes, I'm not pressing "M", but
> the meta-key (ALT on my system)
In recent Emacsen, indented-text-mode is the same as text-mode.
What do you expect?
Kai
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <mailman.2541.1091514170.1960.help-gnu-emacs@gnu.org>]
* Re: How to use indented-text-mode
[not found] ` <mailman.2541.1091514170.1960.help-gnu-emacs@gnu.org>
@ 2004-08-03 9:19 ` Mirza Al Awir
2004-08-03 10:51 ` Pascal Bourguignon
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Mirza Al Awir @ 2004-08-03 9:19 UTC (permalink / raw)
Kai Grossjohann wrote:
> Mirza Al Awir <mirza.alawir@gmail.com> writes:
>
>
>>how do I use indented-text-mode?
>>
>>M-x indented-text-mode does nothing. Yes, I'm not pressing "M", but
>>the meta-key (ALT on my system)
>
>
> In recent Emacsen, indented-text-mode is the same as text-mode.
>
> What do you expect?
I just want emacs to automatically break the line when I write. Or after
I have written a block I want to break the lines on keystroke. So if I
change something in a block I don't want it remformat it manually.
Mirza
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to use indented-text-mode
2004-08-03 9:19 ` Mirza Al Awir
@ 2004-08-03 10:51 ` Pascal Bourguignon
2004-08-03 11:29 ` Kai Grossjohann
2004-08-03 14:18 ` Stefan Monnier
2 siblings, 0 replies; 6+ messages in thread
From: Pascal Bourguignon @ 2004-08-03 10:51 UTC (permalink / raw)
Mirza Al Awir <mirza.alawir@gmail.com> writes:
> Kai Grossjohann wrote:
> > Mirza Al Awir <mirza.alawir@gmail.com> writes:
> >
> >>how do I use indented-text-mode?
> >>
> >>M-x indented-text-mode does nothing. Yes, I'm not pressing "M", but
> >>the meta-key (ALT on my system)
> > In recent Emacsen, indented-text-mode is the same as text-mode.
> > What do you expect?
>
> I just want emacs to automatically break the line when I write. Or
> after I have written a block I want to break the lines on
> keystroke. So if I change something in a block I don't want it
> remformat it manually.
M-x auto-fill-mode RET
(global-set-key [f5] 'set-justification-left)
(global-set-key [f6] 'set-justification-full)
(global-set-key [f7] 'set-justification-right)
--
__Pascal Bourguignon__ http://www.informatimago.com/
There is no worse tyranny than to force a man to pay for what he does not
want merely because you think it would be good for him. -- Robert Heinlein
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to use indented-text-mode
2004-08-03 9:19 ` Mirza Al Awir
2004-08-03 10:51 ` Pascal Bourguignon
@ 2004-08-03 11:29 ` Kai Grossjohann
2004-08-03 14:18 ` Stefan Monnier
2 siblings, 0 replies; 6+ messages in thread
From: Kai Grossjohann @ 2004-08-03 11:29 UTC (permalink / raw)
Mirza Al Awir <mirza.alawir@gmail.com> writes:
> I just want emacs to automatically break the line when I write.
M-x auto-fill-mode RET
Also see M-x toggle-text-mode-auto-fill RET.
> Or after I have written a block I want to break the lines on
> keystroke. So if I change something in a block I don't want it
> remformat it manually.
You can type M-q. (Or ESC q.)
Kai
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to use indented-text-mode
2004-08-03 9:19 ` Mirza Al Awir
2004-08-03 10:51 ` Pascal Bourguignon
2004-08-03 11:29 ` Kai Grossjohann
@ 2004-08-03 14:18 ` Stefan Monnier
2 siblings, 0 replies; 6+ messages in thread
From: Stefan Monnier @ 2004-08-03 14:18 UTC (permalink / raw)
> Or after I have written a block I want to break the lines on keystroke.
M-q
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-08-03 14:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-02 15:50 How to use indented-text-mode Mirza Al Awir
2004-08-03 6:18 ` Kai Grossjohann
[not found] ` <mailman.2541.1091514170.1960.help-gnu-emacs@gnu.org>
2004-08-03 9:19 ` Mirza Al Awir
2004-08-03 10:51 ` Pascal Bourguignon
2004-08-03 11:29 ` Kai Grossjohann
2004-08-03 14:18 ` Stefan Monnier
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.