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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13132 in the body.
You can then email your comments to 13132 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#13132; Package emacs. (Mon, 10 Dec 2012 02:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jidanni <at> jidanni.org:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 10 Dec 2012 02:25:02 GMT) Full text and rfc822 format available.

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

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 !!!




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13132; Package emacs. (Tue, 11 Dec 2012 19:49:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: 13132 <at> debbugs.gnu.org
Subject: Re: bug#13132: tell me what files cause errors
Date: Tue, 11 Dec 2012 14:47:18 -0500
jidanni <at> 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)





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Fri, 14 Dec 2012 21:30:02 GMT) Full text and rfc822 format available.

Notification sent to jidanni <at> jidanni.org:
bug acknowledged by developer. (Fri, 14 Dec 2012 21:30:02 GMT) Full text and rfc822 format available.

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

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)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13132; Package emacs. (Sat, 15 Dec 2012 01:03:01 GMT) Full text and rfc822 format available.

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

From: jidanni <at> jidanni.org
To: 13132 <at> debbugs.gnu.org
Subject: Re: bug#13132: closed (Re: bug#13132: tell me what files cause errors)
Date: Sat, 15 Dec 2012 09:01:26 +0800
Thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 12 Jan 2013 12:24:03 GMT) Full text and rfc822 format available.

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

Previous Next


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