Custom Query (1030 matches)
Results (169 - 171 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1076 | fixed | mailman archive line wrapping | ||
| Description |
Many/most/all archived mailing list messages have long lines. One example is http://clozure.com/pipermail/openmcl-devel/2009-December/010792.html The following two links suggest how this can be corrected. http://wiki.list.org/pages/viewpage.action?pageId=4030605 https://bugs.launchpad.net/mailman/+bug/266467 |
|||
| #70 | fixed | m-x revert gets error | ||
| Description |
(hemlock::get-checkpoint-pathname undefined) Revert menu item works, so just need to hook it up to hemlock... |
|||
| #98 | fixed | m-x grep and broken links | ||
| Description |
Some versions of Emacs create lock files - broken symbolic links named something like ".#real-file". grep (and many other things) choke on them. The --no-messages argument can be used to ... suppress warnings about inaccessible files, but grep's exit status will be 2 if it encounters any file-access problems. We probably want to move away from grep, so it's not clear if it's worth putting much effort into fixing this. It "works" (for some value of "works") to pass --no-messages and to treat an exit code of 2 as a non-error. |
|||
