ananthakumaran / monky

Magit for Hg
http://ananthakumaran.in/monky/index.html
GNU General Public License v3.0
154 stars 30 forks source link

"decode-coding-region: Removing old name" error, no function works #36

Closed inirudebwoy closed 11 years ago

inirudebwoy commented 11 years ago

emacs: 24.3-r2(24)(16:02:34 08/07/13) compilation flags: X alsa gif gtk gtk3 jpeg png tiff xft xpm

error: Debugger entered--Lisp error: (coding-system-error ascii) decode-coding-region(1 29 ascii) monky-cmdserver-runcommand("--config" "diff.git=Off" "root") apply(monky-cmdserver-runcommand ("--config" "diff.git=Off" "root")) monky-cmdserver-process-file("hg" nil (t "/tmp/monky-temp-file28709G5q") nil "--config" "diff.git=Off" "root") apply(monky-cmdserver-process-file ("hg" nil (t "/tmp/monky-temp-file28709G5q") nil "--config" "diff.git=Off" "root")) monky-process-file("hg" nil (t "/tmp/monky-temp-file28709G5q") nil "--config" "diff.git=Off" "root") apply(monky-process-file "hg" nil (t "/tmp/monky-temp-file28709G5q") nil ("--config" "diff.git=Off" "root")) monky-hg-output(("root")) monky-hg-string("root") monky-get-root-dir() monky-status() call-interactively(monky-status record nil) command-execute(monky-status record) execute-extended-command(nil "monky-status") call-interactively(execute-extended-command nil nil)

ananthakumaran commented 11 years ago

Are you using master. 5e133a893 seems to fix this problem.

inirudebwoy commented 11 years ago

I am now, though I have not. Problem still persist.

ananthakumaran commented 11 years ago

Are you sure that you are on master. From the stack trace it looks like decode-coding-region gets called with ascii. But 5e133a893 fixed this problem. Can you post the stack trace if you are getting different problem.

inirudebwoy commented 11 years ago

Close it please. Commit you mentioned fixes the issue. Thanks for help.