diff options
| author | Stefan Monnier | 2011-11-09 09:04:13 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-11-09 09:04:13 -0500 |
| commit | 1dce71935ccc44369ccc27094be6c5bebc3080b4 (patch) | |
| tree | 13d8121882805d1d601449f750a4bf06d92e1bb2 /etc | |
| parent | 2cffd68198c4d574f073ab238dc12b1221005eab (diff) | |
| download | emacs-1dce71935ccc44369ccc27094be6c5bebc3080b4.tar.gz emacs-1dce71935ccc44369ccc27094be6c5bebc3080b4.zip | |
* lisp/progmodes/compile.el: Better handle TABs.
(compilation-internal-error-properties)
(compilation-next-error-function): Obey the target buffer's
compilation-error-screen-columns.
Fixes: debbugs:9749
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -621,6 +621,10 @@ view-diary-entries, list-diary-entries, show-all-diary-entries | |||
| 621 | inserted by the compilation filter function, when calling | 621 | inserted by the compilation filter function, when calling |
| 622 | compilation-filter-hook. | 622 | compilation-filter-hook. |
| 623 | 623 | ||
| 624 | *** `compilation-error-screen-columns' is obeyed in the editing buffer. | ||
| 625 | So programming language modes can set it, whereas previously only the value | ||
| 626 | in the *compilation* buffer was used. | ||
| 627 | |||
| 624 | ** Customize | 628 | ** Customize |
| 625 | 629 | ||
| 626 | *** Customize buffers now contain a search field. | 630 | *** Customize buffers now contain a search field. |