On Sun, 17 Nov 2013 15:13:33 +0100, "Jörg F. Wittenberger" 
<joerg.wittenber...@softeyes.net> wrote:
> Here a patch to be applied atop of the one introducing parameters for global.

Excellent!  I took this patch, but I did make a number of changes:
- I haven't accepted the make-parameters approach for
   read settings... so I modified it so these settings are also global.
   I'd rather treat those issues separately, and I'm a little
   skeptical of the make-parameters approach in general
   (it really should be per-port if we're going to make it nontrivial).
- I changed the setting name, and turned it into two values instead of one.
  That makes it more flexible.
  So you can have KEYWORD:, :KEYWORD, or both.  I shortened the name, too,
  to "keyword-suffix" and "keyword-prefix".
- "sub1" isn't portable.  I changed that to (- .... 1).


For example, you can now do this:
$ printf '#!keyword-suffix\na b c: d\n\n' | ./unsweeten
(a b #:c d)


--- David A. Wheeler

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to