Conversation
This variable can be used to change the string that appears in the mode's lighter when the default language is being used.
This flag can be used to silence the "Detected language: ..." message
|
Could you very briefly explain what problem these changes are fixing? Thank you. |
|
Of course! These two variables are just customizations to adapt the package to my preferences. However, I think they could also be useful to others. I added the As for the I hope this message clarified the problems being addressed. |
This pull request introduces two small enhancements to guess-language.
First, it allows users to customize the mode-line string when the default dictionary is used. The variable used for this is
guess-language-mode-line-string, which defaults to"default". It can be used to translate the"default"string, or it can be set tonilto show no mode if no language is detected.Second, the
guess-language-issue-message-flagvariable has been added to control the issuing of messages. If this variable is nil, no messages will be issued. Currently, this setting only affects theDetected language: ...string.