gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] gnugo-db.el


From: Paul Pogonyshev
Subject: [gnugo-devel] gnugo-db.el
Date: Tue, 17 Jun 2003 01:44:13 -0400
User-agent: KMail/1.5.9

this file provides a major mode for (gnu) emacs for editing gnu go
database files. it is not exceptionally wonderful, but provides a
few useful features:

- syntax highlighting for comments and keywords
- paragraphs are defined to be equal to patterns. that is, you can
  use C-up and C-down to move pattern-wise or M-h to select the
  current pattern (there are minor issues, but it seems they can't
  be solved with current emacs understanding of paragraphs)
- automatic indentation for constraints (but not actions). if you
  have Ret bound to `newline-and-indent', this will insert semicolons
  automatically if you Ret at the end of a constraint line
- C-x p is bound to `gnugo-db-insert-pattern'. this also tries to
  pick up a suitable name by looking at the previous pattern.

i think this file is useful enough to be placed in gnugo/patterns.

Paul

Attachment: gnugo-db.el
Description: Text document


reply via email to

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