unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: dieter@duenenhof-wilhelm.de, corwin@bru.st, emacs-devel@gnu.org
Subject: Re: [External] : Updated Emacs 2.0.91 binaries for Windows
Date: Tue, 15 Feb 2022 05:30:38 +0200	[thread overview]
Message-ID: <83y22colgh.fsf@gnu.org> (raw)
In-Reply-To: <SJ0PR10MB548885A71DEA27A03A8DE0F5F3339@SJ0PR10MB5488.namprd10.prod.outlook.com> (message from Drew Adams on Mon, 14 Feb 2022 21:14:55 +0000)

> From: Drew Adams <drew.adams@oracle.com>
> Date: Mon, 14 Feb 2022 21:14:55 +0000
> Cc: "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de>
> 
> However, the other problem I reported is still
> there.  That's the bug wrt `define-minor-mode'
> when the library is compiled with Emacs 20
> (which doesn't have `define-minor-mode').
> 
> The code in the `require'd file uses
> `define-minor-mode' only inside
>  
>   (when (> emacs-major-version 24)...)
> 
> so there's no problem with either the *.el
> or the *.elc.

The evidence is that the code does evaluate something that references
'mode':

> Debugger entered--Lisp error: (void-variable mode)
>                               ^^^^^^^^^^^^^^^^^^^^
>   (derived-mode-abbrev-table-name mode)
>   (define-abbrev-table (derived-mode-abbrev-table-name mode) nil)
>   (progn (define-abbrev-table (derived-mode-abbrev-table-name mode) nil) (make-abbrev-table))
>   (defvar bookmark-show-annotation-mode-abbrev-table (progn (define-abbrev-table (derived-mode-abbrev-table-name mode) nil) (make-abbrev-table)) "Abbrev table for bookmark-show-annotation-mode.")
>   eval((defvar bookmark-show-annotation-mode-abbrev-table (progn (define-abbrev-table (derived-mode-abbrev-table-name mode) nil) (make-abbrev-table)) "Abbrev table for bookmark-show-annotation-mode."))
>   derived-mode-init-mode-variables(bookmark-show-annotation-mode)



      reply	other threads:[~2022-02-15  3:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-13 16:11 Updated Emacs 2.0.91 binaries for Windows Corwin Brust
2022-02-14 20:54 ` [External] : " Drew Adams
2022-02-14 21:01   ` Drew Adams
2022-02-14 21:14     ` Drew Adams
2022-02-15  3:30       ` Eli Zaretskii [this message]

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83y22colgh.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=corwin@bru.st \
    --cc=dieter@duenenhof-wilhelm.de \
    --cc=drew.adams@oracle.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).