emacs-devel
[Top][All Lists]
Advanced

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

Re: evaluating numbers


From: Juri Linkov
Subject: Re: evaluating numbers
Date: Sun, 17 Nov 2019 23:16:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

>> Wouldn't such prompt be more readable?
>>
>>   Query replace regexp (default [?\N{COMBINING ACUTE ACCENT}] → ):
>
> The original prompt had 3 characters, but in the latter you show only
> one.  How is this the same?  And even one character takes a lot of
> screen estate, so imagine how it will look with 3.  Doesn't sound like
> a good idea.

Yes, more characters would make the prompt too long.  Maybe using
multi-line rx expressions in regexp prompts would help a bit:

(rx (any ?\N{COMBINING ACUTE ACCENT}
         ?\N{COMBINING GRAVE ACCENT}
         ?\N{COMBINING CIRCUMFLEX ACCENT}))
=> "[̀-̂]"



reply via email to

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