comint results in "error in process filter: Wrong type argument: stringp, nil"
Closed this issue · 9 comments
cfr. my comment on commit 3371935
fyi: the clean build trick as in issue #47 did not work for this issue....
I guess this issue also makes it impossible for me to open a file with sudo via tramp (C-x C-f /sudo::/...)
Commenting out emacspeak related code in my .emacs file and restarting emacs seems to avoid these problems.
this is a critical issue for me.
emacs version: 27.1
Cannot debug without a backtrace.
P.S. I just tried
C-, f runs the command emacspeak-wizards-find-file-as-root
and it does not throw any errors.
If you are still able to reproduce this error, I'll need a backtrace
as requested earlier.
check to see why your emacspeak-m-player-program is set to nil --- it
should be the path to mplayer.
i actually had this "problem" as well and the solution was to install mplayer, which additionally gave me the amazing sound effects that i was not aware of before 👍
At some point, the dependency to mplayer must have been established. Maybe a short notice in the install instructions would be helpful, if it is not just us who missed it beeing stated somewhere.
Do you have suggestions as to where you would have looked to find out
about mplayer?
It's hard to tell where it makes sense to document the requirement
with respect to users finding it.
For the record, I've notw make emacspeak-prompt to check for mplayer
rather than erroring out, but that also means that the next user who
doesn't have mplayer will silently miss out on discovering its
goodness. and now that you have mplayer, check out module
emacspeak-m-player which provides a ton of media player goodness.