* bug#13132: tell me what files cause errors
@ 2012-12-10 2:23 ` jidanni
2012-12-11 19:47 ` Glenn Morris
2012-12-15 1:01 ` bug#13132: closed (Re: bug#13132: tell me what files cause errors) jidanni
0 siblings, 2 replies; 4+ messages in thread
From: jidanni @ 2012-12-10 2:23 UTC (permalink / raw)
To: 13132
C-h e says:
For information about GNU Emacs and the GNU system, type C-h C-a.
Starting new Ispell process [/usr/bin/aspell::american] ...
`flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
(lambda (x) ...) quoted with ' rather than with #'
Loading `bbdb-com': old-style backquotes detected!
Reading /home/jidanni/.newsrc.eld...
Please say there which files the flet
and lambda
lines come from !!!
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13132: tell me what files cause errors
2012-12-10 2:23 ` bug#13132: tell me what files cause errors jidanni
@ 2012-12-11 19:47 ` Glenn Morris
2012-12-14 21:28 ` Glenn Morris
2012-12-15 1:01 ` bug#13132: closed (Re: bug#13132: tell me what files cause errors) jidanni
1 sibling, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2012-12-11 19:47 UTC (permalink / raw)
To: 13132
jidanni@jidanni.org wrote:
> `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
> (lambda (x) ...) quoted with ' rather than with #'
*** lisp/emacs-lisp/macroexp.el 2012-10-26 15:59:40 +0000
--- lisp/emacs-lisp/macroexp.el 2012-12-11 19:35:04 +0000
***************
*** 124,130 ****
(macroexp--funcall-if-compiled ',when-compiled)
,form))
(t
! (message "%s" msg)
form))))
(defun macroexp--obsolete-warning (fun obsolescence-data type)
--- 124,133 ----
(macroexp--funcall-if-compiled ',when-compiled)
,form))
(t
! (message "%s%s" (if (stringp load-file-name)
! (concat (file-relative-name load-file-name) ": ")
! "")
! msg)
form))))
(defun macroexp--obsolete-warning (fun obsolescence-data type)
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13132: tell me what files cause errors
2012-12-11 19:47 ` Glenn Morris
@ 2012-12-14 21:28 ` Glenn Morris
0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2012-12-14 21:28 UTC (permalink / raw)
To: 13132-done
Version: 24.4
Glenn Morris wrote:
> *** lisp/emacs-lisp/macroexp.el 2012-10-26 15:59:40 +0000
> --- lisp/emacs-lisp/macroexp.el 2012-12-11 19:35:04 +0000
> ***************
> *** 124,130 ****
> (macroexp--funcall-if-compiled ',when-compiled)
> ,form))
> (t
> ! (message "%s" msg)
> form))))
>
> (defun macroexp--obsolete-warning (fun obsolescence-data type)
> --- 124,133 ----
> (macroexp--funcall-if-compiled ',when-compiled)
> ,form))
> (t
> ! (message "%s%s" (if (stringp load-file-name)
> ! (concat (file-relative-name load-file-name) ": ")
> ! "")
> ! msg)
> form))))
>
> (defun macroexp--obsolete-warning (fun obsolescence-data type)
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13132: closed (Re: bug#13132: tell me what files cause errors)
2012-12-10 2:23 ` bug#13132: tell me what files cause errors jidanni
2012-12-11 19:47 ` Glenn Morris
@ 2012-12-15 1:01 ` jidanni
1 sibling, 0 replies; 4+ messages in thread
From: jidanni @ 2012-12-15 1:01 UTC (permalink / raw)
To: 13132
Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-15 1:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <handler.13132.D13132.135552059622879.notifdone@debbugs.gnu.org>
2012-12-10 2:23 ` bug#13132: tell me what files cause errors jidanni
2012-12-11 19:47 ` Glenn Morris
2012-12-14 21:28 ` Glenn Morris
2012-12-15 1:01 ` bug#13132: closed (Re: bug#13132: tell me what files cause errors) jidanni
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.