GNU bug report logs - #3137
23.0.92; doc of compilation-get-file-structure

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Mon, 27 Apr 2009 21:40:03 UTC

Severity: minor

Tags: fixed

Fixed in version 26.1

Done: Lars Ingebrigtsen <larsi <at> gnus.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 3137 in the body.
You can then email your comments to 3137 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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3137; Package emacs. (Mon, 27 Apr 2009 21:40:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 27 Apr 2009 21:40:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <emacs-pretest-bug <at> gnu.org>
Subject: 23.0.92; doc of compilation-get-file-structure
Date: Mon, 27 Apr 2009 14:33:09 -0700
Doc string:
 
 Retrieve FILE's file-structure or create a new one.
 FILE should be (FILENAME) or (RELATIVE-FILENAME . DIRNAME).
 In the former case, FILENAME may be relative or absolute.
 
 The file-structure looks like this:
   (list (list FILENAME [DIR-FROM-PREV-MSG]) FMT LINE-STRUCT...)
 
So what are DIR-FROM-PREV-MSG, FMT, and LINESTRUCT?
 
 
 
In GNU Emacs 23.0.92.1 (i386-mingw-nt5.1.2600)
 of 2009-03-30 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
 





Severity set to 'minor' from 'normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 04 Nov 2009 22:10:20 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#3137; Package emacs. (Mon, 11 Jul 2011 15:11:03 GMT) Full text and rfc822 format available.

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

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 3137 <at> debbugs.gnu.org
Subject: Re: 23.0.92; doc of compilation-get-file-structure
Date: Mon, 11 Jul 2011 17:00:49 +0200
"Drew Adams" <drew.adams <at> oracle.com> writes:

> Doc string:
>
>  Retrieve FILE's file-structure or create a new one.
>  FILE should be (FILENAME) or (RELATIVE-FILENAME . DIRNAME).
>  In the former case, FILENAME may be relative or absolute.
>
>  The file-structure looks like this:
>    (list (list FILENAME [DIR-FROM-PREV-MSG]) FMT LINE-STRUCT...)
>
> So what are DIR-FROM-PREV-MSG, FMT, and LINESTRUCT?

That's a good question.  Skimming the code extremely quickly, I have no
idea.  Anybody?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#3137; Package emacs. (Wed, 27 Apr 2016 18:35:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 3137 <at> debbugs.gnu.org
Subject: Re: bug#3137: 23.0.92; doc of compilation-get-file-structure
Date: Wed, 27 Apr 2016 20:34:32 +0200
"Drew Adams" <drew.adams <at> oracle.com> writes:

> Doc string:
>
>  Retrieve FILE's file-structure or create a new one.
>  FILE should be (FILENAME) or (RELATIVE-FILENAME . DIRNAME).
>  In the former case, FILENAME may be relative or absolute.
>
>  The file-structure looks like this:
>    (list (list FILENAME [DIR-FROM-PREV-MSG]) FMT LINE-STRUCT...)
>
> So what are DIR-FROM-PREV-MSG, FMT, and LINESTRUCT?

Hm!  DIR-FROM-PREV-MSG seems to be referring to DIRNAME?  That is, the
directory from the...  message above?  Mmm...  yup.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#3137; Package emacs. (Wed, 27 Apr 2016 18:42:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 3137 <at> debbugs.gnu.org
Subject: Re: bug#3137: 23.0.92; doc of compilation-get-file-structure
Date: Wed, 27 Apr 2016 20:41:32 +0200
"Drew Adams" <drew.adams <at> oracle.com> writes:

> Doc string:
>
>  Retrieve FILE's file-structure or create a new one.
>  FILE should be (FILENAME) or (RELATIVE-FILENAME . DIRNAME).
>  In the former case, FILENAME may be relative or absolute.
>
>  The file-structure looks like this:
>    (list (list FILENAME [DIR-FROM-PREV-MSG]) FMT LINE-STRUCT...)
>
> So what are DIR-FROM-PREV-MSG, FMT, and LINESTRUCT?

And LINE-STRUCT is wrong, as far as I can see.  I've now clarified the
doc string.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 27 Apr 2016 18:42:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 25.2, send any further explanations to 3137 <at> debbugs.gnu.org and "Drew Adams" <drew.adams <at> oracle.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 27 Apr 2016 18:42:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 26 May 2016 11:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:02 GMT) Full text and rfc822 format available.

bug Marked as fixed in versions 26.1. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:02 GMT) Full text and rfc822 format available.

bug No longer marked as fixed in versions 25.2. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 8 years and 172 days ago.

Previous Next


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