Video: Bidirectional links with eev (@ EmacsConf 2022)

2022-12-03 Thread Eduardo Ochs
Hi all,

the version of eev in ELPA has been updated,
and the new version has a link for this video:

  Info:  (find-1stclassvideo-links "eev2022kla")
  Play:  (find-eev2022klavideo "0:00")

  Title: Bidirectional links with eev (@ EmacsConf 2022)
  MP4:   http://angg.twu.net/eev-videos/emacsconf2022-kla.mp4
  YT:http://www.youtube.com/watch?v=KRobfwXd7Cw
  Page:  http://angg.twu.net/emacsconf2022-kla.html
  Comment: A video about eev-kla.el.
  Date:2022dec03
  Length:  7:57

...that will be streamed in the EmacsConf in a few minutes.
Cheers =),
  E.



Re: Video: Bidirectional links with eev (@ EmacsConf 2022)

2022-12-03 Thread Esteban Ordóñez
Thank you very much, Eduardo!

El 2022-12-03 15:08, Eduardo Ochs escribió:
>   Play:  (find-eev2022klavideo "0:00")
I get this error from evaluating the link:
replace-regexp-in-string: Wrong type argument: arrayp, nil



Re: Video: Bidirectional links with eev (@ EmacsConf 2022)

2022-12-03 Thread Eduardo Ochs
On Sat, 3 Dec 2022 at 19:23, Esteban Ordóñez  wrote:
>
> Thank you very much, Eduardo!
>
> El 2022-12-03 15:08, Eduardo Ochs escribió:
> >   Play:  (find-eev2022klavideo "0:00")
> I get this error from evaluating the link:
> replace-regexp-in-string: Wrong type argument: arrayp, nil

Hi Quiliro!

Did you restart Emacs after updating eev? That error may be caused by
Emacs keeping the old value of this variable

  (find-eev "eev-videolinks.el" "ee-1stclassvideos-info")

after the update...

I have just tried

  (find-eev2022klavideo "0:00")

on an "emacs -Q" with just eev loaded and it worked.
If restarting Emacs doesn't work we can try to debug that by IRC...

  [[]], E.



Re: Video: Bidirectional links with eev (@ EmacsConf 2022)

2022-12-03 Thread Esteban Ordóñez
Hello Eduardo!

> Did you restart Emacs after updating eev? That error may be caused by
> Emacs keeping the old value of this variable
> 
>   (find-eev "eev-videolinks.el" "ee-1stclassvideos-info")
> 
> after the update...

I ran that sexp.  But it did not work.  I had to restart Emacs.  Then it
worked.

It is a great talk.  Thank you very much.

Now I can understand most of what you say without repeating.  Not
because of the accent now.  But because I now know a lot more eev! 
Every day it sounds more familiar.

I also found your (kla2) impressive, as you said!



Re: Video: Bidirectional links with eev (@ EmacsConf 2022)

2022-12-03 Thread Eduardo Ochs
On Sat, 3 Dec 2022 at 21:46, Esteban Ordóñez  wrote:
> It is a great talk.  Thank you very much.
>
> Now I can understand most of what you say without repeating.  Not
> because of the accent now.  But because I now know a lot more eev!
> Every day it sounds more familiar.
>
> I also found your (kla2) impressive, as you said!

Thanks!!! =)
Suggestion: try the material here

(find-kla-intro)
  http://angg.twu.net/eev-intros/find-kla-intro.html

   (find-eevfile "eev-kla.el")
  http://angg.twu.net/eev-current/eev-kla.el.html

when you have some free time...
  Cheers =),
Eduardo