> Personally, I like and find useful the indentation of the continued
> lines. It's almost never inappropriate (for me); though one could even
> write weird things like:
> this_is_a_single_\
> command_name
> In Lisp mode, TAB leaves continuation lines unchanged.
> It seems to me that that is the right thing to do.
> What do people think of changing sh-script.el to do that?
I think it would be good as an option, but the default should stay as it is.
Continuation lines in sh are used in many more cases than in Lisp.
Quite often they're used to spread command arguments on several lines,
in which case indentation is really what you want.
Maybe a compromise would be to do the following: if the "\\\n" is preceded
by a space or a tab, then the following line should be indented, otherwise
it should be left untouched.
Stefan
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug