Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Fragment Anchors in HTMLized source

Received: by 10.151.149.13 with SMTP id b13mr6271495ybo.51.1288674513193;
        Mon, 01 Nov 2010 22:08:33 -0700 (PDT)
X-BeenThere: patch-tag-users@googlegroups.com
Received: by 10.150.102.24 with SMTP id z24ls3698950ybb.3.p; Mon, 01 Nov 2010
 22:08:32 -0700 (PDT)
Received: by 10.151.113.18 with SMTP id q18mr1460996ybm.0.1288674512950;
        Mon, 01 Nov 2010 22:08:32 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.100.253.11 with SMTP id a11mr12533ani.52.1288674339634; Mon,
 01 Nov 2010 22:05:39 -0700 (PDT)
Received: by 32g2000yqz.googlegroups.com with HTTP; Mon, 1 Nov 2010 22:05:39
 -0700 (PDT)
Date: Mon, 1 Nov 2010 22:05:39 -0700 (PDT)
X-IP: 98.108.98.36
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7
 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7,gzip(gfe)
Message-ID: <53ee923b-3a3b-4075-9f64-c493138e930c@32g2000yqz.googlegroups.com>
Subject: Fragment Anchors in HTMLized source
From: Leon Smith <leon.p.sm...@gmail.com>
To: patch-tag-users <patch-tag-users@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

It would be nice if patch-tag would insert fragment identifiers,
maybe one per line number,  so that we could link to a particular line
in the source file.

http://patch-tag.com/r/lpsmith/data-ordlist/snapshot/current/content/pretty/Data/List/Ordered.hs

For example,  HsColor produces fragment identifiers for both line
numbers and top-level definitions:

http://hackage.haskell.org/packages/archive/data-ordlist/0.4.3/doc/html/src/Data-List-Ordered.html#foldTree

Which is of course,  much nicer if you want to have somebody look at