Hi All,

Is there any existing feature or work in development for tagging muse 
files? In particular by tagging I mean to give an explicit category to 
be used for filtering or to create a tag cloud. If there is no such 
feature can other people advise if they find this feature important and 
how they get around the lack of it in muse?

I need this feature to organise all of the references I read. For each 
paper I read, I write a muse page which looks like the example below. I 
want to be able to browse automatically generated buffers with links to 
all the files with a particular tag. 

I can write the functionality myself if it doesn't exist. In this case I 
would appreciate coding/format suggestions so that the feature would be 
useful to many (easy to use, easy to learn, consistent with current 
patterns of use, etc)

Please also advise if this is a poor use of muse and there is an 
alternate package with which I can accomplish my goals.

--Ben



Example
---------------
Deriving Target Code as a Representation of Continuation Semantics

url: http://portal.acm.org/citation.cfm?id=357179
      
http://myurl.net/library/wand-1982-deriving-target-code-as-represention-cps.pdf


bibtex:
@article {357179,
 author = {Mitchell Wand},
 title = {Deriving Target Code as a Representation of Continuation 
Semantics},
 journal = {ACM Trans. Program. Lang. Syst.},
 volume = {4},
 number = {3},
 year = {1982},
 issn = {0164-0925},
 pages = {496--517},
 doi = {http://doi.acm.org/10.1145/357172.357179},
 publisher = {ACM Press},
 address = {New York, NY, USA},
}

tags: continuation-passing-style, continuations, abstract-machines, 
compiling-with-cps

notes:
This paper is a great example of defunctionalization to remove closures. 
A similar approach can be used in my CPS transformed code.
------------

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to