emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: paragraph-start in Shell mode and Ielm.


From: Luc Teirlinck
Subject: Re: paragraph-start in Shell mode and Ielm.
Date: Tue, 19 Apr 2005 21:19:26 -0500 (CDT)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]