samth changed the topic of #racket to: Racket v7.9 has been released: https://blog.racket-lang.org/2020/11/racket-v7-9.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
Steeve has quit [Quit: end]
nebunez has joined #racket
bitmapper has quit [Quit: Connection closed for inactivity]
caente has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
caente has joined #racket
caente has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
caente has joined #racket
caente has quit [Client Quit]
orivej has quit [Ping timeout: 246 seconds]
tilpner_ has joined #racket
tilpner has quit [Ping timeout: 246 seconds]
tilpner_ is now known as tilpner
notzmv has quit [Remote host closed the connection]
notzmv has joined #racket
Finishx has quit [Ping timeout: 256 seconds]
notzmv has quit [Remote host closed the connection]
notzmv has joined #racket
raoul has quit [Quit: WeeChat 3.0]
notzmv has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
dddddd has joined #racket
bitmapper has joined #racket
dddddd has quit [Ping timeout: 256 seconds]
dddddd has joined #racket
notzmv has joined #racket
fredmanglis has joined #racket
notzmv has quit [Remote host closed the connection]
notzmv has joined #racket
notzmv has quit [Remote host closed the connection]
notzmv has joined #racket
notzmv has quit [Remote host closed the connection]
endformationage has quit [Quit: WeeChat 2.9]
ppbitb has joined #racket
ppbitb has quit [Remote host closed the connection]
pp has joined #racket
phillbush has quit [Quit: Leaving]
narimiran has joined #racket
Vaelatern has quit [Ping timeout: 256 seconds]
Vaelatern has joined #racket
rgherdt has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
nperez has quit [Remote host closed the connection]
fredmanglis has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Fernando-Basso has quit [Quit: WeeChat 2.8]
orivej has joined #racket
fernandobasso has joined #racket
YuGiOhJCJ has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
<yurb> I wonder at what point using in-list becomes significant in terms of performance compared to supplying the list to for forms directly...
<yurb> file:///home/yurb/.racket/7.8/doc/search/index.html?q=in-query
<yurb> (sorry, pasted by accident)
Finishx has joined #racket
fernandobasso is now known as fernando-basso
nullcone has quit [Quit: Connection closed for inactivity]
orivej has quit [Ping timeout: 256 seconds]
mirrorbird has joined #racket
todun has joined #racket
mirrorbird has quit [Quit: Leaving]
acarrico has joined #racket
Sgeo has joined #racket
mirrorbird has joined #racket
mirrorbird has quit [Client Quit]
andreyorst_ has joined #racket
nperez has joined #racket
krono has quit [Quit: Connection closed for inactivity]
dataangel has quit [Read error: Connection reset by peer]
todun has quit [Quit: todun]
raoul has joined #racket
Steeve has joined #racket
notzmv has joined #racket
Steeve has quit [Client Quit]
mirrorbird has joined #racket
Steeve has joined #racket
mirrorbird has quit [Client Quit]
andreyorst_ has quit [Ping timeout: 265 seconds]
orivej has joined #racket
andreyorst_ has joined #racket
Steeve has quit [Quit: end]
rj has joined #racket
Steeve has joined #racket
Steeve has quit [Client Quit]
phillbush has joined #racket
aeth has quit [Ping timeout: 265 seconds]
Steeve has joined #racket
aeth has joined #racket
rj has quit [Ping timeout: 260 seconds]
rj has joined #racket
rj has quit [Ping timeout: 260 seconds]
rj has joined #racket
rj has quit [Ping timeout: 256 seconds]
rj has joined #racket
orivej has quit [Ping timeout: 246 seconds]
andreyorst_ has quit [Ping timeout: 264 seconds]
rj has quit [Ping timeout: 264 seconds]
rj has joined #racket
rj has quit [Ping timeout: 256 seconds]
aeth_ has joined #racket
aeth has quit [Disconnected by services]
aeth_ is now known as aeth
rj has joined #racket
Steeve has quit [Quit: end]
mirrorbird has joined #racket
rj has quit [Ping timeout: 256 seconds]
rj has joined #racket
rj has quit [Ping timeout: 264 seconds]
rj has joined #racket
rj has quit [Ping timeout: 246 seconds]
Lowl3v3l has quit [Quit: Leaving.]
rj has joined #racket
orivej has joined #racket
rj has quit [Client Quit]
manicennui has joined #racket
narimiran has quit [Ping timeout: 256 seconds]
Codaraxis has joined #racket
tilpner_ has joined #racket
tilpner has quit [Ping timeout: 264 seconds]
tilpner_ is now known as tilpner
<fernando-basso> Upgraded emacs packages and racket-mode stopped working. Removed everything and reinstalled again. Didn't help. racket-mode simply doesn't activate, even if I do M-x racket-mode manually. In case someone has gone through this... (asked in #emacs too).
<bremner> fernando-basso: how did you install racket-mode?
<fernando-basso> bremner: The usual (use-pacakge racket-mode etc) Want to see the whole thing?
<bremner> no, just curious. I assume that's melpa, and you're quite likely running a different version than I am, so not much I can say
<fernando-basso> I don't even know how to debug this.
<bremner> All I know is the version of racket-mode from 2020-12-20 is working OK for me with emacs 27.1 and racket 7.9 on Debian
<fernando-basso> Emacs 27.1 (compiled myself), racket 9.8 on xubuntu, racket-mode-20201220.1343. Perhaps I could try (if possible) install an older version of racket-mode?
<pp> I would remove the hook line from the (use-package ..) expression, restart emacs, and try M-x racket-mode manually again. Based on my understanding, the hook line runs racket-mode when racket-mode is enabled, which is likely not what you want.
<pp> Could also try to remove and re-install the racket-mode package
pp is now known as ppbitb
<bremner> yeah, use-package is a mystery to me
<fernando-basso> If I try package-install then racket-mode, I get a no match. But it does install it in ~/.emacs.d/.
<ppbitb> I usually do a) package-refresh-contents, b) package-list-packages, c) C-s (search) then "racket"
<fernando-basso> Yeah, it shows up in the package-list-packages buffer, and it says “installed”.
<ppbitb> when you run M-x racket-mode, do you get an error? Are you sure Racket major mode is actually not turned on ? You can confirm with M-x describe-mode which will open window listing all minor modes and the single major mode (which would be Racket)
nebunez has quit [Ping timeout: 260 seconds]