fill-paragraph (M-q) does awful things to python code
Bug #328808 reported by
Mkc-users
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-mode.el |
New
|
Wishlist
|
Andreas Roehler |
Bug Description
It would be nice if fill-paragraph (M-q) did reasonable
things to python code. For example, it could wrap all
strings and comments in the enclosing function,
breaking up strings into adjacent one-line substrings
"like" "this".
Even better, it would be nice if it would reformat long
expressions so that they were nicely wrapped (e.g.,
arranging split binary expressions so that the operator
is at the beginning of a line rather than the end).
[http://
Changed in python-mode: | |
importance: | Medium → Wishlist |
Changed in python-mode: | |
status: | New → Opinion |
Changed in python-mode: | |
milestone: | none → 6.2.3 |
Changed in python-mode: | |
milestone: | 6.2.3 → 6.2.4 |
To post a comment you must log in.
NOTABUG. This is really more of a feature request than a bug.