From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FORGED_GMAIL_RCVD,FREEMAIL_FROM,HTML_MESSAGE, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29443 invoked from network); 19 Oct 2022 13:24:39 -0000 Received: from tb-ob1.topicbox.com (64.147.108.173) by inbox.vuxu.org with ESMTPUTF8; 19 Oct 2022 13:24:39 -0000 Received: from tb-mx1.topicbox.com (tb-mx1.nyi.icgroup.com [10.90.30.61]) by tb-ob1.topicbox.com (Postfix) with ESMTP id 2BDD935623 for ; Wed, 19 Oct 2022 09:24:37 -0400 (EDT) (envelope-from bounce.mM5f805c1f59ac39c459fe847d.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx1.topicbox.com (Postfix, from userid 1132) id 2514DE3211; Wed, 19 Oct 2022 09:24:37 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=from:to :message-id:date:mime-version:content-type :content-transfer-encoding:list-help:list-id:list-post :list-subscribe:reply-to:subject:list-unsubscribe; s=dkim-1; t= 1666185877; x=1666272277; bh=soA51S1dg/X0Y8NFsV7oGXbYFNrjXLx0Qwm +y3WaMNM=; b=FbdEGDgP5XvveqBLxRTtXaMbO8t4BTsvVA3ZTHQ6pwg1GYuKJ0R 4e4mk3MvGzNtyo/Ds+O94PWbLSVWAuZ+e48vZw7VHC4k5uaZSi69rwil324R67HW SDeh6FKfUPeBvLhMdlUEDoJHvAa1uomEl09xWXxLlP4UJ+M45CpzZHDE= From: "Chris Gorman" To: 9fans <9fans@9fans.net> Message-Id: <16661858650.19CAe129.83221@composer.9fans.topicbox.com> Date: Wed, 19 Oct 2022 09:24:25 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=16661858651.833043.83221 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: 5a30272c-4fb1-11ed-8a00-cfcc9134e1fa Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UY2U3Mzg1ZmU1MmM1MzJkNi1NNWY4MDVjMWY1OWFjMzljNDU5ZmU4?= =?UTF-8?B?NDdkPg==?= List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] use of plumber for new rule List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:M5f805c1f59ac39c459fe847d:1:idEwyqG8S4WzNknYCXU1v3m1ldOegMcGU-XfMj3JmYk --16661858651.833043.83221 Date: Wed, 19 Oct 2022 09:24:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello all, I am trying to implement a rule that will display dvi files in plumber.=C2= =A0 There are currently two rules that cover dvi files.=C2=A0 Neither will = allow for rendered displaying via a mouse 3 click in acme.=C2=A0 This does = work for ps and pdf files, so I would like to change it to allow for dvi's = as well.=C2=A0 My thought is to pass this through a pipe from dvips to page= .=C2=A0 I have built and installed kertex thanks to Thierry Laronde.=C2=A0 = In a terminal all I have to call is kertex/dvips | page.=C2= =A0 Unfortunately the logic escapes me on how to do this properly with the = plumber.=C2=A0=20 I have the following blocks that pertain to the implementation of pdf / ps = viewing. type is text data matches '[a-zA-Z=C2=A1-=EF=BF=BD0-9_\-.,/]+' data matches '([a-zA-Z=C2=A1-=EF=BF=BD0-9_\-.,/]+)\.(ps|PS|eps|EPS|pdf|P= DF|dvi|DVI|doc|DOC|epub|EPUB|cb[tz]|CB[TZ])' arg isfile $0 plumb to postscript plumb start page -w $file type is text data matches '[a-zA-Z=C2=A1-=EF=BF=BD0-9_\-.,/]+' data matches '([a-zA-Z=C2=A1-=EF=BF=BD0-9_\-.,/]+)\.(ps|PS|eps|EPS|pdf|P= DF|dvi|DVI|doc|DOC|epub|EPUB|cb[tz]|CB[TZ])' arg isfile $0 plumb to postscript plumb start page -w $file dst is image plumb to image plumb client page -wi dst is postscript arg isfile $data plumb start page -w $data These were the settings set by the system.=C2=A0 I have hacked around with = them, but can't seem to get a solution and I am sadly not versed=C2=A0 enou= gh with plumb(6).=C2=A0=C2=A0 Does anyone have a hint or idea on how I migh= t accomplish my goal?=C2=A0 Reading man plumb pages as I await a reply. Thanks in advance, Chris Gorman ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tce7385fe52c532d6-M5f805= c1f59ac39c459fe847d Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --16661858651.833043.83221 Date: Wed, 19 Oct 2022 09:24:25 -0400 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello all,

I = am trying to implement a rule that will display dvi files in plumber. = There are currently two rules that cover dvi files.  Neither will all= ow for rendered displaying via a mouse 3 click in acme.  This does wor= k for ps and pdf files, so I would like to change it to allow for dvi's= as well.  My thought is to pass this through a pipe from dvips to pag= e.  I have built and installed kertex thanks to Thierry Laronde. = In a terminal all I have to call is kertex/dvips <filename.dvi> | pa= ge.  Unfortunately the logic escapes me on how to do this properly wit= h the plumber. 

I have the following= blocks that pertain to the implementation of pdf / ps viewing.
=

type is text
data matches '[a-zA-= Z¡-�0-9_\-.,/]+'
data matches '([a-zA-= Z¡-�0-9_\-.,/]+)\.(ps|PS|eps|EPS|pdf|PDF|dvi|DVI|doc|DOC|epub|= EPUB|cb[tz]|CB[TZ])'
arg isfile $0
plum= b to postscript
plumb start page -w $file

type is text
data matches '[a-zA-Z&ie= xcl;-�0-9_\-.,/]+'
data matches '([a-zA-Z&ie= xcl;-�0-9_\-.,/]+)\.(ps|PS|eps|EPS|pdf|PDF|dvi|DVI|doc|DOC|epub|EPUB= |cb[tz]|CB[TZ])'
arg isfile $0
plumb to= postscript
plumb start page -w $file
dst is image
plumb to image
p= lumb client page -wi

dst is postscript
arg isfile $data
plumb start page -w $data

These were the settings set by the system.&nb= sp; I have hacked around with them, but can't seem to get a solution an= d I am sadly not versed  enough with plumb(6).   Does anyone= have a hint or idea on how I might accomplish my goal?  Reading man p= lumb pages as I await a reply.

Thanks in a= dvance,

Chris Gorman





=




= --16661858651.833043.83221--