Ouch, I'll look at that as soon as I find some time. On 22 May 2014 00:08, "Zé Loff" <zel...@zeloff.org> wrote:
> > I know, that subject's line is too long, but I didn't manage to phrase > that in a shorter form. On the upside, it pretty much tells the whole > story: elinks is creating a file on ~ whose name is the contents of > ~/elinks/elinks.conf. > > $ cat .elinks/elinks.conf > set document.colors.use_document_colors = 1 > set terminal.xterm-256color.colors = 1 > set terminal.xterm-256color.transparency = 1 > set terminal.xterm-256color.underline = 1 > set terminal.xterm-256color.utf_8_io = 1 > > $ ls ~/set* > ls: /home/zeloff/set*: No such file or directory > > $ elinks -dump 1 /dev/null > ELinks: Unknown file type > > $ ls ~/set* > /home/zeloff/set document.colors.use_document_colors = 1?set > terminal.xterm-256color.colors = 1?set > terminal.xterm-256color.transparency = 1?set > terminal.xterm-256color.underline = 1?set > terminal.xterm-256color.utf_8_io = 1?H > > $ elinks --version > ELinks 0.11.7 (built on May 14 2014 14:33:00) > > Features: > Standard, No Backtrace, IPv6, gzip, bzip2, Periodic Saving, Timer, > Cascading Style Sheets, Protocol (File, FTP, Gopher, HTTP, URI > rewrite, User protocols), SSL (OpenSSL), MIME (Option system, > Mailcap, > Mimetypes files), LED indicators, Bookmarks, Cookies, Form History, > Global History, Goto URL History, Search History > > $ uname -mrsv > OpenBSD 5.5 GENERIC.MP#138 amd64 > > -- > >