From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15047 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: verbatim problem Date: Thu, 22 Apr 2004 21:51:00 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40882224.502@boede.nl> References: <20040422185559.9ECCA10B6A@ref.ntg.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1082663585 10102 80.91.224.253 (22 Apr 2004 19:53:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2004 19:53:05 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Apr 22 21:52:54 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGkFi-0007Qf-00 for ; Thu, 22 Apr 2004 21:52:54 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A8EF610B70; Thu, 22 Apr 2004 21:49:09 +0200 (MEST) Original-Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by ref.ntg.nl (Postfix) with ESMTP id 6286610B6A for ; Thu, 22 Apr 2004 21:47:20 +0200 (MEST) Original-Received: from boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with ESMTP id i3MJp0N5013526 for ; Thu, 22 Apr 2004 21:51:00 +0200 (CEST) User-Agent: Mozilla Thunderbird 0.6+ (Windows/20040417) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <20040422185559.9ECCA10B6A@ref.ntg.nl> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15047 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15047 Hi, Did you think of putting the information into a buffer and put the contents in your document with \typebuffer? Kind regards Willi Severin Obertüfer wrote: > hello > > i have a little verbatim problem > > i used the \startEIFFEL \stopEIFFEL verbatim environment in a verry simple > way like this: > > \startEIFFEL > class > DEQUE [G] > > inherit > DOUBLE_LINKED_LIST[G] > rename > extend as insertRight, > prepend as insertLeft > end > create > make, make_empty > > feature -- Access > > -- and so on > > \stopEIFFEL > > now i wanted to make this things a bit more useful and flexible. > > i thougt of something like this > > \startEIFFEL > \input deque > \stopEIFFEL > > but of corse the keyword input is normal text in verbatim mode... :) > is there a simple solution for that, for example like this > > \startEIFFEL > \specialcommand{\input deque} > \stopEIFFEL > ??? > > by the way : can i give as to the inputcommand a argument like this: > > \input D:\Files\ETH\Eiffel\deque.e > > where "deque.e" is a normal eiffel source file.... > > thanks for an answer > > mfg > > severin >