Note that there are some explanatory texts on larger screens.

plurals
  1. USKevin Buzzard
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI have a variant of this question. I am using a global-set-key in my .emacs to make a certain key combination run a shell command (via the shell-command function). I have the same problem as the OP; I only see the top of *Shell Command Output*, not the bottom. I blindly typed the above process-filter stuff into my .emacs file and I get a warning "Symbol's value as variable is void: proc" coming from the set-process-filter command. I assume that proc is supposed to be the name of the process associated to the shell's buffer but I have 0 lisp knowledge. Am I supposed to be runningthecmdvia M-x?
      singulars
    2. COGreat -- thanks! It now compiles. FWIW, on my ubuntu 12.04 desktop, it was /usr/lib/x86_64-linux-gnu/crt1.o [note to anyone else reading: note that there are *three* instances of i386-linux-gnu above that hence need changing to x86_64-linux-gnu]. Emacs then compiles with make as usual. The sting in the tail was that it didn't run :-) It failed with "emacs: Cannot open termcap database file". I fixed this by installing libncurses5-dev and then completely starting again. So if you want to edit your answer to be the complete solution for ubuntu 12.04 you might want to mention this at the start.
      singulars
    3. CODarkXPhenomenon's answer shows where I was going wrong. After repackaging the apk with apktools, it needs signing. I managed to sign with sign+ and now I have an appinventor app installed on my SD card. Many thanks DarkXPhenomenon.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload