GNU bug report logs - #46589
28.0.50; Void variable regression in interactive spec

Previous Next

Package: emacs;

Reported by: "Basil L. Contovounesios" <contovob <at> tcd.ie>

Date: Wed, 17 Feb 2021 15:21:01 UTC

Severity: normal

Tags: fixed

Found in version 28.0.50

Fixed in version 28.1

Done: "Basil L. Contovounesios" <contovob <at> tcd.ie>

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 46589 in the body.
You can then email your comments to 46589 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 forwarded to bug-gnu-emacs <at> gnu.org:
bug#46589; Package emacs. (Wed, 17 Feb 2021 15:21:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Basil L. Contovounesios" <contovob <at> tcd.ie>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 17 Feb 2021 15:21:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Basil L. Contovounesios" <contovob <at> tcd.ie>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50; Void variable regression in interactive spec
Date: Wed, 17 Feb 2021 15:20:46 +0000
0. emacs -Q
1. M-x toggle-debug-on-error RET
2. M-x add-file-local-variable-prop-line RET

Debugger entered--Lisp error: (void-variable variable)
  (list variable (read-file-local-variable-value variable) t)
  call-interactively(add-file-local-variable-prop-line record nil)
  command-execute(add-file-local-variable-prop-line record)
  execute-extended-command(nil "add-file-local-variable-prop-line" "add-file-local-variable-")
  funcall-interactively(execute-extended-command nil "add-file-local-variable-prop-line" "add-file-local-variable-")
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)

This started with the following commit according to 'git bisect':

Extend the syntax of `interactive' to list applicable modes
58e0c8ee86 2021-02-14 13:21:24 +0100
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=58e0c8ee86e2c36245f1c5a1483f1c73600b4914

-- 
Basil

In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.16.0, Xaw3d scroll bars)
 of 2021-02-17 built on tia
Repository revision: cccd701ac952f81da8444576a72d92b37ddf42d2
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12010000
System Description: Debian GNU/Linux bullseye/sid

Configured using:
 'configure 'CC=ccache gcc' 'CFLAGS=-O2 -march=native' --config-cache
 --prefix=/home/blc/.local --enable-checking=structs
 --with-x-toolkit=lucid --with-file-notification=yes --with-x'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY
INOTIFY PDUMPER PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11
XAW3D XDBE XIM XPM LUCID ZLIB

Important settings:
  value of $LANG: en_IE.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46589; Package emacs. (Wed, 17 Feb 2021 16:04:02 GMT) Full text and rfc822 format available.

Message #8 received at 46589 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: "Basil L. Contovounesios" <contovob <at> tcd.ie>
Cc: 46589 <at> debbugs.gnu.org
Subject: Re: bug#46589: 28.0.50; Void variable regression in interactive spec
Date: Wed, 17 Feb 2021 17:03:01 +0100
"Basil L. Contovounesios" <contovob <at> tcd.ie> writes:

> 0. emacs -Q
> 1. M-x toggle-debug-on-error RET
> 2. M-x add-file-local-variable-prop-line RET
>
> Debugger entered--Lisp error: (void-variable variable)
>   (list variable (read-file-local-variable-value variable) t)

I've found the problem (it affects non-lexical files); pushing as soon
as I've done some more tests.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46589; Package emacs. (Wed, 17 Feb 2021 16:14:02 GMT) Full text and rfc822 format available.

Message #11 received at 46589 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: "Basil L. Contovounesios" <contovob <at> tcd.ie>
Cc: 46589 <at> debbugs.gnu.org
Subject: Re: bug#46589: 28.0.50; Void variable regression in interactive spec
Date: Wed, 17 Feb 2021 17:13:37 +0100
"Basil L. Contovounesios" <contovob <at> tcd.ie> writes:

> 0. emacs -Q
> 1. M-x toggle-debug-on-error RET
> 2. M-x add-file-local-variable-prop-line RET
>
> Debugger entered--Lisp error: (void-variable variable)
>   (list variable (read-file-local-variable-value variable) t)
>   call-interactively(add-file-local-variable-prop-line record

Sorry about that; this should now be fixed on the trunk -- but you have
to delete the .elc files (i.e., a "make bootstrap" or the like).

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) fixed. Request was from "Basil L. Contovounesios" <contovob <at> tcd.ie> to control <at> debbugs.gnu.org. (Thu, 18 Feb 2021 00:25:01 GMT) Full text and rfc822 format available.

bug marked as fixed in version 28.1, send any further explanations to 46589 <at> debbugs.gnu.org and "Basil L. Contovounesios" <contovob <at> tcd.ie> Request was from "Basil L. Contovounesios" <contovob <at> tcd.ie> to control <at> debbugs.gnu.org. (Thu, 18 Feb 2021 00:25:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46589; Package emacs. (Thu, 18 Feb 2021 00:25:02 GMT) Full text and rfc822 format available.

Message #18 received at 46589-done <at> debbugs.gnu.org (full text, mbox):

From: "Basil L. Contovounesios" <contovob <at> tcd.ie>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 46589-done <at> debbugs.gnu.org
Subject: Re: bug#46589: 28.0.50; Void variable regression in interactive spec
Date: Thu, 18 Feb 2021 00:24:20 +0000
tags 46589 fixed
close 46589 28.1
quit

Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> "Basil L. Contovounesios" <contovob <at> tcd.ie> writes:
>
>> 0. emacs -Q
>> 1. M-x toggle-debug-on-error RET
>> 2. M-x add-file-local-variable-prop-line RET
>>
>> Debugger entered--Lisp error: (void-variable variable)
>>   (list variable (read-file-local-variable-value variable) t)
>>   call-interactively(add-file-local-variable-prop-line record
>
> Sorry about that; this should now be fixed on the trunk -- but you have
> to delete the .elc files (i.e., a "make bootstrap" or the like).

No worries, and thanks for the quick fix.  Closing.

-- 
Basil




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 18 Mar 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 90 days ago.

Previous Next


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