fgallina / python.el

Python's flying circus support for Emacs
GNU General Public License v3.0
267 stars 53 forks source link

fill-paragraph, python-fill-paragraph, and filladapt #139

Closed tdavis closed 8 months ago

tdavis commented 11 years ago

I am having some trouble getting docstring fill-paragraph to work as designed. For instance, consider the following docstring:

"""
This is a docstring!

* Here is a list of stuff, this line is really long la la la la la la la. ..... . . ..... ... ... ... .. ..... ... ...
* Here is another item...

And stuff!
"""

My primary goal is to break up the long list item. Here are some observations:

I haven't been able to take much away from this other than python-fill-function works but does not get executed by M-q (or filladapt doesn't like the return value)

fgallina commented 8 months ago

Closing as I'm marking this repository as read only. To report bugs, or to contribute fixes and improvements, use the built-in Emacs bug reporter (M-x report-emacs-bug) or send an email to bug-gnu-emacs@gnu.org.