From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rares Vernica Newsgroups: gmane.emacs.help Subject: autofill - wrong number of arguments when refilling paragraph Date: Sat, 25 Feb 2006 19:06:25 -0800 Organization: University of California, Irvine Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1141188361 15914 80.91.229.2 (1 Mar 2006 04:46:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Mar 2006 04:46:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 01 05:45:59 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FEJDj-0002wQ-Bb for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Mar 2006 05:45:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FEJDi-0008Ev-Mo for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Feb 2006 23:45:50 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!news.usc.edu!news.service.uci.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: cse104g.ics.uci.edu User-Agent: Thunderbird 1.5 (Windows/20051201) Original-Xref: shelby.stanford.edu gnu.emacs.help:137806 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33432 Archived-At: Hi, I am editing a .tex file and the auto-fill-mode is on. When trying to refill a paragraph I get: Wrong number of arguments: #, 2 Anyway, it seems that if there is an empty line before the paragraph everything works fine. For example, is instead of: \begin{abstract} bla bla I have: \begin{abstract} bla bla it works. Is the empty line before the paragraph a requirement for the refill command to work? Thanks, Ray