tags 31984 + patch quit Noam Postavsky writes: > With point before the (foo), Emacs 25 indent-sexp turns this > > (foo) (blah > etc) > > into this > > (foo) (blah > etc) > > Emacs 26 indent-sexp doesn't do anything from that position. It's less > clear which is correct in that case, but restoring to the Emacs 25 > behaviour would fix the #s(...) case as well. Alternatively, we could > fix elisp sexp movement to handle such expressions, which we should > probably do anyway (see also Bug#15998). Probably Bug#15998 won't be fixed in Emacs 26, so here's a patch to make indent-sexp indent the sexp spanning the end of line, like Emacs 25 does.