GNU bug report logs - #11753
24.1.50; r108659; `compilation-next-error-function' calls `cl--set-nthcdr' at runtime (macro expansion problem?)

Previous Next

Package: emacs;

Reported by: Richard Copley <Richard.Copley <at> uhb.nhs.uk>

Date: Wed, 20 Jun 2012 15:56:02 UTC

Severity: normal

Found in version 24.1.50

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

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 11753 in the body.
You can then email your comments to 11753 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#11753; Package emacs. (Wed, 20 Jun 2012 15:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Richard Copley <Richard.Copley <at> uhb.nhs.uk>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 20 Jun 2012 15:56:02 GMT) Full text and rfc822 format available.

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

From: Richard Copley <Richard.Copley <at> uhb.nhs.uk>
To: "'bug-gnu-emacs <at> gnu.org'" <bug-gnu-emacs <at> gnu.org>
Subject: 24.1.50; r108659; `compilation-next-error-function' calls
	`cl--set-nthcdr' at runtime (macro expansion problem?)
Date: Wed, 20 Jun 2012 15:21:37 +0100
[Message part 1 (text/plain, inline)]
As of trunk revision 108659, the default next-error function in
compilation-mode appears to have a run-time dependency
upon subst `cl--set-nthcdr'.

Recipe from `emacs -Q' (assuming current directory contains files that
contain "x"):

M-x grep RET x SPC * RET C-x `

Expected result: successfully go to location of first match.

Actual result: go to location of first match then ding, saying:
  "compilation-next-error-function: Symbol's function definition is void: cl--set-nthcdr".


In GNU Emacs 24.1.50.1 (i386-mingw-nt5.1.2600)
of 2012-06-19 on 57172UHB
Bzr revision: 108659 cyd <at> gnu.org-20120619070544-ejj0ov8gz1nk95kh
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.6) --enable-checking --cflags
-fno-omit-frame-pointer -L c:/gnuwin32/lib -I c:/gnuwin32/include'

Important settings:
  value of $EMACSDATA: C:/Emacs/emacs-108659/etc
  value of $EMACSDOC: C:/Emacs/emacs-108659/etc
  value of $EMACSLOADPATH: C:/Emacs/emacs-108659/site-lisp;C:/Emacs/emacs-108659/../site-lisp;C:/Emacs/emacs-108659/lisp;C:/Emacs/emacs-108659/leim
  value of $EMACSPATH: C:/Emacs/emacs-108659/bin
  value of $LANG: ENG
  locale-coding-system: cp1252
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  shell-dirtrack-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x g r e p <return> x SPC * <return> C-x `
M-x r e p o r t - e m a c s - b u g <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Grep finished (matches found)
compilation-next-error-function: Symbol's function definition is void: cl--set-nthcdr

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr help-fns help-mode view emacsbug
message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils shell pcomplete
grep compile comint ansi-color ring time-date tooltip ediff-hook
vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win
w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer button faces cus-face files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process multi-tty emacs)
DISCLAIMER:
This email and any attachments hereto contains proprietary information, some or all of which may be confidential or legally privileged. It is for the exclusive use of the intended recipient(s) only. If an addressing or transmission error has misdirected this e-mail and you are not the intended recipient(s), please notify the author by replying to this e-mail. If you are not the intended recipient you must not use, disclose, distribute, copy, print, or rely on this e-mail or any attachments, as this may be unlawful.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11753; Package emacs. (Wed, 20 Jun 2012 16:36:01 GMT) Full text and rfc822 format available.

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

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Richard Copley <Richard.Copley <at> uhb.nhs.uk>
Cc: 11753 <at> debbugs.gnu.org
Subject: Re: bug#11753: 24.1.50; r108659;
	`compilation-next-error-function' calls `cl--set-nthcdr' at runtime
	(macro expansion problem?)
Date: Wed, 20 Jun 2012 12:31:41 -0400
> As of trunk revision 108659, the default next-error function in
> compilation-mode appears to have a run-time dependency
> upon subst `cl--set-nthcdr'.

Thanks for this report.  I'm about to install a completely rewrite of
all the setf machinery, so I'll try to make sure I fix your bug while
I'm there.


        Stefan




Reply sent to Stefan Monnier <monnier <at> IRO.UMontreal.CA>:
You have taken responsibility. (Fri, 22 Jun 2012 21:31:01 GMT) Full text and rfc822 format available.

Notification sent to Richard Copley <Richard.Copley <at> uhb.nhs.uk>:
bug acknowledged by developer. (Fri, 22 Jun 2012 21:31:01 GMT) Full text and rfc822 format available.

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

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Richard Copley <Richard.Copley <at> uhb.nhs.uk>
Cc: 11753-done <at> debbugs.gnu.org
Subject: Re: bug#11753: 24.1.50; r108659;
	`compilation-next-error-function' calls `cl--set-nthcdr' at runtime
	(macro expansion problem?)
Date: Fri, 22 Jun 2012 17:26:33 -0400
> Actual result: go to location of first match then ding, saying:
>   "compilation-next-error-function: Symbol's function definition is void: cl--set-nthcdr".

After my recent replacement of the setf machinery, cl--set-nthcdr is not
in any of Emacs's .el files, so this bug should be fixed.
Of course, other bugs may replace it.  If so, please open a new
bug-report for it.


        Stefan




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

From: Richard Copley <Richard.Copley <at> uhb.nhs.uk>
To: 'Stefan Monnier' <monnier <at> IRO.UMontreal.CA>
Cc: "11753-done <at> debbugs.gnu.org" <11753-done <at> debbugs.gnu.org>
Subject: RE: bug#11753: 24.1.50; r108659; `compilation-next-error-function'
	calls `cl--set-nthcdr' at runtime (macro expansion problem?)
Date: Sun, 24 Jun 2012 17:48:04 +0100
-----Original Message-----
From: Stefan Monnier
Sent: 22 June 2012 22:27
To: Richard Copley
Cc: 11753-done
Subject: Re: bug#11753: 24.1.50; r108659; `compilation-next-error-function' calls `cl--set-nthcdr' at runtime (macro expansion problem?)

> After my recent replacement of the setf machinery, cl--set-nthcdr is not
> in any of Emacs's .el files, so this bug should be fixed.
> Of course, other bugs may replace it.  If so, please open a new
> bug-report for it.

Great, thank you. Seems fixed indeed.

DISCLAIMER:
This email and any attachments hereto contains proprietary information, some or all of which may be confidential or legally privileged. It is for the exclusive use of the intended recipient(s) only. If an addressing or transmission error has misdirected this e-mail and you are not the intended recipient(s), please notify the author by replying to this e-mail. If you are not the intended recipient you must not use, disclose, distribute, copy, print, or rely on this e-mail or any attachments, as this may be unlawful.





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

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

Previous Next


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