Hi! Say, we have a file with a very long lines. My OpenSSH public key is quite enough — one line with more than 1k characters:
$ wc ~/.ssh/id_dsa.pub 1 3 1119 /home/dd/.ssh/id_dsa.pub But when I try to read it with rep, it returns only 400 characters: $ rep rep 0.92.2, built Mon Nov 28 2011 by [email protected].. Enter `,help' to list commands. user> (setq srcfile (open-file "/home/dd/.ssh/id_dsa.pub" 'read)) #<file /home/dd/.ssh/id_dsa.pub> user> (setq line (read-line srcfile)) [...] Librep documentation says nothing about any limits in read-line. Is it a bug or I miss something? Thanks! -- ~dd -- -- Sawfish ML
