El dt, set 22 2009 a les 13:56, Axel Beckert va escriure: >> > conkeror-spawn-helper is in $PATH. > > Is conkeror-spawn-helper in $PATH from the Debian package > conkeror-spawn-process-helper? > I tried both (the one from conkeror-spawn-process-helper.deb and the one from conkeror's tree) and they behave the same.
This is because it isn't even run. I tried to replace both /usr/lib/conkeror/conkeror-spawn-helper and /usr/local/bin/conkeror-spawn-helper with a shell script that beeps, and «M-x shell-command RET gedit RET» doesn't beep. However, C-i on a text field correctly opens an external editor. It doesn't beep. Looking at the code: When I execute (M-x shell-command) beep, function spawn-process() at spawn-process.js gets called with program_name="bash" and args=",-c,beep" and working_dir="[xpconnect wrapped nsILocalFile]" (these are string representations). Note that already «M-x shell-command RET» produces a prompt which asks: «Shell command [[xpconnect wrapped nsILocalFile]]: ». Either it's not very friendly or something is wrong. Debian changed the default shell from bash to dash. But I tried repointing /bin/sh to /bin/bash and it happens the same. -- Daniel _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
