git gui 1.7.9-1: "spell checking is unavailable" error message

Matt Seitz matseitz@cisco.com
Thu Nov 8 01:57:00 GMT 2012


> From: Matt Seitz (matseitz)
>
> Any idea what caused the "git-gui" error message to start appearing after 
> I ran "setup.exe" on Nov. 5?
> I've been running "git-gui" 1.7.9-1 since February, and I haven't changed 
> my "git-gui" options recently.
> "Git-gui" was working fine with no error messages on Nov. 2.

I looked through "setup.log".   I see that something triggered "aspell" to 
be installed on Nov. 5:

2012/11/05 06:48:59 Adding required dependency aspell: Selecting version 
0.60.6.1-1 for installation.

2012/11/05 06:48:59 Adding required dependency libaspell15: Selecting 
version 0.60.6.1-1 for installation.

>From what I've read, git-gui silently disables spell check if "aspell" is 
not installed.  But if "aspell" is installed, "git-gui" tries to load it, 
and then load whatever dictionary is specified in the 
"gui.spellingdictionary" option. This option is not set on on my system, 
which apparently means "use default dictionary".   So, "git-gui" tries to 
load the default dictionary, and reports an error when it can't find it.

It looks like the Fedora team originally installed the "aspell-en" 
dictionary by default whenever "aspell" was installed.  Then they dropped it 
as a dependency for the same reason given earlier in this thread: that it's 
not really required for "aspell".  Then they made installing  the 
"aspell-en" dictionary a requirement again, to avoid issues like this.

https://bugzilla.redhat.com/show_bug.cgi?id=494084

Does it make sense for Cygwin to follow Fedora's lead, and install 
"aspell-en" by default when "aspell" is installed? 


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list