> I propose to change paragraph-start in Shell mode and Ielm from:
> (setq paragraph-start comint-prompt-regexp)
> to:
> (setq paragraph-start (concat "[ \t\f]*$\\|" comint-prompt-regexp))

I believe it's a bad idea.

> This will make no user visible difference, for reasons explained
> below.  But the current value is misleading given the paragraph-start
> docstring:

>   *Regexp for beginning of a line that starts OR separates paragraphs.
>   This regexp should match lines that separate paragraphs
>   and should also match lines that start a paragraph
>   (and are part of that paragraph).

The docstring should be updated: it was necessary for paragraph-start to
also match entries matched by paragraph-separate, but it's not the case
any more.


        Stefan


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to