bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#62892: proposal to extend mark-sexp to go forward and backward on co


From: Eli Zaretskii
Subject: bug#62892: proposal to extend mark-sexp to go forward and backward on command
Date: Sun, 21 May 2023 08:58:35 +0300

> From: Zachary Kanfer <zkanfer@gmail.com>
> Date: Sun, 21 May 2023 01:46:21 -0400
> Cc: drew.adams@oracle.com, ruijie@netyu.xyz, monnier@iro.umontreal.ca, 
>       62892@debbugs.gnu.org, juri@linkov.net
> 
> I think I've made as good an argument as I'm going to. It basically boils 
> down to:
> 
> * if the keys are bound, it's quicker to call mark-foo-forward and then 
> mark-foo-backward than to call
> mark-foo, then exchange-point-and-mark, then mark-foo again.
> * This behavior is simpler and more predictable: mark-foo-forward always 
> marks forward. mark-foo
> sometimes marks forward and sometimes backwards. The complexity of the 
> various mark-foo
> functions can be seen in how many cases the docstring has. The behavior of 
> the mark-foo-forward,
> mark-foo-backward functions can be gathered from the name, without reading 
> the docstrings.
> 
> I understand we have different opinions, so if this isn't convincing, I'll 
> bow out here. Thanks.

Stefan, WDYT about this?





reply via email to

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