Timeline for How do I teach Emacs to re-wrap /* */ comments?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 16, 2017 at 13:40 | answer | added | p_wiersig | timeline score: -1 | |
| Jun 8, 2017 at 22:46 | comment | added | Clément | @phils That sounds pretty good, though a bit heavy-weight (note to self: I'd also have to change the fill-column to make sure that the added /* and */ don't make the text too long). I wonder if this could be achieved with a combination of fill-prefix and comment-start and… | |
| Jun 8, 2017 at 22:25 | comment | added | phils | You can loop over forward-comment (both forwards and backwards) to establish the bounds of the commented region, then uncomment-region, fill-region, comment-region to reformat it. | |
| Jun 8, 2017 at 15:01 | history | asked | Clément | CC BY-SA 3.0 |