eev
[Top][All Lists]
Advanced

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

Why `find-psne-links' has a trivial docstring


From: Eduardo Ochs
Subject: Why `find-psne-links' has a trivial docstring
Date: Tue, 27 Dec 2022 17:38:37 -0300

Hi Jean Louis,

`find-psne-links' has a trivial docstring because it is a 5-minute
hacks in the sense of these two videos...

  (find-1stclassvideo-links "eev2020")
  (find-1stclassvideo-links "eevtempl")

Note that you can use these sexps to download their subtitles even if
you don't upload eev:

  (find-psne-eevvideo-links "emacsconf2020" ".vtt")
  (find-psne-eevvideo-links "2020-some-template-based" ".vtt")

The part that is relevant is this one,

  (find-eevtemplvideo  "5:03" "2. `M-x brep'")
  (find-eevtemplvideo  "5:43"   "a way to download local copies")
  (find-eevtemplvideo  "7:11"   "The new way: `M-x brep'")
  (find-eevtemplvideo  "8:15"   "by typing `M-x brep'")
  (find-eevtemplvideo  "8:50"   "and then we get this buffer here")

The lack of docs in 5-minute hacks means "look at the source". And if
you look here

  (find-efunctiondescr 'find-psne-links)
  (find-efunction      'find-psne-links)

You will find - besides the source - links to tutorials and tests.
Does that help?
  Cheers, E. ...



reply via email to

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