| OLD | NEW |
| 1 # Emacs | 1 # Emacs |
| 2 | 2 |
| 3 [TOC] | 3 [TOC] |
| 4 | 4 |
| 5 ## Debugging | 5 ## Debugging |
| 6 | 6 |
| 7 [Linux Debugging](linux_debugging.md) has some emacs-specific debugging tips. | 7 [Linux Debugging](linux_debugging.md) has some emacs-specific debugging tips. |
| 8 | 8 |
| 9 | 9 |
| 10 ## Blink Style (WebKit) | 10 ## Blink Style (WebKit) |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 | 372 |
| 373 ## git tools | 373 ## git tools |
| 374 | 374 |
| 375 We're collecting Chrome-specific tools under `tools/emacs`. See the files there | 375 We're collecting Chrome-specific tools under `tools/emacs`. See the files there |
| 376 for details. | 376 for details. |
| 377 | 377 |
| 378 * `trybot.el`: import Windows trybot output into a `compilation-mode` buffer. | 378 * `trybot.el`: import Windows trybot output into a `compilation-mode` buffer. |
| 379 | 379 |
| 380 ## ERC for IRC | 380 ## ERC for IRC |
| 381 | 381 |
| 382 See [ErcIrc][erc_irc.md]. | 382 See [ErcIrc](erc_irc.md). |
| 383 | 383 |
| 384 ## TODO | 384 ## TODO |
| 385 | 385 |
| 386 * Figure out how to make `M-x compile` default to | 386 * Figure out how to make `M-x compile` default to |
| 387 `cd /path/to/chrome/root; make -r chrome`. | 387 `cd /path/to/chrome/root; make -r chrome`. |
| OLD | NEW |