branch: externals/matlab-mode
commit c2f27bec662eb9d0cc24b1ec5d53196a3cdf64ea
Author: John Ciolfi <john.ciolfi...@gmail.com>
Commit: John Ciolfi <john.ciolfi...@gmail.com>

    Updated README.org installation and NEWS.org entries
---
 NEWS.org   | 13 +++++++------
 README.org | 15 ++++++++-------
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index bdc856a826..9935922a94 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -10,7 +10,7 @@
 :END:
 
 1. *[[https://github.com/mathworks/MATLAB-language-server][MATLAB Language 
Server]]*, matlabls, for code navigation, code completion, go to definition,
-   find references, and more. See 
[[file:doc/matlab-language-server-lsp-mode.org][doc/matlab-language-server-lsp-mode.org]].
+   find references, and more. See 
[[file:doc/matlab-language-server-lsp-mode.org][doc/matlab-language-server-lsp-mode.org]].
 Commit 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/commit/e9ab4fb8b0fedc0e769f4c7e0d86bd26a08567f8][e9ab4fb]].
 
 2. Improved Emacs tramp remote *M-x matlab-shell*. Commit 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/commit/64e1805d36a362111ac3518a4fd7428c60483079][64e1805]].
 
@@ -34,9 +34,10 @@
    - When visiting a MATLAB *.m script, you now have *MATLAB -> Code Sections* 
menu which includes
      all command and there's a help entry explaining how to use the code 
sections capabilities.
 
-   - The default key bindings for MATLAB code section functions are now ~C-c 
C-<KEY>~ and ~C-c
-     M-<KEY>~, which means code sections key bindings work on system without 
the super (aka Windows)
-     key.  Super key bindings can be added by customizing 
matlab-sections-use-super-key.
+   - The default key bindings for MATLAB code section functions are now ~C-c 
C-<KEY>~ and
+     ~C-c M-<KEY>~, which means code sections key bindings work on system 
without the super
+     (aka Windows) key.  Super key bindings can be added by customizing
+     ~matlab-sections-use-super-key~.
 
      : C-c C-SPC        matlab-sections-mark-section
 
@@ -72,7 +73,7 @@
 
 8. Fixed Emacs 30 lisp compiler warnings. Commit 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/commit/89b585e6d935fd36176791caa66d4dad0405407b][89b585e]].
 
-* Release 6.3
+* Release 6.3 Dec 8, 2024
 
 This is the first [[https://elpa.gnu.org/packages//matlab-mode.html][ELPA 
matlab-mode]] release (commit 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/tree/935137844e16551a5369f928d2591556be7fb9c2][9351378]]).
  This release provides:
 
@@ -96,4 +97,4 @@ can be found in 
https://github.com/mathworks/Emacs-MATLAB-Mode.
 The prior location for matlab-mode was 
[[https://sourceforge.net/projects/matlab-emacs/][https://sourceforge.net/projects/matlab-emacs/]].
  Locations
 prior to sourceforge no longer exist.
 
-See older history 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/blob/2ff6f96294353f3f17757a2522a64c427929ff01/ChangeLog][ChangeLog]],
 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/blob/528a4fc79426adc7cf9a484d231dec7defd9c5f4/ChangeLog.old1][ChangeLog.old1]],
 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/blob/528a4fc79426adc7cf9a484d231dec7defd9c5f4/ChangeLog.old2][ChangeLog.old2]],
 and 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/blob/b7e170ee37a23b6852e461772de1c4e986bb683
 [...]
+See older history 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/blob/2ff6f96294353f3f17757a2522a64c427929ff01/ChangeLog][ChangeLog]],
 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/blob/528a4fc79426adc7cf9a484d231dec7defd9c5f4/ChangeLog.old1][ChangeLog.old1]],
 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/blob/528a4fc79426adc7cf9a484d231dec7defd9c5f4/ChangeLog.old2][ChangeLog.old2]],
 and older 
[[https://github.com/mathworks/Emacs-MATLAB-Mode/blob/b7e170ee37a23b6852e461772de1c4e98
 [...]
diff --git a/README.org b/README.org
index 04df4414ad..35d52f0ca4 100644
--- a/README.org
+++ b/README.org
@@ -56,20 +56,20 @@
 
 * Installation
 
-** Install via MELPA
+** Install via ELPA or MELPA
 
-Installing via [[https://melpa.org][MELPA]] is recommended because MELPA will 
contain the latest validated release.
-
-Add to your =~/.emacs=
+Install via [[https://elpa.gnu.org/][ELPA]] or [[https://melpa.org][MELPA]]. 
MELPA contains the latest. To install from MELPA, add to your =~/.emacs=
 
 #+begin_src emacs-lisp
   (require 'package)
   (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/";) t)
 #+end_src
 
-then run
+To install from either ELPA or MELPA
+
+: M-x RET list-packages RET
 
-: M-x RET package-list-packages RET
+and click on matlab-mode to install.
 
 ** Install from this repository
 
@@ -80,6 +80,7 @@ Build:
 
   # Build lisp and run tests (requires MATLAB executable):
   make
+
   # Alternatively, build lisp and run tests using a specific MATLAB executable:
   make MATLAB_EXE=/path/to/matlab
 
@@ -166,6 +167,6 @@ https://sourceforge.net/projects/matlab-emacs/
 
 * Releases
 
-See [[ChangeLog.org][ChangeLog.org]]
+See [[file:NEWS.org][NEWS.org]]
 
 # LocalWords:  showall nodesktop melpa emacsclient matlabsection

Reply via email to