From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: ; ; ; This file uses dynamic docstrings, first added in Emacs 19.29. Date: Sat, 11 Jul 2009 18:35:38 +0200 Message-ID: <19032.48986.670562.503611@a1ihome1.kph.uni-mainz.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247330169 10383 80.91.229.12 (11 Jul 2009 16:36:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Jul 2009 16:36:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 11 18:36:02 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MPfYP-0000km-C6 for ged-emacs-devel@m.gmane.org; Sat, 11 Jul 2009 18:36:01 +0200 Original-Received: from localhost ([127.0.0.1]:41146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPfYO-0000nw-CM for ged-emacs-devel@m.gmane.org; Sat, 11 Jul 2009 12:36:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPfYJ-0000nB-Vj for emacs-devel@gnu.org; Sat, 11 Jul 2009 12:35:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPfYF-0000lg-2S for emacs-devel@gnu.org; Sat, 11 Jul 2009 12:35:55 -0400 Original-Received: from [199.232.76.173] (port=36191 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPfYE-0000ld-U9 for emacs-devel@gnu.org; Sat, 11 Jul 2009 12:35:50 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:53220) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MPfYD-0004Jb-RY for emacs-devel@gnu.org; Sat, 11 Jul 2009 12:35:50 -0400 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id n6BGZc8A002553; Sat, 11 Jul 2009 18:35:38 +0200 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id n6BGZc9B019913; Sat, 11 Jul 2009 18:35:38 +0200 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id n6BGZc8H019908; Sat, 11 Jul 2009 18:35:38 +0200 In-Reply-To: X-Mailer: VM 8.0.2-487 under Emacs 22.3.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:112341 Archived-At: >>>>> On Sat, 11 Jul 2009, Leo wrote: > In every .elc file, there's this section: > ;;; 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 "`boxquote.el' was compiled for Emacs 19.29 or later")) > Is that info still relevant? If not, please consider removing it. I had brought this up some time ago: There were some positive replies, but otherwise nothing happened. Ulrich