This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-05
Channels
- # announcements (5)
- # beginners (49)
- # boot (9)
- # calva (34)
- # cider (9)
- # clara (18)
- # clj-kondo (1)
- # cljsrn (7)
- # clojure (196)
- # clojure-dev (4)
- # clojure-europe (11)
- # clojure-france (3)
- # clojure-nl (13)
- # clojure-norway (2)
- # clojure-spec (8)
- # clojure-uk (85)
- # clojurescript (87)
- # clojurex (202)
- # core-logic (6)
- # data-science (6)
- # datomic (9)
- # dirac (1)
- # duct (93)
- # emacs (9)
- # events (1)
- # fulcro (22)
- # hoplon (30)
- # jackdaw (10)
- # keechma (1)
- # leiningen (5)
- # malli (17)
- # off-topic (9)
- # other-languages (3)
- # pedestal (7)
- # re-frame (3)
- # reagent (5)
- # reitit (9)
- # remote-jobs (6)
- # rewrite-clj (80)
- # ring (2)
- # shadow-cljs (191)
- # tools-deps (54)
- # vim (14)
- # xtdb (7)
@ag - add missing libspec is code action that the server can execute on this position. Apparently, it shows it always, no matter whether the action can be executed or not.
Do you mean multiple windows (also called frames in Emacs terminology) for the same Emacs process? C-x 5 f or C-x 5 b with default key bindings can do that.
If you mean a completely separate process, typically invoking 'emacs` from a terminal window on Mac and Linux machines will start a separate emacs process, unless that command has somehow been aliased with additional options, or made an alias for a similar command called 'emacsclient' that creates a new window for an existing emacs process.
Comparing the buffer lists produced from typing C-x C-b between two windows can help confirm whether they are the same or different emacs processes (same buffer list always if same process, but can differ if different processes)
to add to these good tips, i do C-x 5 2 to get another frame. i also use multiple emacs instances and use the buffer list technique described. although it can be convenient and more robust sometimes, consistency / up-to-dateness of information in things such as recently used files and such can suffer.