GNU bug report logs - #13132
tell me what files cause errors

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Mon, 10 Dec 2012 02:25:02 UTC

Severity: minor

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#13132: closed (tell me what files cause errors)
Date: Fri, 14 Dec 2012 21:30:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 14 Dec 2012 16:28:52 -0500
with message-id <q81ues727f.fsf <at> fencepost.gnu.org>
and subject line Re: bug#13132: tell me what files cause errors
has caused the debbugs.gnu.org bug report #13132,
regarding tell me what files cause errors
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
13132: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13132
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jidanni <at> jidanni.org
To: bug-gnu-emacs <at> gnu.org
Subject: tell me what files cause errors
Date: Mon, 10 Dec 2012 10:23:47 +0800
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 !!!


[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 13132-done <at> debbugs.gnu.org
Subject: Re: bug#13132: tell me what files cause errors
Date: Fri, 14 Dec 2012 16:28:52 -0500
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)


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

Previous Next


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