emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/scala-mode 2e514f8 118/217: proper instructions for sbt-mo


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode 2e514f8 118/217: proper instructions for sbt-mode
Date: Sun, 29 Aug 2021 11:30:55 -0400 (EDT)

branch: elpa/scala-mode
commit 2e514f8224b4d126da198c0a40a053f51c4af35d
Author: Heikki Vesalainen <heikkivesalainen@yahoo.com>
Commit: Heikki Vesalainen <heikkivesalainen@yahoo.com>

    proper instructions for sbt-mode
---
 README.md | 30 +++---------------------------
 1 file changed, 3 insertions(+), 27 deletions(-)

diff --git a/README.md b/README.md
index 82b18a9..0e7eab9 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,9 @@ variable). Also be sure to check the customization tips on 
various
 keyboard commands and general emacs parameters which cannot be
 modified from the scala-mode customization menu.
 
+    For scala console (aka *REPL*) or **sbt** support, see
+    [sbt-mode](https://github.com/hvesalai/sbt-mode).
+
 ## Indenting modes
 
 *Where four developers meet, there are four opinions on how code should
@@ -298,28 +301,6 @@ The commands *forward-sexp* and *backward-sexp* ( 
**M-C-f**, **M-C-b**
 ) motion commands will move over reserved words, literals, ids and
 lists.
 
-# sbt support
-
-To compile your code using sbt, you can use the sbt support.
-
-To begin with, configure *scala-sbt:sbt-command*. The default is
-`sbt`, which is expected to be found on PATH or in your sbt project
-root.
-
-Before you can compile using sbt, you must start it with the
-*scala-sbt:start* command. For this to work, run the command from a
-buffer that is within your project tree.
-
-After you have your sbt running, you can either switch to the \*sbt\*
-buffer to interact with it, or send compile commands using the
-*scala-sbt:command* command. The latter will always clear the \*sbt\*
-buffer and reset errors before running the command.
-
-In you scala buffer, you can use the normal error-navigation commands
-(*next-error*, **C-x \`**, *previous-error*) and in the \*sbt\* buffer
-you can use the commands from the *compilation-mode* (see **C-h-f
-compilation-mode** for help).
-
 ## Keymap and other commands
 
 For the sake of customizability, scala-mode does not alter the default
@@ -430,11 +411,6 @@ The indenter thinks the second occurrence of `foo` is the 
body of the while.
 To work around this, terminate the while with a semicolon,
 or put a blank line after it.
 
-## Sbt support
-
-scala-mode2 does not provide support for interacting with sbt. For sbt
-support, see [sbt-mode](https://github.com/hvesalai/sbt-mode).
-
 ## Future work
 
 - syntax-begin-function for reliably fontifying elements which span



reply via email to

[Prev in Thread] Current Thread [Next in Thread]