tonyg changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://gather.town/app/wH1EDG3McffLjrs0/racket-users -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with (Dr)Racket. Remember to wait around for an answer!
mdhughes has quit [Quit: Returning to Simulacron-1]
mdhughes has joined #racket
badkins has quit [Remote host closed the connection]
lewisje has quit [Ping timeout: 256 seconds]
to-hu has quit [Quit: to-hu]
lewisje has joined #racket
notzmv has quit [Ping timeout: 265 seconds]
notzmv has joined #racket
ttree has quit [Ping timeout: 268 seconds]
Origin has joined #racket
ec has quit [Remote host closed the connection]
ec has joined #racket
codingquark has quit [Ping timeout: 256 seconds]
codingquark has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 255 seconds]
codingquark has quit [Read error: Connection reset by peer]
codingquark has joined #racket
codingquark has quit [Read error: Connection reset by peer]
codingquark has joined #racket
Origin has quit [Ping timeout: 260 seconds]
libertyprime has joined #racket
skapata has quit [Remote host closed the connection]
codingquark has quit [Ping timeout: 268 seconds]
ec has quit [Ping timeout: 255 seconds]
ec has joined #racket
codingquark has joined #racket
libertyprime has quit [Ping timeout: 252 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
codingquark has quit [Ping timeout: 268 seconds]
codingquark has joined #racket
<bremner> what's the recommended emacs mode to edit scribble? racket-mode is not ideal...
<bremner> I see a few things around called "scribble-mode". I think I tried the neil van dyke version before. Hah. The other one has an issue asking for a comparison...
Origin has joined #racket
monkey_ has joined #racket
monkey_ has quit [Remote host closed the connection]
badkins has joined #racket
monkey_ has joined #racket
ec has quit [Remote host closed the connection]
ec has joined #racket
monkey_ has quit [Remote host closed the connection]
monkey_ has joined #racket
<dzoe> bremner: well, I use scribble-mode (https://github.com/emacs-pe/scribble-mode) from ELPA and yes, it's far from optimal, but basic stuff is OK
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 255 seconds]
monkey_ has quit [Ping timeout: 265 seconds]
skapata has joined #racket
monkey_ has joined #racket
_whitelogger has joined #racket
monkey_ has quit [Remote host closed the connection]
<bremner> dzoe: have you tried the neil van dyke one?
<dzoe> bremner: I vaguely remember "yes", but it's been a long time, I may give it another shot just out of curiosity. I'll let you know if there's anything new in a few days.
<dzoe> Sometimes it felt like scribble/srcdoc is better option solely by using at-exp and plain old racket-mode.
<bremner> dzoe: OK, thanks for any feedback.
ttree has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
xgqt has quit [Ping timeout: 260 seconds]
xgqt has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 252 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 255 seconds]
ec has quit [Ping timeout: 255 seconds]
ec has joined #racket
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
<dpk> bremner: try the hash-lang branch of racket-mode. it uses a Racket subprocess to get Scribble highlighting, indentation, etc behaviour using the same code DrRacket uses
<bremner> interesting.