Bug#552164: filladapt: incompatible argument list in `fill-paragraph' fill-paragraph

2009-10-23 Thread Lluis Vilanova
Package: emacs-goodies-el Version: 30.8-1 Severity: normal The `fill-paragraph' function in this package is defined as: (fill-paragraph arg) whereas emacs23 provides it as: (fill-paragraph optional justify region) This is causing errors on other packages that redefine `fill-paragraph'.

Bug#552164: filladapt: incompatible argument list in `fill-paragraph' fill-paragraph

2009-10-23 Thread Peter S Galbraith
forwarded 552164 kyle_jo...@wonderworks.com thanks Hello Kyle, Please look at the Debian bug report below. I don't really understand the trail in the filladapt code, so I'd rather leave this up to you (I dont see why fill-paragraph is overloaded, rather than using defadvice of something less