emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r108033: * lisp/progmodes/python.


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r108033: * lisp/progmodes/python.el (python-pdbtrack-get-source-buffer): Use
Date: Wed, 25 Apr 2012 16:23:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

>   * lisp/progmodes/python.el (python-pdbtrack-get-source-buffer): Use
>   compilation-message if available to find real filename.

Better not do that.  Instead, add a function in compile.el which looks
at the `compilation-message' and returns the data you need (hopefully
re-using some of the code in compile.el), then use that function in
python.el.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]