
TIL that if you double-click at the end of any comment line before a sexp, drracket selects the sexp. (Works even if you have multiple lines of comments, at each end of line.)

Unfortunately, as a consequence, if you double-click at the end of a sexp it selects the next (forward) sexp

Sounds like off by one error, and thus: https://github.com/racket/drracket/issues/414

Possibly. Personally I don’t have a need to get this dclick fixed. I’ve lived without it for long enough :slightly_smiling_face:

The issue you describe is certainly more annoying.

(aaand I realize I don’t have a keybinding for renaming variables)

@sorawee What function name do you have in “Show active keybindings” for c-x m
?

Rename Identifier (c:x;m)

I’m using MacOS, FWIW

thanks.

I suppose you have Edit|Preferences|Editing|General Editing, “Enable keybindings in menus (overrides Emacs keybindings)” disabled?

It’s on

ah, strange.