[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/ess 2b13c10ebf 2/2: Delete new-line check with arbi
From: |
Lionel Henry |
Subject: |
Re: [elpa] externals/ess 2b13c10ebf 2/2: Delete new-line check with arbitrary prompts |
Date: |
Tue, 8 Nov 2022 18:16:23 +0100 |
Thanks, now fixed.
On 11/8/22, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>> - (string-match-p (concat "^" inferior-ess-primary-prompt
>> "\\'") string))
>> + (string-match-p (concat ".*" inferior-ess-primary-prompt
>> "\\'") string))
>
> ".*" at the beginning of a `string-match(-p)` is useless and just makes
> the match slower.
>
>
> Stefan
>
>