GNU bug report logs - #1531
intro-string in byte-compiled files

Previous Next

Package: emacs;

Reported by: Stefan Monnier <monnier <at> iro.umontreal.ca>

Date: Wed, 10 Dec 2008 04:45:02 UTC

Severity: wishlist

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1531 in the body.
You can then email your comments to 1531 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report stored:
bug#1531; Package emacs. Full text and rfc822 format available.

Message #3 received at quiet <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: quiet <at> debbugs.gnu.org
Subject: intro-string in byte-compiled files
Date: Mon, 10 Nov 2008 10:02:42 -0500
Severity: wishlist

[ resent from
  http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00303.html ]

> I wonder if the following code found in all byte-compiled files still
> makes sense:

> ;;; This file uses dynamic docstrings, first added in Emacs 19.29.
> (if (and (boundp 'emacs-version)
>      (< (aref emacs-version (1- (length emacs-version))) ?A)
>       (or (and (boundp 'epoch::version) epoch::version)
>            (string-lessp emacs-version "19.29")))
>     (error "`simple.el' was compiled for Emacs 19.29 or later"))

> Emacs 19.29 was released 13 years ago. It is nice to be backwards
> compatible, but as some point such things should be dropped.

Indeed, this should be dropped: our byte-compiled files won't even work
in Emacs-22 anyway.


        Stefan




bug closed, send any further explanations to Stefan Monnier <monnier <at> iro.umontreal.ca> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Thu, 05 Nov 2009 03:35:06 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Thu, 03 Dec 2009 15:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 196 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.