all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven <hartrumpf@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Support for quickly classifying or annotating with labels from a  hierarchy
Date: Tue, 4 May 2010 06:03:10 -0700 (PDT)	[thread overview]
Message-ID: <aa33e938-5670-4e71-b44b-f4de84e19ec0@k29g2000yqh.googlegroups.com> (raw)

Hi all.

I have a fixed classification comprising around 50 classes.
The classes are organized in a simple hierarchy (tree depth up to 3 or
4).
How can I efficiently classify lines in a file (or to put it
differently:
annotate the objects represented in each line)?
The root node of the classification is labeled top here.
The classification could be stored in a separate file
(classification file) like this:
--------------------------
top
 cl1     ; (cl1 is direct subclass of top)
  cl1.1  ; (cl1.1 is direct subclass of cl1)
  cl1.2
 cl2
  cl2.1
  cl2.2
 cl3
 cl4
  cl4.1
   cl4.1.1
   cl4.1.2
  cl4.2
--------------------------
Here, subclasses are indented, but any format would be ok because
the classification is fixed. The classification should be visible
(maybe browsable, clickable, keyable) when one initiates
classification
of a line (say, on the line "Rome top" below).

Example annotation file:
--------------------------
Berlin top
Paris top
Rome top
--------------------------

I want to _efficiently_ (in terms of human annotation speed) modify
the
"annotation file". In the example above, the annotation file could
look like this:
--------------------------
Berlin cl1.2
Paris cl3
Rome cl4.1
--------------------------

Mouse-oriented and keyboard-oriented solutions welcome, but in both
cases the hierarchy should be visible when classification of a line is
initiated.

Any emacs extensions that will help?

Greetings
Sven


                 reply	other threads:[~2010-05-04 13:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aa33e938-5670-4e71-b44b-f4de84e19ec0@k29g2000yqh.googlegroups.com \
    --to=hartrumpf@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.