Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cygwin does not have 'locale' and init-locale fail #6

Closed
redguardtoo opened this issue Nov 24, 2011 · 0 comments
Closed

cygwin does not have 'locale' and init-locale fail #6

redguardtoo opened this issue Nov 24, 2011 · 0 comments

Comments

@redguardtoo
Copy link

got error message when starting emacs,
'''
1Debugger entered--Lisp error: (file-error "Searching for program" "no such file or directory" "")
2 call-process("" nil t nil "-c" "locale")
3 shell-command-to-string("locale")
4 (string-match "UTF-8" (shell-command-to-string "locale"))
5 (or window-system (string-match "UTF-8" (shell-command-to-string "locale")))
'''
it's because the first line in init-locale.el, "(when (or window-system (string-match "UTF-8" (shell-command-to-string "locale")))"

emacs23 under cygwin, I think it's because the cygwin does not have 'locale' command.

qioixiy pushed a commit to qioixiy/emacs.d that referenced this issue Aug 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants