From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Bug: `org-w3m-copy-for-org-mode' fails with byte compiled Org [6.36trans] Date: Mon, 17 May 2010 16:06:09 +0200 Message-ID: <87632mk4ha.wl%dmaus@ictsoc.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============1301214067==" Return-path: Received: from [140.186.70.92] (port=55358 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE0yB-00067D-Gu for emacs-orgmode@gnu.org; Mon, 17 May 2010 10:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OE0y7-00074l-QI for emacs-orgmode@gnu.org; Mon, 17 May 2010 10:06:59 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:40891) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OE0y7-00072f-L3 for emacs-orgmode@gnu.org; Mon, 17 May 2010 10:06:55 -0400 Received: from localhost (localhost [127.0.0.1]) by mysql1.xlhost.de (Postfix) with ESMTP id 64D761429C9 for ; Mon, 17 May 2010 16:06:48 +0200 (CEST) Received: from mysql1.xlhost.de ([127.0.0.1]) by localhost (mysql1.xlhost.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wSlAf7Wk5+Kb for ; Mon, 17 May 2010 16:06:48 +0200 (CEST) Received: from t41.ictsoc.de (unknown [89.246.220.56]) by mysql1.xlhost.de (Postfix) with ESMTPSA id 0AE7B1429B8 for ; Mon, 17 May 2010 16:06:47 +0200 (CEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============1301214067== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Mon_May_17_16:06:09_2010-1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Mon_May_17_16:06:09_2010-1 Content-Type: text/plain; charset=US-ASCII Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ When calling `org-w3m-copy-for-org-mode' in a w3m buffer the command fails complaining about w3m-anchor being an invalid function. ,---- | invalid function w3m-anchor `---- This error only occurs when I use byte compiled installation of Org. A look into w3m-util.el, the place where `w3m-anchor' is defined, reveals that it is not a function but a macro. So what makes sense to me is that the byte compiler compiles org-w3m.el assuming that `w3m-anchor' is a function and puts a function call inside the byte compiled file -- that fails, because `w3m-anchor' isn't a function. -- David emacs-w3m-version: 1.4.393 Emacs : GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.18.2) of 2009-11-02 on raven, modified by Debian Package: Org-mode version 6.36trans -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Mon_May_17_16:06:09_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkvxTVEACgkQma24O1pEeOayKAD9HMlSg/VxWEpJy5GpTGSY7djE 7e9/ZTqWHVm+iuJ1m3IBAMvUhOiSb8knCquJ8x5KpxZAqgcRCYzONXTLCHn+Yl1O =tGBH -----END PGP SIGNATURE----- --pgp-sign-Multipart_Mon_May_17_16:06:09_2010-1-- --===============1301214067== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1301214067==--