* ;;; This file uses dynamic docstrings, first added in Emacs 19.29.
@ 2009-07-11 12:54 Leo
2009-07-11 16:35 ` ; ; ; " Ulrich Mueller
0 siblings, 1 reply; 3+ messages in thread
From: Leo @ 2009-07-11 12:54 UTC (permalink / raw)
To: emacs-devel
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.
--
Leo's Emacs uptime: 30 days, 23 hours, 9 minutes, 47 seconds
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ; ; ; This file uses dynamic docstrings, first added in Emacs 19.29.
2009-07-11 12:54 ;;; This file uses dynamic docstrings, first added in Emacs 19.29 Leo
@ 2009-07-11 16:35 ` Ulrich Mueller
2009-07-13 17:39 ` ;;; " Leo
0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Mueller @ 2009-07-11 16:35 UTC (permalink / raw)
To: Leo; +Cc: emacs-devel
>>>>> 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:
<http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00299.html>
There were some positive replies, but otherwise nothing happened.
Ulrich
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ;;; This file uses dynamic docstrings, first added in Emacs 19.29.
2009-07-11 16:35 ` ; ; ; " Ulrich Mueller
@ 2009-07-13 17:39 ` Leo
0 siblings, 0 replies; 3+ messages in thread
From: Leo @ 2009-07-13 17:39 UTC (permalink / raw)
To: Ulrich Mueller; +Cc: emacs-devel
2009/7/11 Ulrich Mueller <ulm@gentoo.org>:
>>>>>> 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:
> <http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00299.html>
>
> There were some positive replies, but otherwise nothing happened.
>
> Ulrich
Yes, I have just read the thread. It seems there is consensus on what
to do. Unfortunately, no one has actually done anything about it. A
pity.
Leo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-13 17:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-11 12:54 ;;; This file uses dynamic docstrings, first added in Emacs 19.29 Leo
2009-07-11 16:35 ` ; ; ; " Ulrich Mueller
2009-07-13 17:39 ` ;;; " Leo
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.