> From: Raffaele Ricciardi <
rffl...@gmail.com>
> Date: Mon, 27 Aug 2012 12:24:05 +0100
>
> On 27/08/12 05:18, Stefan Monnier wrote:
> >> with Transient Mark mode disabled, M-w (kill-ring-save) makes the mark
> >> blink. I'd like to disable that.
> >
> > Have you tried to just close your eyes or look away?
> >
> >
> > Stefan
> >
>
> Yes, but that disrupts my editing.
>
> Jokes apart... So, it cannot be done.
Yes, it can be done: set blink-matching-delay to zero. The downside
is that this also affects blink-matching-paren, but maybe you don't
like that as well, or use show-paren-mode instead.