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

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

[elpa] master ec23a09 164/215: Slightly shorten setup instructions in RE


From: Rocky Bernstein
Subject: [elpa] master ec23a09 164/215: Slightly shorten setup instructions in README
Date: Sat, 30 Jul 2016 14:49:03 +0000 (UTC)

branch: master
commit ec23a09cc8f041e59d8ac3b8673127dbc641ec87
Author: Clément Pit--Claudel <address@hidden>
Commit: Clément Pit--Claudel <address@hidden>

    Slightly shorten setup instructions in README
---
 README.md |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 7cc7b8d..b4e972a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
 
 ### Installation
 
-You can install RealGUD using [the package manager in 
Emacs](https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html) 
from [MELPA](http://melpa.org/#/getting-started), a repository of Emacs 
packages. If you don't have MELPA configured as a source of packages, you can 
add the following to your `.emacs` and restart Emacs:
+You can install RealGUD from [MELPA](http://melpa.org/#/getting-started), a 
repository of Emacs packages. If you don't have MELPA set up, add the following 
to your `.emacs` and restart Emacs:
 
 ```elisp
 (require 'package)
@@ -20,7 +20,7 @@ You can install RealGUD using [the package manager in 
Emacs](https://www.gnu.org
 (package-initialize)
 ```
 
-Once you have added MELPA, you can run the following commands to install 
RealGUD:
+You can then run the following commands to install RealGUD:
 
 ```
 M-x package-refresh-contents RET      (to refresh your package database)
@@ -35,7 +35,7 @@ Use `M-x load-library RET realgud RET` to load RealGUD.
 
 ### Launching the debugger
 
-Open a source file, then use `M-x realgud:<debugger-name>` to start your 
favorite debugger (for example, you can use `M-x realgud:pdb` to launch PDB, a 
Python debugger).  RealGUD opens two windows: the *command window* (showing the 
debugger's REPL), and the *source window*, showing your code.  An solid arrow 
`▶` indicates the current line in the source window.  Grayed out arrows 
indicate previous positions.
+Open a source file, then use `M-x realgud:<debugger-name>` to start your 
favorite debugger (for example, you can use `M-x realgud:pdb` to launch PDB, a 
Python debugger).  RealGUD opens two windows: the *command window* (showing the 
debugger's REPL), and the *source window*, showing your code (with some 
debuggers, such as `realgud:gdb`, this window does not appear until you type 
`start` in the *command window*).  An solid arrow `▶` indicates the current 
line in the source window.  Grayed  [...]
 
 ### Using the debugger
 
@@ -97,7 +97,7 @@ RealGUD supports [many external 
debuggers](https://github.com/rocky/emacs-dbgr/w
 
 ### Tracking an existing debugger process
 
-Use a `M-x realgud-track-mode` inside an existing 
[shell](http://www.gnu.org/software/emacs/manual/html_node/emacs/Shell.html), 
or [eshell](https://www.gnu.org/software/emacs/manual/html_mono/eshell.html) 
buffer to track an already-running debugger process.
+Use `M-x realgud-track-mode` inside an existing 
[shell](http://www.gnu.org/software/emacs/manual/html_node/emacs/Shell.html), 
or [eshell](https://www.gnu.org/software/emacs/manual/html_mono/eshell.html) 
buffer to track an already-running debugger process.
 
 ### RealGUD's wiki
 



reply via email to

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