GNU bug report logs - #2383
describe-bindings listp, #<EMACS BUG: INVALID DATATYPE>

Previous Next

Package: emacs;

Reported by: Criveti Mihai <crivetimihai <at> gmail.com>

Date: Thu, 19 Feb 2009 09:40:03 UTC

Severity: normal

Tags: moreinfo

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.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 2383 in the body.
You can then email your comments to 2383 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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2383; Package emacs. (Thu, 19 Feb 2009 09:40:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Criveti Mihai <crivetimihai <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Thu, 19 Feb 2009 09:40:04 GMT) Full text and rfc822 format available.

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

From: Criveti Mihai <crivetimihai <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: describe-bindings listp, #<EMACS BUG: INVALID DATATYPE>
Date: Thu, 19 Feb 2009 11:35:12 +0200
M-x describe-bindings doesn't work anymore. Worked in 22.3 on this
machine, same compiler (XL C 10.1), etc.
M-x describe-bindings: Wrong type argument: listp, #<misc free cell>

M-x version reports: GNU Emacs 23.0.90.2 (powerpc-ibm-aix5.3.0.0) of
2009-02-19 on phobos

M-x toggle-debug-on-error then M-x describe bindings reports:
1 Debugger entered--Lisp error: (wrong-type-argument listp #<marker in
no buffer>)
2   describe-buffer-bindings(#<buffer *scratch*> nil nil)
3   describe-bindings-internal(nil nil)
4   describe-bindings()
5   call-interactively(describe-bindings t nil)
6   execute-extended-command(nil)
7   call-interactively(execute-extended-command nil nil)

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/share/emacs/23.0.90/etc/DEBUG for instructions.


In GNU Emacs 23.0.90.2 (powerpc-ibm-aix5.3.0.0)
 of 2009-02-19 on phobos
configured using `configure  '--with-x=no''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US
  value of $XMODIFIERS: nil
  locale-coding-system: iso-latin-1-unix
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  global-auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
ESC [ > 8 3 ; 4 0 0 0 3 ; 0 c ESC x d e s c TAB b i
n TAB RET ESC x r e p o r TAB RET

Recent messages:
("emacs" "-q")
For information about GNU Emacs and the GNU system, type C-h C-a.
describe-bindings-internal: Wrong type argument: listp, #<EMACS BUG:
INVALID DATATYPE (MISC 0x746f) Save your buffers immediately and
please report this bug>





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2383; Package emacs. (Sun, 15 Mar 2009 16:15:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 15 Mar 2009 16:15:03 GMT) Full text and rfc822 format available.

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

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Criveti Mihai <crivetimihai <at> gmail.com>
Cc: 2383 <at> debbugs.gnu.org
Subject: Re: describe-bindings listp, #<EMACS BUG: INVALID DATATYPE>
Date: Sun, 15 Mar 2009 12:10:43 -0400
> M-x describe-bindings doesn't work anymore. Worked in 22.3 on this
> machine, same compiler (XL C 10.1), etc.  M-x describe-bindings: Wrong
> type argument: listp, #<misc free cell>

I can't reproduce it on GNU/Linux, so this might be AIX-only.  That
would be strange.  Do you still see it happening with latest CVS?  Have
you tested on other platforms?




Tags added: moreinfo Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sat, 11 Apr 2009 02:10:04 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#2383; Package emacs. (Sat, 09 Jul 2011 22:26:02 GMT) Full text and rfc822 format available.

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

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Criveti Mihai <crivetimihai <at> gmail.com>
Cc: 2383 <at> debbugs.gnu.org, Chong Yidong <cyd <at> stupidchicken.com>
Subject: Re: bug#2383: describe-bindings listp, #<EMACS BUG: INVALID DATATYPE>
Date: Sun, 10 Jul 2011 00:24:46 +0200
On Sun, Mar 15, 2009 at 17:10, Chong Yidong <cyd <at> stupidchicken.com> wrote:

> I can't reproduce it on GNU/Linux, so this might be AIX-only.  That
> would be strange.  Do you still see it happening with latest CVS?  Have
> you tested on other platforms?

You didn't answer Chong's question. Do you still see the problem with
newer releases or the trunk?

    Juanma




bug closed, send any further explanations to 2383 <at> debbugs.gnu.org and Criveti Mihai <crivetimihai <at> gmail.com> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 11 Sep 2011 21:35:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 10 Oct 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 315 days ago.

Previous Next


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