>From my previous message:

   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))

Maybe (concat paragraph-separate "\\|" comint-prompt-regexp)
might be better, because it is more robust against changes in
paragraph-separate.

Sincerely,

Luc.


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

Reply via email to