[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
- [elpa] externals/mct 443e2bd76b 06/21: DEPRECATE mct-apply-completion-stripes, (continued)
- [elpa] externals/mct 443e2bd76b 06/21: DEPRECATE mct-apply-completion-stripes, ELPA Syncer, 2023/03/25
- [elpa] externals/mct b95aa0f8e5 01/21: Development restarts; remove old notices, ELPA Syncer, 2023/03/25
- [elpa] externals/mct 33df7c9b43 13/21: Use line-{beginning, end}-position where relevant, ELPA Syncer, 2023/03/25
- [elpa] externals/mct 96a486eff4 17/21: Remove reference to Emacs 27; 28 is the minimum, ELPA Syncer, 2023/03/25
- [elpa] externals/mct f52ee53d39 20/21: DELETE mct-region-mode; remove remaining extras, ELPA Syncer, 2023/03/25
- [elpa] externals/mct ea1edfff5e 21/21: Merge branch 'restart-development', ELPA Syncer, 2023/03/25
- [elpa] externals/mct 00a8dccf82 08/21: Fix mct-live-completion :type for one option, ELPA Syncer, 2023/03/25
- [elpa] externals/mct c342943ae8 14/21: Add README.md to make it easier for all Git forges, ELPA Syncer, 2023/03/25
- [elpa] externals/mct d90dd8372f 18/21: Update package information, ELPA Syncer, 2023/03/25
- [elpa] externals/mct 4f0088b2a2 19/21: Make the blocklist take precedence over the passlist, ELPA Syncer, 2023/03/25
- [elpa] externals/mct 06e974a23a 07/21: Remove documentation about deleted extensions,
ELPA Syncer <=
- [elpa] externals/mct ec12cafaa3 15/21: Simplify the front matter in the README.org, ELPA Syncer, 2023/03/25
- [elpa] externals/mct d2391f88ed 03/21: Change minimum Emacs version to 28, ELPA Syncer, 2023/03/25
- [elpa] externals/mct 76d3ee9f0a 10/21: DEPRECATE mct-completions-format, ELPA Syncer, 2023/03/25
- [elpa] externals/mct f877e22324 12/21: Do not extend mct-highlight-candidate, ELPA Syncer, 2023/03/25
- [elpa] externals/mct a4f67da780 05/21: Rewrite some doc strings for stylistic consistency, ELPA Syncer, 2023/03/25
- [elpa] externals/mct 9c469d5cce 11/21: Delete old deprecation code, ELPA Syncer, 2023/03/25
- [elpa] externals/mct 7af3e101be 16/21: Add missing block about package sources, ELPA Syncer, 2023/03/25
- [elpa] externals/mct f3c662c52f 04/21: Rename helper function for 1/3 frame height, ELPA Syncer, 2023/03/25