Hi all.
Under GNU Emacs, I can go into text-mode, enable auto-fill-mode, start
typing garbage and get it to auto-indent subsequent lines:
- asdf asdfklj asdkj asdklfj asdfklj fdasjkl asdlfkj asdfklj asdkj
asdlfj asdlfkj asdkj asdf asdlf asdlfj asd asdfkl asdfkl asdfkj
asdkj asdfkj asdklfj asdf
How do I achieve this same effect in XEmacs?
I know that XEmacs has the same adaptive-fill-* variables, but 1) it
doesn't have the dash, and 2) even when I use one of the listed
characters (in adaptive-fill-regexp) as the start of the "paragraph",
it doesn't give me the leading spaces like GNU Emacs does:
asdf asdlfkj asdfklja sdflkj asdfklj asdfklj asdfklj asdj asdfkl
asdfklj asdfj asdj asdklf asdklfj asdfklj asdfkla sdfklj asd asdfkj
asdfj asdfkla
If I hit M-q, I get:
asdf asdlfkj asdfklja sdflkj asdfklj asdfklj asdfklj asdj asdfkl
> asdfklj asdfj asdj asdklf asdklfj asdfklj asdfkla sdfklj asd asdfkj
> asdfj asdfkla
which is obviously not what is wanted.
Thanks for any help.