unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11753: 24.1.50; r108659; `compilation-next-error-function' calls `cl--set-nthcdr' at runtime (macro expansion problem?)
@ 2012-06-20 14:21 Richard Copley
  2012-06-20 16:31 ` Stefan Monnier
  2012-06-22 21:26 ` Stefan Monnier
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Copley @ 2012-06-20 14:21 UTC (permalink / raw)
  To: 11753

[-- Attachment #1: Type: text/plain, Size: 3680 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 14148 bytes --]

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

* bug#11753: 24.1.50; r108659; `compilation-next-error-function' calls `cl--set-nthcdr' at runtime (macro expansion problem?)
  2012-06-20 14:21 bug#11753: 24.1.50; r108659; `compilation-next-error-function' calls `cl--set-nthcdr' at runtime (macro expansion problem?) Richard Copley
@ 2012-06-20 16:31 ` Stefan Monnier
  2012-06-22 21:26 ` Stefan Monnier
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Monnier @ 2012-06-20 16:31 UTC (permalink / raw)
  To: Richard Copley; +Cc: 11753

> 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





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

* bug#11753: 24.1.50; r108659; `compilation-next-error-function' calls `cl--set-nthcdr' at runtime (macro expansion problem?)
  2012-06-20 14:21 bug#11753: 24.1.50; r108659; `compilation-next-error-function' calls `cl--set-nthcdr' at runtime (macro expansion problem?) Richard Copley
  2012-06-20 16:31 ` Stefan Monnier
@ 2012-06-22 21:26 ` Stefan Monnier
  2012-06-22 21:37   ` bug#11766: Failure compiling international/iso-ascii.el Glenn Morris
  1 sibling, 1 reply; 6+ messages in thread
From: Stefan Monnier @ 2012-06-22 21:26 UTC (permalink / raw)
  To: Richard Copley; +Cc: 11753-done

> 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





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

* bug#11766: Failure compiling international/iso-ascii.el
  2012-06-22 21:26 ` Stefan Monnier
@ 2012-06-22 21:37   ` Glenn Morris
  2012-06-22 22:10     ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2012-06-22 21:37 UTC (permalink / raw)
  To: 11766

Package: emacs
Version: 24.1.50

Stefan Monnier wrote:

> Of course, other bugs may replace it.  If so, please open a new
> bug-report for it.

Here you go (failed bootstrap):

    In toplevel form:
    international/iso-ascii.el:165:1:Error: (eq standard-display-table
    iso-ascii-display-table) is not a valid place expression
    make[2]: *** [international/iso-ascii.elc] Error 1
    make[2]: *** Waiting for unfinished jobs....





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

* bug#11766: Failure compiling international/iso-ascii.el
  2012-06-22 21:37   ` bug#11766: Failure compiling international/iso-ascii.el Glenn Morris
@ 2012-06-22 22:10     ` Glenn Morris
  2012-06-22 22:18       ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2012-06-22 22:10 UTC (permalink / raw)
  To: 11766

Glenn Morris wrote:

>     international/iso-ascii.el:165:1:Error: (eq standard-display-table
>     iso-ascii-display-table) is not a valid place expression

Sorry, may be due to some local changes of mine.
Will confirm/deny and close this if needed.





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

* bug#11766: Failure compiling international/iso-ascii.el
  2012-06-22 22:10     ` Glenn Morris
@ 2012-06-22 22:18       ` Glenn Morris
  0 siblings, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2012-06-22 22:18 UTC (permalink / raw)
  To: 11766-done


Seems fixed by "Further GV/CL cleanups".






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

end of thread, other threads:[~2012-06-22 22:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 14:21 bug#11753: 24.1.50; r108659; `compilation-next-error-function' calls `cl--set-nthcdr' at runtime (macro expansion problem?) Richard Copley
2012-06-20 16:31 ` Stefan Monnier
2012-06-22 21:26 ` Stefan Monnier
2012-06-22 21:37   ` bug#11766: Failure compiling international/iso-ascii.el Glenn Morris
2012-06-22 22:10     ` Glenn Morris
2012-06-22 22:18       ` Glenn Morris

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