eschulte pushed a commit to branch go in repository elpa. commit df6463be6fe2cfc6bc4337bfcf56eb06ab8a4cb4 Author: Eric Schulte <eric.schu...@gmx.com> Date: Wed May 30 22:54:04 2012 -0600
adding a file for tracking development notes --- NOTES | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/NOTES b/NOTES new file mode 100644 index 0000000..9ab0221 --- /dev/null +++ b/NOTES @@ -0,0 +1,12 @@ +# -*- org-mode -*- + +* IGS Support +- use information in [[file:data/igs.c][igs.c]] and in the cgoban source. +- [[file:data/igs-session][tcpick output]] collected with while talking with IGS servers + #+begin_src sh + sudo tcpick -i wlan0 -yP + #+end_src + +* Asynchronous Process Interaction +Use process filters (see [[info:elisp#Filter%20Functions][info:elisp#Filter Functions]]) to act only on +whole completed commands.