all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Javier Oviedo" <email_joviedo@yahoo.com>
Subject: elisp byte compilation problem
Date: Thu, 22 May 2003 11:39:54 -0400	[thread overview]
Message-ID: <baiqrs$3ot$1@home.itg.ti.com> (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

             reply	other threads:[~2003-05-22 15:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-22 15:39 Javier Oviedo [this message]
2003-05-22 18:00 ` elisp byte compilation problem 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

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='baiqrs$3ot$1@home.itg.ti.com' \
    --to=email_joviedo@yahoo.com \
    /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.