Le 17/04/2019 à 01:25, Isaac Oscar Gariano a écrit :
Dear Jean-Marc,
Dear Isaac,
Please remember to keep the list in copy to your mails.
I have looked over you're changes and the seem to work.
A few things:
* I hereby grant permission to license my contributions to LyX under
the GNU General Public License, version 2 or later
I would need you to send this statement to the lyx-devel list for
archival purpose.
* What do you mean by a "* a more consistent commit log for your patch"?
Sorry, it was a French/English false friend. I meant that git commit
should be longer a describe a bit what the commit does. You can use 'git
log' in the source tree to see how we use it.
* One thing that is annoying, is that autocorrect keeps turning off
when I press space (which I often do out of habit). Now that we have
the Ctrl-Z option, perhaps we can just keep the button in the
preferences window as the only way to turn autocorrect on and off;
in addition, could we add configurable shortcuts equivalent to using
the checkbox?
I agree that this !/<space> thing is a bit annoying. I would not be
against removing it completely. Is there someone who would object?
Can you propose a patch?
* As for autocorrections to add, a few things come to mind, "..." to
"\ldots" (we allready have ".." though that does this), "==>" for
\Longrightarrow, "<=>" for \Leftrightarrow", ||- for models, ::=
for \Coloneqq, and other similar symbols. And of course prefecing
symbols with a '/', e.g. '/<=' for \nleq.
Could you propose a patch to lib/autocorrect?
* I wanted to make <~ an alias for \preceq, however it seems that '~'
is translated to '\sim' /before/ the autocorrect code sees it; as
such I had to make it autocorrect \sim< instead.
Is ~ a dead key on your keyboard?
JMarc