[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] using info in a filter
From: |
John Kitchin |
Subject: |
[O] using info in a filter |
Date: |
Mon, 28 Mar 2016 11:16:56 -0400 |
How does one use the info in a filter?
e.g.
in (defun my-block-filter (data backend info))
data is the transcoded block string, and I want to add something to it
based on say the type of block, name and header of the corresponding
block. Is it possible to get to that from the info? Or is this a case
where it is easier to make a custom backend with a function like:
(defun sb-format (sb contents info)) that builds up the output string?
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
- [O] using info in a filter,
John Kitchin <=