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

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

[elpa] externals/eev de05e32: Deleted two obsolete sections from (find-m


From: ELPA Syncer
Subject: [elpa] externals/eev de05e32: Deleted two obsolete sections from (find-multiwindow-intro).
Date: Sun, 31 Oct 2021 12:57:16 -0400 (EDT)

branch: externals/eev
commit de05e320b7595eab66e03bf71b1e95286c7593ee
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>

    Deleted two obsolete sections from (find-multiwindow-intro).
---
 ChangeLog          |   4 ++
 VERSION            |   4 +-
 eev-hlinks.el      |   1 +
 eev-intro.el       | 106 +----------------------------------------------------
 eev-multiwindow.el |  16 ++++----
 5 files changed, 17 insertions(+), 114 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 95b7c61..62f1512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
        (ee-fhl-run, ee-fhl-eval, ee-fhl-:eval, ee-fhl-:if, ee-fhl-:or):
        new functions.
 
+       * eev-intro.el (find-multiwindow-intro): deleted the sections 9
+       and 10 of the tutorial. Their names were "9. Executing key
+       sequences at other windows" and "10. A tutorial for Info mode".
+
        * eev-audiovideo.el (ee-vlc-program, ee-vlc-video-options): new
        variables.
        (find-vlc-video, ee-find-vlc-video, code-vlc-video)
diff --git a/VERSION b/VERSION
index a6392fd..8261cb4 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Sun Oct 31 07:23:08 GMT 2021
-Sun Oct 31 04:23:08 -03 2021
+Sun Oct 31 16:00:09 GMT 2021
+Sun Oct 31 13:00:09 -03 2021
diff --git a/eev-hlinks.el b/eev-hlinks.el
index a017736..8c7e773 100644
--- a/eev-hlinks.el
+++ b/eev-hlinks.el
@@ -144,6 +144,7 @@
 ;; «ee-fhl-run»  (to ".ee-fhl-run")
 ;; Here we define the interpreter for the DSL that is used in
 ;; `ee-fhl-main-program'.
+;; TODO: implement (:subprogram-in VARNAME).
 
 (defvar ee-fhl-sexp1 nil
   "When `ee-fhl-run' finds an (ee-fhl-:if SEXP1 SEXP2)
diff --git a/eev-intro.el b/eev-intro.el
index 250ea9f..cfc0784 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -19,7 +19,7 @@
 ;;
 ;; Author:     Eduardo Ochs <eduardoochs@gmail.com>
 ;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version:    20211027
+;; Version:    20211031
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-intro.el>
@@ -8855,110 +8855,6 @@ define a function with the right name - in this case,
 The source code is simple enough, so take a look:
 
   (find-eev \"eev-multiwindow.el\" \"find-wset-_\")
-  (find-eev \"eev-multiwindow.el\" \"find-wset-=\")
-  (find-eev \"eev-multiwindow.el\" \"find-wset-!\")
-
-Note that `find-wset-!' restarts an eepitch target, while
-`find-wset-=' will reuse an eepitch target if its buffer already
-exists. [Obs: \"=\" and \"!\" have been mostly superseded by
-\"e\" and \"E\"... to do: explain this]
-
-
-See: (find-prepared-intro)
-
-  [Example at find-prepared-intro]
-
-
-
-
-9. Executing key sequences at other windows
-===========================================
-It is possible to use multi-window settings, together with the
-trick that `<f8>' on a red star line executes it as Lisp and
-moves down, to create tutorials for Emacs modes. An example:
-
-  (...)
-
-
-
-10. A tutorial for Info mode
-============================
-Note: this is obsolete! It was superseded by:
-
-  (find-eev-quick-intro \"5.1. Navigating the Emacs manuals\")
-
-Here's a mini-tutorial for Info mode, demonstrating how to
-navigate in Info using the usual movement keys, plus TAB,
-<backtab>, RET, l (last), u (up), n (next), p (prev), q (quit),
-C-h i, and the digits 1-9. Note that the display in Info mode is
-like this:
-
-   ____________________________________________
-  |Next: Nonincremental Search,  Up: Search    | <- next/prev/up
-  | (emacs)Top > Search > Incremental Search   | <- breadcrumbs
-  |                                            |
-  | 19.1 Incremental Search                    | <- section number /
-  |                                            |    node name (long)
-  |  (...)                                     |
-  |                                            |
-  |--:%%-  *info* (emacs) Incremental Search   |
-  |____________________________________________|
-
-Here:
-
- Define some hacks
- (defun ow (n) (other-window n))
- (defun eeoe (code) (ow 1) (prog1 (eval code) (ow -1)))
- (defun eeok (keystr) (eeoe `(eek ,keystr)))
-
- Prepare the windows
- (ee-kill-buffer \"*info*\")
- (find-wset \"1so_o\" '(find-enode \"Search\"))
-
- The arrows (and other movent keys) work as expected.
- Watch the cursor in the Info window...
- (eeok \"3*<down>\")
- (eeok \"10*<right>\")
-
- TAB and <backtab> move to the next and to the previous link.
- Note that they consider all the links in a page, not only
- the ones in menus - including the breadcrumb links at the top.
- (eeok \"TAB       ;; Info-next-reference\")
- (eeok \"TAB       ;; Info-next-reference\")
- (eeok \"TAB       ;; Info-next-reference\")
- (eeok \"TAB       ;; Info-next-reference\")
- (eeok \"TAB       ;; Info-next-reference\")
- (eeok \"<backtab> ;; Info-prev-reference\")
- (eeok \"<backtab> ;; Info-prev-reference\")
- (eeok \"<backtab> ;; Info-prev-reference\")
- (eeok \"<backtab> ;; Info-prev-reference\")
-
- RET follows a link, l (last) goes back.
- Watch the section number: 19 -> 32.3.6 -> 19.
- (eeok \"RET       ;; Info-follow-nearest-node\")
- (eeok \"l         ;; Info-history-back\")
-
- The digits 1-9 can be used to go straight to subsections.
- For example, a `4' would follow the 4th _menu_ link -
- ignoring the non-menu links.
- Watch the section number: 19 -> 19.1 -> 19.1.1.
- (eeok \"1         ;; Info-nth-menu-item\")
- (eeok \"1         ;; Info-nth-menu-item\")
-
- The keys `u', `n', `p' (up, next, and prev) move through the
- tree structure. Watch the section number:
- 19.1.1 -u-> 19.1 -u-> 19 -n-> 20 -n-> 21 -p-> 20 -p-> 19
- (eeok \"u         ;; Info-up\")
- (eeok \"u         ;; Info-up\")
- (eeok \"n         ;; Info-next\")
- (eeok \"n         ;; Info-next\")
- (eeok \"p         ;; Info-prev\")
- (eeok \"p         ;; Info-prev\")
-
- `q' leaves Info mode - more precisely, it buries the info buffer.
- `C-h i' goes back to the Info buffer (or restarts info). 
- (eeok \"q         ;; Info-exit\")
- (eeok \"C-h i     ;; info\")
 
 " pos-spec-list)))
 
diff --git a/eev-multiwindow.el b/eev-multiwindow.el
index acfba16..34523a8 100644
--- a/eev-multiwindow.el
+++ b/eev-multiwindow.el
@@ -1,6 +1,6 @@
 ;; eev-multiwindow.el - functions to create multi-window setups  -*- 
lexical-binding: nil; -*-
 
-;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GNU eev.
 ;;
@@ -19,7 +19,7 @@
 ;;
 ;; Author:     Eduardo Ochs <eduardoochs@gmail.com>
 ;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version:    20190201
+;; Version:    20211031
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-multiwindow.el>
@@ -133,14 +133,16 @@ that. This is mainly for `find-wset'."
 
 ;; Mnemonic: "e" and "E" are both for preparing eepitch windows,
 ;; and "E" is more aggressive than "e" (it yells at you).
-;; Same for "=" and "!".
-(defun find-wset-= () (ee-here       (car sexps)) (setq sexps (cdr sexps)))
 (defun find-wset-e () (ee-here       (car sexps)) (setq sexps (cdr sexps)))
-(defun find-wset-! () (ee-here-reset (car sexps)) (setq sexps (cdr sexps)))
 (defun find-wset-E () (ee-here-reset (car sexps)) (setq sexps (cdr sexps)))
+(defun find-3ee (b c) (find-wset "13o2eoeo" b c))
+(defun find-3EE (b c) (find-wset "13o2EoEo" b c))
+
+;; When I invented this I used "=" and "!" instead of "e" and "E" -
+;; but I think that "e" and "E" are better.
+(defun find-wset-= () (ee-here       (car sexps)) (setq sexps (cdr sexps)))
+(defun find-wset-! () (ee-here-reset (car sexps)) (setq sexps (cdr sexps)))
 
-(defun find-3ee (b c) (find-wset "13o2=o=o" b c))
-(defun find-3EE (b c) (find-wset "13o2!o!o" b c))
 
 
 



reply via email to

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