Thanks, Paul, but I am having trouble installing the tar/gz. Configure gives the following warning:
WARNING: Makefile.in seems to ignore the --datarootdir setting And make fails: mkdir -p //usr/local/bin mkdir -p //usr/local/etc mkdir -p //usr/local/share/man/man1 mkdir -p //usr/local/share/man/man5 install -m 644 wyrdrc //usr/local/etc install -m 644 doc/wyrd.1 //usr/local/share/man/man1/wyrd.1 install -m 644 doc/wyrdrc.5 //usr/local/share/man/man5/wyrdrc.5 install -m 755 wyrd.opt //usr/local/bin install: wyrd.opt: No such file or directory make: *** [install] Error 71 I am on OS X 10.4.9 (I know about the fink binary, but I rather not use fink if I don't have to). TIA Best, Mark On May 26 2007, at 04:15, Paul Pelzl wrote: > > Hello Remind fans, > > I'm pleased to announce version 1.4.2 of Wyrd, a curses front-end for > Remind. You can find it at the usual place: > http://www.eecs.umich.edu/~pelzlpj/wyrd > > A few noteworthy items in this release: > > * Bugfix: removed dependence on bash-isms, hopefully correcting > problems with recent Ubuntu releases. > > * The selection cursor can (optionally) automatically track the > current time; see the 'home_sticky' setting for details. > > * The "-a" command line option lets you quick-add reminders from > the > command line (using the natural language parser). > > * If your ncurses was built with wide-character support, then > you should be able to configure Wyrd with --enable-utf8 to enable > proper rendering of UTF-8 encoded reminders. > > As a native speaker of US English, I probably haven't tested the UTF-8 > stuff is not terribly well... so I would very much appreciate feedback > on that feature in particular. > > The changelog follows. Enjoy, > > Paul > > > > Wyrd ChangeLog > ---------------------------------------------------------------------- > ---------- > > 2007-05-25 Released 1.4.2. > > 2007-04-28 Added the untimed_window_width rcfile option, which > lets the > user set the width of the windows on the right side > of the > display. > > Tweaked the resize handler so Wyrd does not > completely die > when the terminal is resized too small. > > Made modifications to support rendering UTF-8 reminders > (requires ncurses built with wide char support) > > 2007-04-23 Added the home_sticky option, allowing the cursor > position > to automatically track the current time. > > Added command-line option to append reminders using the > natural language parser. > > 2007-04-22 Eliminated dependence on Bash-style tilde expansion. > > 2006-07-16 Released 1.4.1. > > _______________________________________________ > Remind-fans mailing list > [email protected] > http://lists.whatexit.org/mailman/listinfo/remind-fans _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
