From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8bc34e14e4555720 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-20 05:08:51 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: This is a simple question Date: Sat, 20 Oct 2001 14:19:31 +0200 Organization: Enyo's not your organization Message-ID: <874roufqr0.fsf@deneb.enyo.de> References: <9pk4t7$tbm$1@trog.dera.gov.uk> <87zo762rta.fsf@deneb.enyo.de> <9pkc0r$m5j$1@trog.dera.gov.uk> <9pkddm$afh$1@nh.pace.co.uk> <9pvdp5$8im$1@nh.pace.co.uk> <9q1lrp$e1q$1@nh.pace.co.uk> <9q4bv3$okv$1@nh.pace.co.uk> <9q4k5e$m9u$1@a1-hrz.uni-duisburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:14963 Date: 2001-10-20T14:19:31+02:00 List-Id: Georg Bauhaus writes: > (There was actual software for a document centered approach. > Imagine that. Ada source code not restricted to plain monospaced > documentation comments...(That has been tried (e.g. noweb), but > you need a multi-syntax Editor... or some advanced document > construction facility that allows integration of differently > encoded programming project data (text, drawings, math, ...) > Does such a beast exist?) There are Emacs meta-modes for use with literate programming tools. These modes switch from one mode to another, depending on the position of the point.