[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18372: Bug#755351: blink-cursor-mode should respect GTK+ setting by
From: |
Eli Zaretskii |
Subject: |
bug#18372: Bug#755351: blink-cursor-mode should respect GTK+ setting by default |
Date: |
Mon, 01 Sep 2014 21:42:15 +0300 |
> Date: Mon, 1 Sep 2014 11:24:31 -0700
> From: Josh Triplett <josh@joshtriplett.org>
> Cc: 755351@bugs.debian.org, Rob Browning <rlb@defaultvalue.org>,
> 18372@debbugs.gnu.org, 755351-forwarded@bugs.debian.org
>
> For the simplest possible implementation, determine the desktop setting
> for whether the cursor should blink, and set blink-cursor-mode to that
> at startup; any explicit setting would then override that.
Why should we only take blink-cursor-mode from there, and ignore all
the rest? E.g., cursor-blink-time and cursor-blink-timeout. And then
there are other settings, like cursor-size, clock-format, etc. It
makes very little sense to take only one setting.
(I know nothing about GTK, so apologies if these are silly questions.)