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)