zielmicha / emacs-android

Emacs port to Android.
141 stars 23 forks source link

Trouble executing shell commands from Emacs #24

Open mcandre opened 10 years ago

mcandre commented 10 years ago

I'm using the fiplr plugin to do fuzzy searches. This works on my PC, but when I try to use the same plugin in Emacs, it throws an error, failing to execute shell commands due to thinking the shell is /bin/sh, when it's really /system/bin/sh.

See more information:

https://github.com/d11wtq/fiplr/issues/24#issuecomment-26644428