From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Henry.Helm@t-online.de (Henry Helm) Newsgroups: gmane.emacs.bugs Subject: possible Errors in Emacs.el ? Date: Mon, 1 Apr 2002 00:11:39 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <16rnY3-07lDaSC@fwd02.sul.t-online.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Trace: main.gmane.org 1017612755 5686 127.0.0.1 (31 Mar 2002 22:12:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 31 Mar 2002 22:12:35 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16rnYx-0001Tb-00 for ; Mon, 01 Apr 2002 00:12:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rnYs-0001rp-00; Sun, 31 Mar 2002 17:12:30 -0500 Original-Received: from mailout04.sul.t-online.com ([194.25.134.18]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rnY6-0001mw-00 for ; Sun, 31 Mar 2002 17:11:42 -0500 Original-Received: from fwd02.sul.t-online.de by mailout04.sul.t-online.com with smtp id 16rnY4-0001Ts-06; Mon, 01 Apr 2002 00:11:40 +0200 Original-Received: from (333200004456-0001@[217.224.56.74]) by fwd02.sul.t-online.com with smtp id 16rnY3-07lDaSC; Mon, 1 Apr 2002 00:11:39 +0200 Original-To: bug-gnu-emacs@gnu.org X-Mailer: T-Online eMail 2.34 X-Sender: 333200004456-0001@t-dialin.net Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:338 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:338 Hello dear developers, I have downloaded the Emacs 21.1-Version and compared some syntax of commands. I found the following parts, which may be errors in the *.el - Files: case-fold-search against case-fold-serch (setq case-fold-search (cdr case-fold))) (case-fold-serch t)) C_FILLPATTERN against C_FILL_PATTERN (in idlw-rinfo.el) "C_COLOR" "C_FILLPATTERN" "C_LINESTYLE" ("C_COLOR") ("C_FILL_PATTERN") ("C_LINESTYLE") redraw-mode-line against redraw-modeline (if (boundp 'redraw-mode-line) (if (fboundp 'redraw-modeline) WORLDTITLE against WOLRDTITLE "WORLDINFO" "WORLDTITLE" "IDLGRVRMLBOTTOM") ("UVALUE") ("WOLRDTITLE") ("WORLDINFO"))) SUPPRESS_VALUE against SUPRESS_VALUE ("SENSITIVE") ("SUPPRESS_VALUE") ("TITLE") ("SCROLL") ("SUPRESS_VALUE") ("TITLE") prefered-coding-system against preferred-coding-system (or (get-charset-property charset 'prefered-coding-system) (put-charset-property (car (car l)) 'preferred-coding-system (cdr (car l))) I'am don't know all about with lisp-syntax, I have compared these parts only. I hope, this possible errors can help You to correct the emacs-source-code. Is this a apropriate way to check for errors ? Henry Helm, Dresden