Re: paragraph-start in Shell mode and Ielm.

2005-04-27 Thread Richard Stallman
It doesn't take special talents to reproduce--even plants can do it. On the other hand, contributing to a program like Emacs takes real skill. That is really something to be proud of. It helps more people, too. ___ Emacs-devel mailing list Emacs-devel

Re: paragraph-start in Shell mode and Ielm.

2005-04-26 Thread Nick Roberts
> > Stefan, can you work on that? > > I just got a baby girl and am kind of swamped, > > I am sorry to hear it. Unless someone else can figure these things > out, I guess the release has to wait until you have time. Congratulations, Stefan! I suggest that you spend any spare time

Re: paragraph-start in Shell mode and Ielm.

2005-04-26 Thread Richard Stallman
> Stefan, can you work on that? I just got a baby girl and am kind of swamped, I am sorry to hear it. Unless someone else can figure these things out, I guess the release has to wait until you have time. ___ Emacs-devel mailing list Emacs-dev

Re: paragraph-start in Shell mode and Ielm.

2005-04-25 Thread Stefan Monnier
> Stefan, can you work on that? I just got a baby girl and am kind of swamped, Stefan ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: paragraph-start in Shell mode and Ielm.

2005-04-23 Thread Richard Stallman
Actually, another problem is that some modes apparently _relied_ on the fact that paragraph-separate used to be meaningless if it did not also match paragraph-start. The recent 22.0.50 changes in paragraph behavior have broken paragraphs at least in Shell mode and Ielm. This is ve

Re: paragraph-start in Shell mode and Ielm.

2005-04-21 Thread Richard Stallman
> If this change has been made, it is worth mentioning in NEWS. > However, if you didn't set out intentionally to make this change, > are you sure it has been made completely? Have you checked all > the uses of paragraph-start to make sure they really work > when paragraph-star

Re: paragraph-start in Shell mode and Ielm.

2005-04-20 Thread Luc Teirlinck
>From my previous reply: Thus, with this setting, prompt, input and output behave mostly as if they were separate paragraphs and most numeric arguments to paragraph commands are ignored. Should have been: Thus, with this setting, prompt, input and output behave mostly as if they were s

Re: paragraph-start in Shell mode and Ielm.

2005-04-20 Thread Luc Teirlinck
Richard Stallman wrote: Have you checked all the uses of paragraph-start to make sure they really work when paragraph-start does not match separator lines? Actually, another problem is that some modes apparently _relied_ on the fact that paragraph-separate used to be meaningless if it did n

Re: paragraph-start in Shell mode and Ielm.

2005-04-20 Thread Stefan Monnier
>> 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. >> I do not know when this change occurred, but I do not see any mention >> in the NEWS. > I think the change happened as a side

Re: paragraph-start in Shell mode and Ielm.

2005-04-20 Thread Richard Stallman
>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. > I do not know when this change occurred, but I do not see any mention > in the NEWS. I think the cha

Re: paragraph-start in Shell mode and Ielm.

2005-04-19 Thread Stefan Monnier
>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. > I do not know when this change occurred, but I do not see any mention > in the NEWS. I think the change happened as a side ef

Re: paragraph-start in Shell mode and Ielm.

2005-04-19 Thread Luc Teirlinck
Stefan Monnier wrote: 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. I do not know when this change occurred, but I do not see any mention in the NEWS. The docstring, the Emacs ma

Re: paragraph-start in Shell mode and Ielm.

2005-04-19 Thread Stefan Monnier
> 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 r

Re: paragraph-start in Shell mode and Ielm.

2005-04-19 Thread Luc Teirlinck
>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-

paragraph-start in Shell mode and Ielm.

2005-04-19 Thread Luc Teirlinck
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)) This will make no user visible difference, for reasons explained below. But the current value is