From xemacs-m  Mon Mar 10 08:38:27 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA22959
	for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 08:38:26 -0600 (CST)
Received: from engine.ecf.teradyne.com (engine.ecf.teradyne.com [131.101.192.6]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id JAA14749 for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 09:41:43 -0500 (EST)
Received: from midnight.eng.ecf.teradyne.com (midnight.ecf.teradyne.com [131.101.192.49]) by engine.ecf.teradyne.com (8.7.1/8.7.1) with SMTP id PAA06823; Mon, 10 Mar 1997 15:37:48 +0100 (MET)
Received: by midnight.eng.ecf.teradyne.com (SMI-8.6/SMI-SVR4)
	id PAA08663; Mon, 10 Mar 1997 15:37:47 +0100
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: c-fill-paragraph bug
X-Face: 4[iHdXiTu\V3u[~\I)<f9HC);%~nG8`oUqv#uzvs6=\V{AjN6Sn
 c/qi;YLwRmEbt8Y*=j5n(urqY@chPh@J'D"QlqD!C8>*}#kYF[-tYl3VZga/HSOP|K,{L
 Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9
 =w|R6U3_;SH&B<Mfy6Q%#
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: Adrian Aichner <aichner@ecf.teradyne.com>
Date: 10 Mar 1997 15:37:46 +0100
Message-ID: <rxssp23lsn9.fsf@midnight.ecf.teradyne.com>
Lines: 42
X-Mailer: Gnus v5.4.17/XEmacs 20.1


All,

`c-fill-paragraph' errs on a prefix argument although it should accept
it like `fill-paragraph' (which correctly does justified filling).

xemacs -q -no-site-file

In the *scratch* buffer:

M-x c-mode

M-x c-fill-paragraph
works fine

C-u M-x c-fill-paragraph
doe not!

Here's the *Backtrace*

Signaling: (wrong-type-argument stringp nil)
  looking-at(nil)
  justify-current-line((4) nil t)
  fill-region-as-paragraph(2 104 (4))
  fill-paragraph((4))
  c-fill-paragraph((4))
  fill-paragraph((4))
  c-fill-paragraph((4))
  call-interactively(c-fill-paragraph)
  command-execute(c-fill-paragraph t)
  execute-extended-command((4))
  call-interactively(execute-extended-command)

Cheerio,

Adrian

-- 
  Teradyne GmbH               Adrian Aichner Applications Engineer
  Semiconductor Test Group    Telephone      +49/89/418 61 (0)-208
  Dingolfinger Strasse 2      Fax            +49/89/418 61-217
  D-81673 M"UNCHEN            E-mail         aichner@ecf.teradyne.com

