From: Lennart Borgman <lennart.borgman@gmail.com>
To: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Fwd: [CEDET-devel] Latest EMACS from CVS breaks CEDET
Date: Mon, 27 Jul 2009 02:19:50 +0200 [thread overview]
Message-ID: <e01d8a50907261719p55b4584aj73436bbc3f163fa2@mail.gmail.com> (raw)
In-Reply-To: <ec7b3b810907261711v372c2956x6c46a153e4c368c@mail.gmail.com>
Are people on Emacs devel aware of this?
---------- Forwarded message ----------
From: Ray Racine <ray.racine@gmail.com>
Date: Mon, Jul 27, 2009 at 2:11 AM
Subject: [CEDET-devel] Latest EMACS from CVS breaks CEDET
To: cedet-devel@lists.sf.net
Never mind... I see this was already posted on the list.
The latest and greatest EMACS from CVS breaks CEDET on my Linux box.
Looks like they changed the name the default byte compile output
buffer. The following change worked for me. This is for edification
only. A proper patch would have to take into account the EMAC's
version.
Index: eieio/eieio-comp.el
===================================================================
RCS file: /cvsroot/cedet/cedet/eieio/eieio-comp.el,v
retrieving revision 1.14
diff -u -r1.14 eieio-comp.el
--- eieio/eieio-comp.el 29 Sep 2008 00:18:57 -0000 1.14
+++ eieio/eieio-comp.el 26 Jul 2009 23:11:58 -0000
@@ -78,7 +78,7 @@
(class (if (listp arg1) (nth 1 arg1) nil))
(my-outbuffer (if (eval-when-compile
(string-match "XEmacs" emacs-version))
- byte-compile-outbuffer outbuffer))
+ byte-compile-outbuffer bytecomp-outbuffer))
)
(let ((name (format "%s::%s" (or class "#<generic>") meth)))
(if byte-compile-verbose
------------------------------------------------------------------------------
parent reply other threads:[~2009-07-27 0:19 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <ec7b3b810907261711v372c2956x6c46a153e4c368c@mail.gmail.com>]
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=e01d8a50907261719p55b4584aj73436bbc3f163fa2@mail.gmail.com \
--to=lennart.borgman@gmail.com \
--cc=emacs-devel@gnu.org \
/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.