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

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

[elpa] externals/mct 06e974a23a 07/21: Remove documentation about delete


From: ELPA Syncer
Subject: [elpa] externals/mct 06e974a23a 07/21: Remove documentation about deleted extensions
Date: Sat, 25 Mar 2023 15:59:00 -0400 (EDT)

branch: externals/mct
commit 06e974a23a34fdca30cb0e7bab889d86cd9fe6f0
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove documentation about deleted extensions
---
 README.org | 66 --------------------------------------------------------------
 1 file changed, 66 deletions(-)

diff --git a/README.org b/README.org
index 98b03ab3b7..a3bde1f4f0 100644
--- a/README.org
+++ b/README.org
@@ -941,72 +941,6 @@ Other useful extras from the Emacs source code (read their 
doc strings):
       '((file (styles . (basic partial-completion orderless)))))
 #+end_src
 
-* MCT extensions
-:PROPERTIES:
-:CUSTOM_ID: h:a6724485-29f3-4632-854c-41963d2698b7
-:END:
-#+cindex: Experimental MCT code
-
-[ Part of {{{development-version}}} ]
-
-The MCT code repository contains some Elisp files beside =mct.el= which
-extend the functionality of the core package.  These files are named
-like =mct-SCOPE.el=.  They are considered experimental for the time
-being.  Their target audience is developers or users who can tolerate
-the occasional bug.
-
-** MCT and Avy
-:PROPERTIES:
-:CUSTOM_ID: h:18a2a223-8544-4294-b847-012c99003de4
-:END:
-#+cindex: Quick selection with Avy
-
-[ Part of {{{development-version}}} ]
-
-The MCT repository contains the =mct-avy.el= file.  It integrates MCT
-with the =avy= package to choose completion candidates using the
-latter's mode of interaction.  The commands it defines are:
-
-#+findex: mct-avy-choose-completion-exit
-+ ~mct-avy-choose-completion-exit~
-
-#+findex: mct-avy-choose-completion-dwim
-+ ~mct-avy-choose-completion-dwim~
-
-#+findex: mct-avy-choose-completion-jump
-+ ~mct-avy-choose-completion-jump~
-
-#+findex: mct-avy-region-choose-completion
-+ ~mct-avy-region-choose-completion~
-
-#+findex: mct-avy-embark-act
-+ ~mct-avy-embark-act~
-
-Their respective doc strings describe their functionality.
-
-=mct-avy.el= does not bind any keys.  Choose your own with something
-like this:
-
-#+begin_src emacs-lisp
-(dolist (map (list mct-minibuffer-local-completion-map
-                   mct-minibuffer-completion-list-map))
-  (define-key map (kbd "C-;") #'mct-avy-choose-completion-exit)
-  (define-key map (kbd "C-,") #'mct-avy-embark-act)
-  (define-key map (kbd "M-;") #'mct-avy-choose-completion-dwim))
-
-;; If you are using `mct-region-mode':
-(dolist (map (list mct-region-completion-list-map
-                   mct-region-buffer-map))
-  (define-key map (kbd "C-,") #'mct-avy-embark-act)
-  (define-key map (kbd "C-;") #'mct-avy-region-choose-completion))
-#+end_src
-
-=mct-avy.el= is inspired by Omar AntolĂ­n Camarena's
-=avy-embark-collect.el=.  The ~mct-avy-choose~ function borrows code
-and/or ideas from that libary: <https://github.com/oantolin/embark/>.
-
-[[#h:03227254-d467-4147-b8cf-2fe05a2e279b][Third-party extensions]].
-
 * Keymaps
 :PROPERTIES:
 :CUSTOM_ID: h:b3178edd-f340-444c-8426-fe84f23ac9ea



reply via email to

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