unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* elisp byte compilation problem
@ 2003-05-22 15:39 Javier Oviedo
  2003-05-22 18:00 ` Javier Oviedo
  0 siblings, 1 reply; 9+ messages in thread
From: Javier Oviedo @ 2003-05-22 15:39 UTC (permalink / raw)


Hello all.

I have found some strange behavior when I compile certain elisp files and
then load them...

=============================
One example is clearcase.el. I have (require 'clearcase) in my .emacs file.
Without byte compiling everything works fine...meaning that I in the menubar
there is a clearcase menu that I can access without problem. As soon as I
byte compile, the clearcase menu disappears from the menu bar. I can't
explain this. I know very little about elisp and therefore need some help.

ctypes.el size is 260598
ctypes.elc size if 632  ==> something is wrong here.
=============================
Another example is with ctype.el. I have the following in my .emacs file:
  (require 'ctypes)
  (setq ctypes-write-types-at-exit t)
  (ctypes-read-file "C:/data/joviedo/Emacs/site-lisp_21_2/_ctypes" nil t t)
  (ctypes-auto-parse-mode 1)

When ctypes in not byte compiled, everything works fine. With ctypes byte
compiled I get the following error when I load a file...

File mode specification error: (void-function ctypes-read-file)
run-hooks: Symbol's function definition is void: ctypes-find-file-hook

ctypes.el size is 62607
ctypes.elc size if 814  ==> something is wrong here.
=============================

I am using Emacs 21.2 on WinXP

Thanks In Advance!

--
Javier

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

end of thread, other threads:[~2003-05-27 13:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-22 15:39 elisp byte compilation problem Javier Oviedo
2003-05-22 18:00 ` Javier Oviedo
2003-05-23  6:09   ` Kai Großjohann
2003-05-23 13:44     ` Javier Oviedo
2003-05-23 16:51       ` Kai Großjohann
2003-05-23 17:28       ` Kevin Rodgers
2003-05-23 18:33         ` Javier Oviedo
2003-05-23 20:56           ` Kai Großjohann
2003-05-27 13:40             ` Javier Oviedo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).