Revision 7a16363389b0026609141d50b71c40a298b11939 authored by chou86_e on 10 January 2008, 03:22:31 UTC, committed by chou86_e on 10 January 2008, 03:22:31 UTC
Yield() is used for window manager to put events on the queue so
logoEventManager->ProcessAnEvent() can handle it.


git-svn-id: https://svn.code.sf.net/p/ucblogo/code@50 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent 7938cdc
Raw File
install-logo-mode
#!/bin/sh
emacs -batch ~/.emacs -l /usr/local/lib/logo/emacs/edfunc.el -f edfunc -insert /usr/local/lib/logo/emacs/dot.emacs -f save-buffer -kill
exec emacs /usr/local/lib/logo/emacs/check.lg &
back to top