From mboxrd@z Thu Jan  1 00:00:00 1970
Path: main.gmane.org!not-for-mail
From: "Jean Pierre Lemue" <jp-lemue@club-internet.fr>
Newsgroups: gmane.emacs.bugs
Subject: Bug in emacs
Date: Tue, 7 Oct 2003 15:44:30 +0200
Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org
Message-ID: <004301c38cd9$2260b1a0$0100a8c0@athlon>
Reply-To: Jean Pierre Lemue <jp-lemue@club-internet.fr>
NNTP-Posting-Host: deer.gmane.org
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1872577786=="
X-Trace: sea.gmane.org 1065534473 31787 80.91.224.253 (7 Oct 2003 13:47:53 GMT)
X-Complaints-To: usenet@sea.gmane.org
NNTP-Posting-Date: Tue, 7 Oct 2003 13:47:53 +0000 (UTC)
Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 07 15:47:50 2003
Return-path: <bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org>
Original-Received: from monty-python.gnu.org ([199.232.76.173])
	by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian))
	id 1A6sBp-0000gm-01
	for <geb-bug-gnu-emacs@m.gmane.org>; Tue, 07 Oct 2003 15:47:49 +0200
Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org)
	by monty-python.gnu.org with esmtp (Exim 4.24)
	id 1A6sB6-0002Ju-7L
	for geb-bug-gnu-emacs@m.gmane.org; Tue, 07 Oct 2003 09:47:04 -0400
Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24)
	id 1A6s9E-0001rM-E7
	for bug-gnu-emacs@gnu.org; Tue, 07 Oct 2003 09:45:08 -0400
Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24)
	id 1A6s8h-0001hj-Nc
	for bug-gnu-emacs@gnu.org; Tue, 07 Oct 2003 09:45:06 -0400
Original-Received: from [194.158.104.40] (helo=relay-1m.club-internet.fr)
	by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6s8h-0001h6-C1
	for bug-gnu-emacs@gnu.org; Tue, 07 Oct 2003 09:44:35 -0400
Original-Received: from athlon (f02m-22-233.d0.club-internet.fr [212.195.217.233])
	by relay-1m.club-internet.fr (Postfix) with SMTP id 3266916A3
	for <bug-gnu-emacs@gnu.org>; Tue,  7 Oct 2003 15:44:30 +0200 (CEST)
Original-To: <bug-gnu-emacs@gnu.org>
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-BeenThere: bug-gnu-emacs@gnu.org
X-Mailman-Version: 2.1.2
Precedence: list
List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors
	<bug-gnu-emacs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs>,
	<mailto:bug-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://mail.gnu.org/pipermail/bug-gnu-emacs>
List-Post: <mailto:bug-gnu-emacs@gnu.org>
List-Help: <mailto:bug-gnu-emacs-request@gnu.org?subject=help>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs>,
	<mailto:bug-gnu-emacs-request@gnu.org?subject=subscribe>
Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org
Xref: main.gmane.org gmane.emacs.bugs:5924
X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5924

This is a multi-part message in MIME format.

--===============1872577786==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0040_01C38CE9.E58568A0"

This is a multi-part message in MIME format.

------=_NextPart_000_0040_01C38CE9.E58568A0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have a big bug on emacs. I can't resolve it.

When I compile a "*.el" (not all of them) I get this message :

Compiling file c:/Program Files/emacs/bin/atteindre.el at Tue Oct 07
14:37:27 2003
  !! Wrong number of arguments ((#[nil "\300c\207" ["$\\infty "] 1 nil =
nil]
1))

Thus all the lisp functions that are in this file are compiled with good
result and this file was compiled with success before monday 07/10/03.

More, since the same day:
I can't open tex file with auctex with the following message:
When I open an "*.tex" I get:

File mode specification error: (wrong-number-of-arguments #[nil =
"\300c\207" ["-\\infty "] 1 nil nil] 1)


The word "infty" in the error's message appears because this bug becomes =
while I used a macro with "infty" as input.
Thanks
------=_NextPart_000_0040_01C38CE9.E58568A0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1226" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>I have a big bug on emacs. I can't resolve it.<BR><BR>When I =
compile a=20
"*.el" (not all of them) I get this message :<BR><BR>Compiling file =
c:/Program=20
Files/emacs/bin/atteindre.el at Tue Oct 07<BR>14:37:27 2003<BR>&nbsp; !! =
Wrong=20
number of arguments ((#[nil "\300c\207" ["$\\infty "] 1 nil=20
nil]<BR>1))<BR><BR>Thus all the lisp functions that are in this file are =

compiled with good<BR>result and this file was compiled with success =
before=20
monday 07/10/03.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>More, since the same day:</FONT><BR>I =
can't open=20
tex file with auctex with the following message:</DIV>
<DIV><FONT face=3DArial size=3D2>When I open an "*.tex" I =
get:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>File mode specification error:=20
(wrong-number-of-arguments #[nil "\300c\207" ["-\\infty "] 1 nil nil]=20
1)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>The word "infty" in the error's message =
appears=20
because this bug becomes while I used a macro with "infty" as=20
input.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV></BODY></HTML>

------=_NextPart_000_0040_01C38CE9.E58568A0--




--===============1872577786==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs

--===============1872577786==--