tizero's LLoGs gopher://sdf.org/0/users/tizero/feed.xml 2025-08-30T11:24:40Z gopher://sdf.org/0/users/tizero/2025-08-30.md <![CDATA[LaTeX fragments in smu]]> tizero ", "" }, { "_", 1, "", "" }, { "*", 1, "", "" }, + /* LaTeX delimiters */ + { "$$", -1, "$$", "$$" }, + { "$", -1, "$", "$" }, }; static const char *replace[][2] = { @@ -667,7 +670,9 @@ dosurround(const char *begin, const char *end, int newblock) { l++; } - if (surround[i].process) + if (surround[i].process < 0) + fwrite(start, sizeof(char), stop - start, stdout); + else if (surround[i].process) process(start, stop, 0); else hprint(start, stop); -- 2.50.1 References ---------- * https://github.com/karlb/smu]]> 2025-08-30T00:00:00Z 2025-08-30T11:24:13Z gopher://sdf.org/0/users/tizero/2025-08-04.md <![CDATA[Custom plumber in Emacs and sacc]]> tizero host, t, item->selector) == -1) + return 0; + execuri(plumber, "Plumbed", plumburi); + free(plumburi); return 0; case '8': if (asprintf(&plumburi, "telnet://%s%s%s:%s", @@ -855,9 +861,6 @@ dig(Item *entry, Item *item) diag("Type %c (%s) not supported", t, typedisplay(t)); return 0; } - case 'g': - case 'I': - plumbitem(item); case 'i': return 0; } Download -------- * gopher://sdf.org/0/users/tizero/bin/sacc-plumber-1.07.diff]]> 2025-08-04T00:00:00Z 2025-08-04T20:38:48Z gopher://sdf.org/0/users/tizero/2025-08-02.md <![CDATA[Little fix in sfeed_update]]> tizero /dev/null + sort -t ' ' -u -k6,6 -k2,2 -k3,3 "$3" "$2" 2>/dev/null } # order by timestamp (descending). References ---------- * https://codemadness.org/sfeed-simple-feed-parser.html * https://git.codemadness.org/sfeed/commit/e77e0165d3151ebe763a602adaa486af2467e6df.html]]> 2025-08-02T00:00:00Z 2025-08-02T13:39:59Z gopher://sdf.org/0/users/tizero/2025-08-01.md <![CDATA[Simple blogging]]> tizero 2025-08-01T00:00:00Z 2025-08-01T23:03:06Z gopher://sdf.org/0/users/tizero/2025-07-31.md <![CDATA[A colorful pager]]> tizero bold + red # - underlined text --> underlined + blue # - prompt (lowerbar) --> blue no backrgound # - error messages (lowerbar) --> yellow no bg # export PAGER="less -R --use-color -Dd+r -Du+b -DPB- -DEY-" # Same thing for manual pages # export MANPAGER="$PAGER" export MANROFFOPT="-P -c" References ---------- * https://wiki.archlinux.org/title/Color_output_in_console * https://man.voidlinux.org/less.1]]> 2025-07-31T00:00:00Z 2025-08-01T15:31:25Z gopher://sdf.org/0/users/tizero/2025-07-30.md <![CDATA[Gopher(s) links in CIRCE]]> tizero 2025-07-30T00:00:00Z 2025-08-01T15:27:49Z