NEW: For a prettier blog interface, see the Wordpress version!
~/.diary schedule
Tasks
| B1 | X | Fix planner--dev corruption from Chat with ericvids on localhost%23bitlbee (PlannerMode) |
| B10 | X | Check out EmacsWiki#RecentChanges from 2004.05.17 |
| C4 | X | Check out Slashdot from 2004.05.17 |
| C5 | X | Check out Slashdot from 2004.05.18 |
| C6 | X | Check out Slashdot from 2004.05.19 |
Notes
5. Emacs on the Playstation 2
<ericvids> sachac: I knew it, it's a program-trying-to-outsmart-its-user bug.
<ericvids> sachac: I bound backspace to delete, but I shouldn't touch delete.
They need to be *both* delete-char. And the old emacs was trying
to automagically decide whether to move backward or stay in place.
<ericvids> sachac: On the other hand, maybe I should just keyboard-translate
that. After all I'm just trying to prevent emacs from modifying my
bindings.
4. Bookpool
Head-First Java on http://www.bookpool.com
E-Mail from Allan T. Moster
3. Debugging Emacs hangs
$ cd ~/emacs-build/src $ gdb ./emacs
[There's a special .gdbinit file in that directory that defines handy emacs debugging commands.]
When it hangs, hit C-z or something to exit to the debugger (you can't use C-c like usual when debugging emacs, because emacs' standard .gdbinit file changes gdb's SIGINT handling to make C-g work properly on ttys).
Then look at a C backtrace ("backtrace") and lisp backtrace ("xbacktrace") to see what's up.
For more fun, do the above from another emacs session using emacs' `M-x gdb' command. </blockquote>
E-Mail from Miles Bader
2. A Poor-Aunt Story
Wonderful, thought-provoking story. I'm beginning to see why people like Murakami.
1. Emacs-wiki documentation in Japanese
I'd love to hear about any questions, comments, suggestions or links that you might have. Your comments will not be posted on this website immediately, but will be e-mailed to me first. You can use this form to get in touch with me, or e-mail me at sacha@sachachua.com .