all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Henry.Helm@t-online.de (Henry Helm)
Subject: possible Errors in Emacs.el ?
Date: Mon, 1 Apr 2002 00:11:39 +0200	[thread overview]
Message-ID: <16rnY3-07lDaSC@fwd02.sul.t-online.com> (raw)

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

             reply	other threads:[~2002-03-31 22:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-31 22:11 Henry Helm [this message]
2002-04-01 16:38 ` possible Errors in Emacs.el ? Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=16rnY3-07lDaSC@fwd02.sul.t-online.com \
    --to=henry.helm@t-online.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.