Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to hide REPL output #39

Open
phoe opened this issue Mar 1, 2018 · 0 comments
Open

Make it possible to hide REPL output #39

phoe opened this issue Mar 1, 2018 · 0 comments

Comments

@phoe
Copy link
Owner

phoe commented Mar 1, 2018

Wouldn't it be nice to have a ; before the => in the hyperspec, so that one can copy parts of the examples into the repl without having to manually delete the "=> result ..." ?

Examples:

 (ldb (byte 2 1) 10) =>  1
 (setq a (list 8)) =>  (8)
 (setf (ldb (byte 2 1) (car a)) 1) =>  1
<fouric> smokeink: i know it's not the hyperspec, but phoe's ultraspec separates out the output from the code: http://phoe.tymoon.eu/clus/doku.php?id=cl:functions:bit&redirect=1id=cl:functions:sbit
<Bike> clhs sbit
<specbot> http://www.lispworks.com/reference/HyperSpec/Body/f_bt_sb.htm
<fouric> would be nice to have clus in there
* fouric would add if he could figure out who owns specbot
<smokeink> the thing is , one would like to paste more than 1 form into the repl , and then play with them. Copy pasting from the ultraspec seems a little better as it doesn't copy any  "=>" but it still copies those results, which one doesn't need when fiddling inside the repl
<fouric> oh, i get you
<smokeink> and this should work in an offline ultraspec as well (for example in .chm format)
<smokeink> or .txt format
<fouric> hm, i wonder how difficult it would be to implement a button that hides the output for easy copy-paste
<smokeink> So that one doesn't depend on the bloated browsers of these days & javascript and css and who-knows what
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant