We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
78c438b
lispy.el (lispy-define-key): use `eldoc-add-command'
8199b57
Fixes purcell#6
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: