all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug in bytecomp.el (Emacs 21.2.2)
@ 2003-09-11 17:33 Greg Hill
  0 siblings, 0 replies; only message in thread
From: Greg Hill @ 2003-09-11 17:33 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There appears to be a bug in bytecomp.el such that the firsrt time 
(only) that byte-compile-file is invoked during a given emacs session 
it does not include the "While compiling" part of a warning message 
for the first function in which an error is found.  The attached 
patch file seems to take care of that.

-Greg

[-- Attachment #2.1: %bytecomp.patch --]
[-- Type: application/applefile, Size: 124 bytes --]

[-- Attachment #2.2: bytecomp.patch --]
[-- Type: application/octet-stream, Size: 489 bytes --]

823c823\r< 		      (not byte-compile-last-warned-form)\r---\r> 		 (and byte-compile-last-warned-form\r825c825\r< 			       byte-compile-last-warned-form)))\r---\r> 			       byte-compile-last-warned-form))))\r842,844c842,844\r< 		      (not byte-compile-last-warned-form)\r< 		      (not (eq byte-compile-current-form\r< 			       byte-compile-last-warned-form)))\r---\r> 		      (and byte-compile-last-warned-form\r> 			   (not (eq byte-compile-current-form\r> 				    byte-compile-last-warned-form))))\r

[-- Attachment #3: Type: text/plain, Size: 148 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-11 17:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-11 17:33 bug in bytecomp.el (Emacs 21.2.2) Greg Hill

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.