This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-17
Channels
- # bangalore-clj (1)
- # beginners (23)
- # boot (141)
- # cider (68)
- # cljs-dev (29)
- # cljsjs (1)
- # cljsrn (11)
- # clojure (150)
- # clojure-austin (3)
- # clojure-berlin (1)
- # clojure-france (2)
- # clojure-greece (13)
- # clojure-italy (5)
- # clojure-russia (49)
- # clojure-spec (15)
- # clojure-uk (45)
- # clojurescript (152)
- # code-art (1)
- # core-async (75)
- # cursive (12)
- # datascript (2)
- # datomic (90)
- # dirac (5)
- # emacs (10)
- # garden (1)
- # hoplon (52)
- # instaparse (4)
- # juxt (2)
- # lein-figwheel (2)
- # lumo (47)
- # mount (94)
- # off-topic (20)
- # om (21)
- # onyx (14)
- # parinfer (19)
- # pedestal (3)
- # protorepl (13)
- # re-frame (5)
- # reagent (20)
- # slack-help (10)
- # spacemacs (8)
- # specter (57)
- # unrepl (11)
- # untangled (3)
- # vim (1)
- # yada (1)
Any idea why would emacs on os x stops overwriting mouse selection and paste at cursor insead?
it's not the delete-selection-mode. that is enabled and works when I type stuff it overwrites selection it doesn't work when I paste stuff anymore and drives me nuts 😞
@sineer I thought delete-selection-mode
should also apply to yanking text. My first thought would be to use C-h k
to find out if the keychord or mouse button you use to paste text has been rebound for something specific to the mode or something unexpected
Thanks! It turns out someting breaks when I enable parinfer-mode and as soon as I disable that mode the normal paste overwrite selection behaviour comes back... I have no idea why as it used to work and I didn't change anything I can think of, now I can't go back to proper behavious and have to disable parinfer mode that I'm not sure I can live without 😞
@sineer this kind of pasting can sometimes be wonky in smartparens-strict-mode, which I tend to use for Clojure. Not sure if parinfer-mode is rejecting the paste because it think it would cause unbalanced parenthesis?
@qqq in English? It's true for all spelled out words except for some very strange words (like "qi"); but it's not necessary true for acronyms or for programming variables (like "QA")
@tanzoniteblack Thanks for the reply! Unfortunaely, I haven't found out why parinfer-mode refuses to overwrite selection when pasting even too I tried several different combination of modes and even different emacs to no avail.