Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!mstar!mstar.morningstar.com!bob From: bob@MorningStar.Com (Bob Sutterfield) Newsgroups: comp.emacs Subject: Re: Filling of paragraphs in GNU emacs. Message-ID: Date: 22 Nov 89 22:18:14 GMT References: <2435@cbnewse.ATT.COM> Sender: news@MorningStar.COM (USENET Administrator) Reply-To: bob@MorningStar.Com (Bob Sutterfield) Organization: Morning Star Technologies Lines: 17 In-reply-to: hjanssen@cbnewse.ATT.COM's message of 22 Nov 89 15:09:20 GMT In article <2435@cbnewse.ATT.COM> hjanssen@cbnewse.ATT.COM (hank janssen) writes: Does anybody out there knows or has a lisp library function call somewhere that will automaticly (or via a keystroke) perfectly fill a paragraph i am editing. It seems that fill-paragraph does not do what i want it to do. If you wonder what i mean with filling a paragraph than just look at this piece of text. From the Info node for Fill Commands: A numeric argument to `M-g' or `M-q' [normally bound to fill-region and fill-paragraph - BS] causes it to "justify" the text as well as filling it. This means that extra spaces are inserted to make the right margin line up exactly at the fill column. To remove the extra spaces, use `M-q' or `M-g' with no argument. So, just type C-u M-q.