* bug#7114: 23.1; Compilation bug
@ 2010-09-27 7:51 Eli Barzilay
2010-09-27 17:42 ` Andreas Schwab
0 siblings, 1 reply; 2+ messages in thread
From: Eli Barzilay @ 2010-09-27 7:51 UTC (permalink / raw)
To: 7114
Trying to compile a file with:
((lambda (x) x))
results in an infinite stream of errors:
Compiling file /tmp/x.el at Mon Sep 27 03:48:00 2010
x.el:1:1:Warning: attempt to open-code `anonymous lambda' with too few
arguments
x.el:1:1:Warning: attempt to open-code `anonymous lambda' with too few
arguments
...
In GNU Emacs 23.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.14)
of 2009-08-01 on winooski.ccs.neu.edu
Windowing system distributor `The X.Org Foundation', version 11.0.10300000
configured using `configure '--prefix=/home/eli/bin/local/emacs-dir''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: POSIX
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: Emacs-Lisp
Minor modes in effect:
diff-auto-refine-mode: t
filladapt-mode: t
shell-dirtrack-mode: t
rcirc-track-minor-mode: t
whitespace-mode: t
desktop-save-mode: t
cua-mode: t
display-time-mode: t
minibuffer-electric-default-mode: t
tooltip-mode: t
mouse-wheel-mode: t
global-font-lock-mode: t
font-lock-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
temp-buffer-resize-mode: t
size-indication-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent messages:
Saving file /tmp/x.el...
Wrote /tmp/x.el
Compiling /tmp/x.el...
Fontifying *Compile-Log*... (regexps.......................................................)
Compiling /tmp/x.el...
Quit
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#7114: 23.1; Compilation bug
2010-09-27 7:51 bug#7114: 23.1; Compilation bug Eli Barzilay
@ 2010-09-27 17:42 ` Andreas Schwab
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2010-09-27 17:42 UTC (permalink / raw)
To: Eli Barzilay; +Cc: 7114-done
Eli Barzilay <eli@barzilay.org> writes:
> Trying to compile a file with:
>
> ((lambda (x) x))
>
> results in an infinite stream of errors:
Thanks, fixed for 23.3.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-27 17:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27 7:51 bug#7114: 23.1; Compilation bug Eli Barzilay
2010-09-27 17:42 ` Andreas Schwab
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.