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

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

[elpa] externals/eev 7ff63737b5: Added `eev-version'.


From: ELPA Syncer
Subject: [elpa] externals/eev 7ff63737b5: Added `eev-version'.
Date: Thu, 10 Mar 2022 00:57:30 -0500 (EST)

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

    Added `eev-version'.
---
 ChangeLog    |  4 ++++
 VERSION      |  4 ++--
 eev-code.el  | 24 ++++++++++++++++++++++--
 eev-intro.el | 10 ++++------
 4 files changed, 32 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 50c03d2af3..16dc35cd95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-10  Eduardo Ochs  <eduardoochs@gmail.com>
+
+       * eev-code.el (eev-version): new function.
+
 2022-03-07  Eduardo Ochs  <eduardoochs@gmail.com>
 
        * eev-kla.el: rewritten almost completely.
diff --git a/VERSION b/VERSION
index 0ef0cb6b02..4e135c42be 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Tue Mar  8 08:46:02 GMT 2022
-Tue Mar  8 05:46:02 -03 2022
+Thu Mar 10 05:14:16 GMT 2022
+Thu Mar 10 02:14:16 -03 2022
diff --git a/eev-code.el b/eev-code.el
index 3536000942..f034c5758b 100644
--- a/eev-code.el
+++ b/eev-code.el
@@ -1,6 +1,6 @@
 ;;; eev-code.el -- `code-c-d', that generates and evaluates Lisp defuns.  -*- 
lexical-binding: nil; -*-
 
-;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2022 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:    20211006
+;; Version:    20220309
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-code.el>
@@ -50,6 +50,7 @@
 ;; «.ee-tail-call2»    (to "ee-tail-call2")
 ;; «.code-c-d»         (to "code-c-d")
 ;; «.code-c-d-s»       (to "code-c-d-s")
+;; «.eev-version»      (to "eev-version")
 
 
 
@@ -366,6 +367,25 @@ Note: the POS-SPEC-LIST arguments are currently not used."
 
 
 
+;;;                                         _             
+;;;   ___  _____   __   __   _____ _ __ ___(_) ___  _ __  
+;;;  / _ \/ _ \ \ / /___\ \ / / _ \ '__/ __| |/ _ \| '_ \ 
+;;; |  __/  __/\ V /_____\ V /  __/ |  \__ \ | (_) | | | |
+;;;  \___|\___| \_/       \_/ \___|_|  |___/_|\___/|_| |_|
+;;;                                                       
+;; «eev-version»  (to ".eev-version")
+;; Test: (eev-version)
+
+(defun eev-version ()
+  "Show the current version of eev (in the file eev.el).
+This function simply opens the file eev.el and jumps to the right
+line in it. Extracting the version as a string would be harder."
+  (interactive)
+  (find-eevfile "eev.el" "Version:"))
+
+
+
+
 (provide 'eev-code)
 
 
diff --git a/eev-intro.el b/eev-intro.el
index afcd42e0cf..604575a7ca 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -8352,16 +8352,14 @@ environment variable $S is set to ~/snarf/; then 
running this
   echo     'http://www.gnu.org/software/emacs/emacs-paper.html' >> ~/.psne.log
 
   # (find-fline \"$S/http/www.gnu.org/software/emacs/emacs-paper.html\")
-  # (find-w3m   \"$S/http/www.gnu.org/software/emacs/emacs-paper.html\")
+  # (find-eww   \"$S/http/www.gnu.org/software/emacs/emacs-paper.html\")
 
 creates a local copy of `emacs-paper.html' inside ~/snarf/http/
 and appends the URL to the file ~/.psne.log. The two lines in
 comments are hyperlinks to the local copy; The `find-fline' opens
-it as a file in the obvious way, and `find-w3m' opens it \"as
-HTML\", using a text-mode web browser called w3m that can be run
-either in standalone mode or inside Emacs; `find-w3m' uses w3m's
-Emacs interface, and it accepts extra arguments, which are
-treated as a pos-spec-list.
+it as a file in the obvious way, and `find-eww' opens it \"as
+HTML\", using a text-mode web browser called eww that runs
+entirely inside Emacs.
 
 
 



reply via email to

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