GNU bug report logs - #13168
24.3.50; [REGRESSION] source link in *Help* raises wrong-type-argument error

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Thu, 13 Dec 2012 02:23:01 UTC

Severity: normal

Merged with 13158, 13162

Found in version 24.3.50

Done: Glenn Morris <rgm <at> gnu.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 13168 in the body.
You can then email your comments to 13168 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#13168; Package emacs. (Thu, 13 Dec 2012 02:23:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 13 Dec 2012 02:23:01 GMT) Full text and rfc822 format available.

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

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 24.3.50;
	[REGRESSION] source link in *Help* raises wrong-type-argument error
Date: Wed, 12 Dec 2012 18:21:39 -0800
emacs -Q
 
C-x d RET
 
C-h f dired-mark-pop-up RET
 
Click the dired.el link.  You get this:
 
button-activate: Wrong type argument: listp, #<marker (moves after insertion) at
54 in *Help*>
 
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
 of 2012-12-12 on ODIEONE
Bzr revision: 111203 sds <at> gnu.org-20121212144658-3rivblpelw3mgvez
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.7) --no-opt --enable-checking --cflags
 -IC:/Devel/emacs/build/include -Wall -Wextra -Wno-sign-compare
 -Wno-type-limits -Wno-missing-field-initializers -Wno-pointer-sign
 -Wdeclaration-after-statement --ldflags -LC:/Devel/emacs/build/lib'
 





Forcibly Merged 13158 13162 13168. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 13 Dec 2012 02:31:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13168; Package emacs. (Thu, 13 Dec 2012 02:51:01 GMT) Full text and rfc822 format available.

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

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 13168 <at> debbugs.gnu.org
Subject: Re: bug#13168: 24.3.50; [REGRESSION] source link in *Help* raises
	wrong-type-argument error
Date: Thu, 13 Dec 2012 03:48:49 +0100
On Thu, Dec 13, 2012 at 3:21 AM, Drew Adams <drew.adams <at> oracle.com> wrote:

> button-activate: Wrong type argument: listp, #<marker (moves after insertion) at
> 54 in *Help*>

I can reproduce that with the binary tarball you're using, but not
with the trunk, so it's likely some build issue.

Though I basically did

  bzr branch trunk build
  cd build
  cd nt
  configure --with-distfiles path/to/libXpm.dll
  make bootstrap
  make dist

so I have no idea what went wrong (though now I see I forgot the info
files, <sigh>).

    Juanma




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13168; Package emacs. (Thu, 13 Dec 2012 03:22:02 GMT) Full text and rfc822 format available.

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

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 13168 <at> debbugs.gnu.org
Subject: Re: bug#13168: 24.3.50; [REGRESSION] source link in *Help* raises
	wrong-type-argument error
Date: Thu, 13 Dec 2012 04:19:37 +0100
I'm uploading a new binary tarball which should be available in a
short while and which doesn't seem to show the problem.

   J

On Thu, Dec 13, 2012 at 3:48 AM, Juanma Barranquero <lekktu <at> gmail.com> wrote:
> On Thu, Dec 13, 2012 at 3:21 AM, Drew Adams <drew.adams <at> oracle.com> wrote:
>
>> button-activate: Wrong type argument: listp, #<marker (moves after insertion) at
>> 54 in *Help*>
>
> I can reproduce that with the binary tarball you're using, but not
> with the trunk, so it's likely some build issue.
>
> Though I basically did
>
>   bzr branch trunk build
>   cd build
>   cd nt
>   configure --with-distfiles path/to/libXpm.dll
>   make bootstrap
>   make dist
>
> so I have no idea what went wrong (though now I see I forgot the info
> files, <sigh>).
>
>     Juanma



-- 
    Juanma




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13168; Package emacs. (Thu, 13 Dec 2012 07:07:01 GMT) Full text and rfc822 format available.

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

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Juanma Barranquero'" <lekktu <at> gmail.com>
Cc: 13168 <at> debbugs.gnu.org
Subject: RE: bug#13168: 24.3.50;
	[REGRESSION] source link in *Help* raises wrong-type-argument error
Date: Wed, 12 Dec 2012 23:05:42 -0800
> I'm uploading a new binary tarball which should be available in a
> short while and which doesn't seem to show the problem.

Got it.  Thanks, Juanma.
Yes, the reported problem is gone.
(And the Info files are present.)

I'll close the bug.  Thx.





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

This bug report was last modified 12 years and 220 days ago.

Previous Next


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