unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* describe-key fails
@ 2007-12-02 13:26 Chris Moore
  2007-12-02 13:28 ` Chris Moore
  2007-12-03  6:10 ` Richard Stallman
  0 siblings, 2 replies; 8+ messages in thread
From: Chris Moore @ 2007-12-02 13:26 UTC (permalink / raw)
  To: emacs-pretest-bug


[-- Attachment #1.1: Type: text/plain, Size: 348 bytes --]

Typing "C-h k x" to try to find out what "x" is bound to fails:

Debugger entered--Lisp error: (wrong-type-argument stringp t)
  describe-function-1(self-insert-command)
  describe-key("x" 1 nil)
  call-interactively(describe-key)

The same happens whichever key sequence I try to describe.

I've tried a "make bootstrap" but the problem persists.

[-- Attachment #1.2: Type: text/html, Size: 439 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: describe-key fails
  2007-12-02 13:26 describe-key fails Chris Moore
@ 2007-12-02 13:28 ` Chris Moore
  2007-12-02 14:05   ` Chris Moore
  2007-12-03  6:10 ` Richard Stallman
  1 sibling, 1 reply; 8+ messages in thread
From: Chris Moore @ 2007-12-02 13:28 UTC (permalink / raw)
  To: emacs-pretest-bug


[-- Attachment #1.1: Type: text/plain, Size: 456 bytes --]

> Typing "C-h k x" to try to find out what "x" is bound to fails:

I've tried "emacs -Q" and "DISPLAY= emacs -Q", but neither helps.

This is with the current CVS trunk, in GNU Emacs
23.0.50.31(i686-pc-linux-gnu, GTK+ Version
2.12.0)
 of 2007-12-02 on trpaslik
Windowing system distributor `The X.Org Foundation', version 11.0.10300000
configured using `configure  '--with-gtk' '--prefix' '/usr/local'
'--with-xpm' '--with-jpeg' '--with-png' '--with-gif''

[-- Attachment #1.2: Type: text/html, Size: 641 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: describe-key fails
  2007-12-02 13:28 ` Chris Moore
@ 2007-12-02 14:05   ` Chris Moore
  2007-12-03  6:10     ` Richard Stallman
  0 siblings, 1 reply; 8+ messages in thread
From: Chris Moore @ 2007-12-02 14:05 UTC (permalink / raw)
  To: emacs-pretest-bug


[-- Attachment #1.1: Type: text/plain, Size: 163 bytes --]

I have the same problem with "C-h m" as well:

Debugger entered--Lisp error: (wrong-type-argument stringp t)
  describe-mode()
  call-interactively(describe-mode)

[-- Attachment #1.2: Type: text/html, Size: 203 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: describe-key fails
  2007-12-02 14:05   ` Chris Moore
@ 2007-12-03  6:10     ` Richard Stallman
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Stallman @ 2007-12-03  6:10 UTC (permalink / raw)
  To: Chris Moore; +Cc: emacs-pretest-bug

    I have the same problem with "C-h m" as well:

    Debugger entered--Lisp error: (wrong-type-argument stringp t)
      describe-mode()
      call-interactively(describe-mode)

It does not fail for me.

Could you please post a *precise* test case for this bug?  The test
case should start with `emacs -q', so that your .emacs file does not
affect it, and it should show exactly what text to put in the buffer,
what commands to execute, and how and where to click.  Also please say
exactly what incorrect results you get.

Please read the Bugs section in the Emacs manual, which provides
guidelines on how to write a bug report to give us the
necessary information so we can fix the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: describe-key fails
  2007-12-02 13:26 describe-key fails Chris Moore
  2007-12-02 13:28 ` Chris Moore
@ 2007-12-03  6:10 ` Richard Stallman
  2007-12-05 20:53   ` Chris Moore
  1 sibling, 1 reply; 8+ messages in thread
From: Richard Stallman @ 2007-12-03  6:10 UTC (permalink / raw)
  To: Chris Moore; +Cc: emacs-pretest-bug

It does not fail for me.

Could you please post a *precise* test case for this bug?  The test
case should start with `emacs -q', so that your .emacs file does not
affect it, and it should show exactly what text to put in the buffer,
what commands to execute, and how and where to click.  Also please say
exactly what incorrect results you get.

What Emacs version are you using?
Please read the Bugs section in the Emacs manual, which provides
guidelines on how to write a bug report to give us the
necessary information so we can fix the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: describe-key fails
  2007-12-03  6:10 ` Richard Stallman
@ 2007-12-05 20:53   ` Chris Moore
  2007-12-06 15:12     ` Richard Stallman
  0 siblings, 1 reply; 8+ messages in thread
From: Chris Moore @ 2007-12-05 20:53 UTC (permalink / raw)
  To: rms; +Cc: emacs-pretest-bug


[-- Attachment #1.1: Type: text/plain, Size: 253 bytes --]

I have been quite precise.  I run "emacs -Q" to start Emacs without
customisation, then type C-h k x and see the error I've indicated.

I am running the CVS trunk.

GNU Emacs 23.0.50.31 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of 2007-12-02
on trpaslik

[-- Attachment #1.2: Type: text/html, Size: 325 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: describe-key fails
  2007-12-05 20:53   ` Chris Moore
@ 2007-12-06 15:12     ` Richard Stallman
  2007-12-09 23:01       ` Chris Moore
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Stallman @ 2007-12-06 15:12 UTC (permalink / raw)
  To: Chris Moore; +Cc: emacs-pretest-bug

    I have been quite precise.  I run "emacs -Q" to start Emacs without
    customisation, then type C-h k x and see the error I've indicated.

    I am running the CVS trunk.

It doesn't fail for me.

I had one uninstalled change in help-fns.el.  I don't see why it would
affect this case, but perhaps it does.  I installed that change.  You
can see if it makes the bug go away.  But if it doesn't, all I can
suggest is to try debugging it (since you can see it fail).

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: describe-key fails
  2007-12-06 15:12     ` Richard Stallman
@ 2007-12-09 23:01       ` Chris Moore
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Moore @ 2007-12-09 23:01 UTC (permalink / raw)
  To: rms; +Cc: emacs-pretest-bug


[-- Attachment #1.1: Type: text/plain, Size: 443 bytes --]

On Dec 6, 2007 4:12 PM, Richard Stallman <rms@gnu.org> wrote:

> I had one uninstalled change in help-fns.el.  I don't see why it would
> affect this case, but perhaps it does.  I installed that change.  You
> can see if it makes the bug go away.  But if it doesn't, all I can
> suggest is to try debugging it (since you can see it fail).
>

I don't know if that made the bug go away or not, but the bug has gone away
for some reason.

Chris.

[-- Attachment #1.2: Type: text/html, Size: 710 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-12-09 23:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-02 13:26 describe-key fails Chris Moore
2007-12-02 13:28 ` Chris Moore
2007-12-02 14:05   ` Chris Moore
2007-12-03  6:10     ` Richard Stallman
2007-12-03  6:10 ` Richard Stallman
2007-12-05 20:53   ` Chris Moore
2007-12-06 15:12     ` Richard Stallman
2007-12-09 23:01       ` Chris Moore

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).