all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* possible Errors in Emacs.el ?
@ 2002-03-31 22:11 Henry Helm
  2002-04-01 16:38 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Henry Helm @ 2002-03-31 22:11 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: possible Errors in Emacs.el ?
  2002-03-31 22:11 possible Errors in Emacs.el ? Henry Helm
@ 2002-04-01 16:38 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-04-01 16:38 UTC (permalink / raw)
  Cc: bug-gnu-emacs

I will get these errors taken care of.  Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-01 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-31 22:11 possible Errors in Emacs.el ? Henry Helm
2002-04-01 16:38 ` Richard Stallman

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.