From: Junio C Hamano <gitster@pobox.com>
To: "gh acct via GitGitGadget" <gitgitgadget@gmail.com>
Cc: git@vger.kernel.org, gh acct <tony@viulogix.com>
Subject: Re: [PATCH] gitk: fix selection color not persistent
Date: Sat, 03 Apr 2021 19:13:05 -0700 [thread overview]
Message-ID: <xmqqim52ztji.fsf@gitster.g> (raw)
In-Reply-To: <pull.926.git.1617391375445.gitgitgadget@gmail.com> (gh acct via GitGitGadget's message of "Fri, 02 Apr 2021 19:22:54 +0000")
"gh acct via GitGitGadget" <gitgitgadget@gmail.com> writes:
> From: ghacct <tony@viulogix.com>
>
> Dear git community,
> Is it possible please for the gitk selection color setting to be persistent? Since 2015 this has been working for me.
> Thank you for considering!
>
> Signed-off-by: tgomez <tgomez@usa.wtbts.net>
> Signed-off-by: ghacct <tony@viulogix.com>
cf. Documentation/SubmittingPatches
[[describe-changes]]
[[summary-section]]
[[meaningful-message]]
[[imperative-mood]]
[[sign-off]]
[[real-name]]
Also 'gitk' patches should be based on Paul's tree, not mine.
cf. "Subsystems with dedicated maintainers" section in
Documentation/SubmittingPatches
So the diff should look more like
diff --git a/gitk b/gitk
index ...
--- a/gitk
+++ b/gitk
@@ ...
As to the contents of the patch itself, I am not the best person to
comment on. I no longer use gitk myself unless I am testing gitk,
and I no longer speak Tcl/Tk.
Having said that, I see no existing instance of -selectforeground so
in the absense of somebody who is better versed in Tk, I'd be wary
of this change. I, however, see that
text some-widget \
-background $bgcolor -foreground $fgcolor -selectbackground $selectbgcolor
is a recurring theme for other text widgets like $cflist and
$top.list, so if the change were only to add the missing
"-selectbackground $selectbgcolor" there, I would imagine it would
be a safe improvement (or adding the "-selectforeground $fgcolor" to
other text widgets that currently lack might turn out to be a sensible
change, too, but as I said, I do not speak Tcl/Tk).
> gitk-git/gitk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gitk-git/gitk b/gitk-git/gitk
> index 23d9dd1fe0d0..d255654b02fd 100755
> --- a/gitk-git/gitk
> +++ b/gitk-git/gitk
> @@ -2412,6 +2412,7 @@ proc makewindow {} {
> text $ctext -background $bgcolor -foreground $fgcolor \
> -state disabled -undo 0 -font textfont \
> -yscrollcommand scrolltext -wrap none \
> + -selectbackground $selectbgcolor -selectforeground $fgcolor \
> -xscrollcommand ".bleft.bottom.sbhorizontal set"
> if {$have_tk85} {
> $ctext conf -tabstyle wordprocessor
>
> base-commit: a65ce7f831aa5fcc596c6d23fcde543d98b39bd7
prev parent reply other threads:[~2021-04-04 2:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-02 19:22 [PATCH] gitk: fix selection color not persistent gh acct via GitGitGadget
2021-04-03 9:59 ` Bagas Sanjaya
2021-04-04 2:13 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqim52ztji.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=gitgitgadget@gmail.com \
--cc=tony@viulogix.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).