Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
-- This file: -- http://anggtwu.net/SUBTITLES/2021-workshop-3.lua.html -- http://anggtwu.net/SUBTITLES/2021-workshop-3.lua -- (find-angg "SUBTITLES/2021-workshop-3.lua") -- Author: Eduardo Ochs <eduardoochs@gmail.com> -- -- (defun st () (interactive) (find-angg "SUBTITLES/2021-workshop-3.lua")) -- Skel: (find-editeevsubtitles-links-1 "2021workshop3") -- (find-efunction 'find-editeevsubtitles-links-1) -- Yttr: (find-yttranscript-links "2021workshop3" "r83inf9s8zo") -- Info: (find-1stclassvideo-links "2021workshop3") -- Play: (find-2021workshop3video "0:00") -- -- I use the code below to generate the subtitles in .vtt. -- ee_dofile "~/LUA/Subtitles.lua" -- (find-angg "LUA/Subtitles.lua") --[[ -- (find-angg "LUA/Subtitles.lua") ** Run the .lua and tell it to ** write the .vtt - by default in /tmp/ * * (eepitch-lua51) * (eepitch-kill) * (eepitch-lua51) dofile "2021-workshop-3.lua" sts = Subtitles.fromsexps(subs_bigstr):addtime("18:22") -- sts.lang = "pt-BR" = sts outfname = "$S/http/anggtwu.net/eev-videos/2021-workshop-3.vtt" outfname = "/tmp/2021-workshop-3.vtt" out = sts:vtt().."\n\n" ee_writefile(outfname, out) -- (find-fline "/tmp/2021-workshop-3.vtt") ** Test the .vtt ** (find-2021workshop3video "0:00") ** Select /tmp/ or ee-eevvideosdir ** (find-eevvideosfile "") ** (find-eevvideosfile "" "2021-workshop-3.mp4") ** (find-eevvideossh0 "cp -v 2021-workshop-3.mp4 /tmp/") ** (code-video "2021workshop3video" "/tmp/2021-workshop-3.mp4") ** (code-video "2021workshop3video" "$S/http/anggtwu.net/eev-videos/2021-workshop-3.mp4") ** (find-2021workshop3video "0:00") ** Upload the 2021-workshop-3.vtt ** to http://anggtwu.net/eev-videos/ * (eepitch-shell) * (eepitch-kill) * (eepitch-shell) cd /tmp/ Scp-np 2021-workshop-3.vtt $TWUP/eev-videos/ Scp-np 2021-workshop-3.vtt $TWUS/eev-videos/ ** Upload the subtitles to youtube ** http://www.youtube.com/watch?v=r83inf9s8zo ** Check that the "psne subtitles" thing works ** (find-1stclassvideo-links "2021workshop3") --]] subs_bigstr = [==[ See: (find-saving-links-intro "1. Saving interesting links") % (find-2021workshop3video "00:00" "Hi! My name is Eduardo Ochs, and this") % (find-2021workshop3video "00:02" "is another very short video that I'm") % (find-2021workshop3video "00:04" "recording for a workshop that I'm going") % (find-2021workshop3video "00:06" "to give on this saturday.") % (find-2021workshop3video "00:08" "The short title of this video is") % (find-2021workshop3video "00:10" "\"Material on `M-3 M-e'\",") % (find-2021workshop3video "00:12" "and the long title is: What") % (find-2021workshop3video "00:15" "does it mean to \"save links to everything") % (find-2021workshop3video "00:17" "that is interesting?\"") % (find-2021workshop3video "00:20" "The main idea behind eev is that eev") % (find-2021workshop3video "00:23" "lets us \"take executable notes of") % (find-2021workshop3video "00:26" "everything that we do\",") % (find-2021workshop3video "00:27" "and \"saving links to everything that is") % (find-2021workshop3video "00:30" "interesting\" is the harder half of") % (find-2021workshop3video "00:32" "\"taking executable notes\".") % (find-2021workshop3video "00:34" "And note that the title of the workshop") % (find-2021workshop3video "00:36" "is \"Workshop on creating and saving") % (find-2021workshop3video "00:39" "elisp hyperlinks\".") % (find-2021workshop3video "00:46" "The main tutorial of eev is this one,") % (find-2021workshop3video "00:49" "`find-eev-quick-intro'...") % (find-2021workshop3video "00:52" "it's about how we can use `M-e' to") % (find-2021workshop3video "00:54" "execute elisp expressions -") % (find-2021workshop3video "00:57" "and it has a paragraph that says") % (find-2021workshop3video "00:59" "that `M-e' accepts several different") % (find-2021workshop3video "01:02" "numeric prefixes that alter its behavior.") % (find-2021workshop3video "01:05" "In this tutorial we are only interested") % (find-2021workshop3video "01:07" "in one of them: \"`M-0 M-e'") % (find-2021workshop3video "01:09" "highlights the sexp for") % (find-2021workshop3video "01:12" "a fraction of a second instead of") % (find-2021workshop3video "01:13" "executing it. Try it above.\"") % (find-2021workshop3video "01:16" "And if we try this here, \"above\",") % (find-2021workshop3video "01:22" "`M-0 M-e' highlights the sexps") % (find-2021workshop3video "01:24" "instead of executing them...") % (find-2021workshop3video "01:26" "when we execute them") % (find-2021workshop3video "01:28" "their results are shown here, in the") % (find-2021workshop3video "01:31" "lower left corner, in the echo area...") % (find-2021workshop3video "01:34" "the result of this one is 6, the") % (find-2021workshop3video "01:36" "result of this one is 20, and the result") % (find-2021workshop3video "01:38" "of this one is 26.") % (find-2021workshop3video "01:44" "Let me raise some natural questions.") % (find-2021workshop3video "01:46" "What are these \"other prefixes\" that") % (find-2021workshop3video "01:49" "the tutorial does not explain? What do") % (find-2021workshop3video "01:51" "they do?") % (find-2021workshop3video "01:52" "Is there a place in the documentation") % (find-2021workshop3video "01:54" "that lists these prefixes?") % (find-2021workshop3video "01:57" "Where is the source code? Is it readable") % (find-2021workshop3video "02:00" "how can we discover all that?") % (find-2021workshop3video "02:03" "I think that I've said that in several") % (find-2021workshop3video "02:05" "places, but let me say it again...") % (find-2021workshop3video "02:07" "my memory is very bad - and") % (find-2021workshop3video "02:10" "in this video I'm going to pretend that") % (find-2021workshop3video "02:12" "it's even worse.") % (find-2021workshop3video "02:13" "So a natural question is: how can I") % (find-2021workshop3video "02:16" "rediscover what `M-3 M-e' does,") % (find-2021workshop3video "02:20" "or, more realistically...") % (find-2021workshop3video "02:22" "the information about `M-3 M-e'") % (find-2021workshop3video "02:25" "is scattered in the source code and") % (find-2021workshop3video "02:28" "in the documentation of eev...") % (find-2021workshop3video "02:30" "so, how can I rediscover all my") % (find-2021workshop3video "02:32" "material on `M-3 M-e'?") % (find-2021workshop3video "02:35" "And I'm going to split that") % (find-2021workshop3video "02:37" "in two parts: how do I find this") % (find-2021workshop3video "02:40" "material, and how do I save hyperlinks") % (find-2021workshop3video "02:42" "to everything interesting that I find") % (find-2021workshop3video "02:44" "in the way, and I'm going to alternate") % (find-2021workshop3video "02:48" "between these two things: every time that") % (find-2021workshop3video "02:50" "I find something interesting I'm going") % (find-2021workshop3video "02:52" "to save this hyperlink, and so I'm going") % (find-2021workshop3video "02:54" "to show how I save hyperlinks with very") % (find-2021workshop3video "02:58" "few keys.") % (find-2021workshop3video "03:01" "Before starting the demo, let me explain") % (find-2021workshop3video "03:04" "something about the window settings that") % (find-2021workshop3video "03:06" "I'm going to use in this video.") % (find-2021workshop3video "03:08" "In most of the workshop we are going to") % (find-2021workshop3video "03:10" "learn how to use the three-window") % (find-2021workshop3video "03:12" "setting that I recommend to beginners,") % (find-2021workshop3video "03:14" "which is: we start in") % (find-2021workshop3video "03:17" "a situation in which we have a target") % (find-2021workshop3video "03:19" "buffer, usually in a single window, but") % (find-2021workshop3video "03:21" "sometimes we have several windows here...") % (find-2021workshop3video "03:24" "then we run a variant for beginners") % (find-2021workshop3video "03:26" "of `find-here-links' that, well...") % (find-2021workshop3video "03:30" "we want to create a link to here,") % (find-2021workshop3video "03:33" "and the hyperlink to here is going to") % (find-2021workshop3video "03:35" "appear here, and we have to select the") % (find-2021workshop3video "03:38" "hyperlink and edit it a bit, and then we") % (find-2021workshop3video "03:40" "copy it to our notes, that are here...") % (find-2021workshop3video "03:42" "and then we type `M-h M-1', and we") % (find-2021workshop3video "03:45" "go back to the original window setting,") % (find-2021workshop3video "03:47" "that usually is just a single window, but") % (find-2021workshop3video "03:50" "can be something with more windows too.") % (find-2021workshop3video "03:54" "What I usually use is a one-window") % (find-2021workshop3video "03:56" "setting in which I do everything in a") % (find-2021workshop3video "03:58" "single window...") % (find-2021workshop3video "04:00" "I start with the target buffer, and I") % (find-2021workshop3video "04:02" "want to create a hyperlink to here...") % (find-2021workshop3video "04:04" "then I run `find-here-links', I get") % (find-2021workshop3video "04:10" "a window setting that still has") % (find-2021workshop3video "04:12" "just one window the buffer, with") % (find-2021workshop3video "04:16" "the temporary buffer with elisp") % (find-2021workshop3video "04:18" "hyperlinks, and then I select") % (find-2021workshop3video "04:21" "the right hyperlink, edit it a bit,") % (find-2021workshop3video "04:24" "and then I copy it to my buffer with") % (find-2021workshop3video "04:26" "notes, and then I go back to the original") % (find-2021workshop3video "04:29" "situation, which was this one.") % (find-2021workshop3video "04:31" "In this video I'm going to use a variant") % (find-2021workshop3video "04:34" "of the one-window setting in which") % (find-2021workshop3video "04:36" "everything is going to happen in the") % (find-2021workshop3video "04:38" "window at the left,") % (find-2021workshop3video "04:40" "and the window at the right is going to") % (find-2021workshop3video "04:42" "be unchanged for most of the time...") % (find-2021workshop3video "04:45" "and in the window at the right I'm going") % (find-2021workshop3video "04:46" "to show a cheat sheet with what I want") % (find-2021workshop3video "04:48" "to present in the demo - because my") % (find-2021workshop3video "04:51" "memory is very bad, so I need to cheat a") % (find-2021workshop3video "04:54" "bit.") Part 2: The demo The cheat sheet is here: (find-saving-links-intro "1. Saving interesting links" "cheat sheet") % (find-2021workshop3video "04:56" "...a demo. In this demo I'm going to") % (find-2021workshop3video "04:58" "show how to reconstruct") % (find-2021workshop3video "05:00" "these notes here. I mean...") % (find-2021workshop3video "05:03" "some months ago when I wrote this I") % (find-2021workshop3video "05:05" "wrote this in just just a few minutes") % (find-2021workshop3video "05:07" "when I was looking for information on") % (find-2021workshop3video "05:10" "`M-3 M-e'... and let me show more or") % (find-2021workshop3video "05:13" "less how I look for this information and") % (find-2021workshop3video "05:16" "how I save hyperlinks on the way.") % (find-2021workshop3video "05:20" "I remember that `M-j' has") % (find-2021workshop3video "05:23" "information on how to go to the main") % (find-2021workshop3video "05:25" "tutorial, so let me type `M-j'...") % (find-2021workshop3video "05:29" "I want to create a link to this line") % (find-2021workshop3video "05:31" "here. So let me start by creating") % (find-2021workshop3video "05:33" "a link to the effect of typing `M-j',") % (find-2021workshop3video "05:37" "and let me refine this hyperlink.") % (find-2021workshop3video "05:40" "I want to link to this string here...") % (find-2021workshop3video "05:45" "`eek' does not admit refinements,") % (find-2021workshop3video "05:48" "does not admit pos-spec-lists,") % (find-2021workshop3video "05:50" "but let me duplicate this, and") % (find-2021workshop3video "05:52" "put a \"find-\" here, because") % (find-2021workshop3video "05:54" "this variant accepts pos-spec-lists...") % (find-2021workshop3video "05:58" "and let me refine this to make it point") % (find-2021workshop3video "06:01" "to this string in this temporary") % (find-2021workshop3video "06:03" "buffer. So now i have a reference") % (find-2021workshop3video "06:05" "that I can use this") % (find-2021workshop3video "06:08" "to go to the main tutorial.") % (find-2021workshop3video "06:11" "I remember that this is the the name of") % (find-2021workshop3video "06:14" "the main tutorial,") % (find-2021workshop3video "06:15" "So let me go to the main tutorial, and") % (find-2021workshop3video "06:17" "the main tutorial has a section about") % (find-2021workshop3video "06:20" "how to use `M-e'.") % (find-2021workshop3video "06:22" "Let me start by creating link to that") % (find-2021workshop3video "06:24" "section, and") % (find-2021workshop3video "06:33" "in that section I have a paragraph about") % (find-2021workshop3video "06:36" "numeric prefixes for `M-e', it's this") % (find-2021workshop3video "06:38" "paragraph here...") % (find-2021workshop3video "06:40" "and I'm going to create a link to this") % (find-2021workshop3video "06:42" "string here, that is the most interesting") % (find-2021workshop3video "06:44" "string in this paragraph.") % (find-2021workshop3video "06:48" "So this link points exactly to where I") % (find-2021workshop3video "06:51" "want to, and") % (find-2021workshop3video "06:55" "I also remember that in this main") % (find-2021workshop3video "06:57" "tutorial I have") % (find-2021workshop3video "07:00" "something about the") % (find-2021workshop3video "07:02" "key sequence that eev uses to generate") % (find-2021workshop3video "07:05" "hyperlinks about a certain key.") % (find-2021workshop3video "07:08" "I remember that this key sequence is") % (find-2021workshop3video "07:10" "`M-h M-k', so let me search for") % (find-2021workshop3video "07:14" "\"M-h M-k\"...") % (find-2021workshop3video "07:20" "I want to link to this position here,") % (find-2021workshop3video "07:23" "but let me first create a link to this") % (find-2021workshop3video "07:25" "section...") % (find-2021workshop3video "07:33" "this link is a copy to of this one") % (find-2021workshop3video "07:36" "that's above, so I prefer to delete it...") % (find-2021workshop3video "07:39" "now that I have a link to this section I") % (find-2021workshop3video "07:41" "want to create a link to this string") % (find-2021workshop3video "07:43" "here... so now i have a link to") % (find-2021workshop3video "07:50" "the explanation about `M-h M-k'") % (find-2021workshop3video "07:53" "in this section, and incidentally this") % (find-2021workshop3video "07:55" "thing here is a demo of how to use") % (find-2021workshop3video "07:58" "`M-h M-k', and I can just run this") % (find-2021workshop3video "08:00" "instead of typing this very long") % (find-2021workshop3video "08:03" "sequence of keys,") % (find-2021workshop3video "08:05" "and when I run this I get a temporary") % (find-2021workshop3video "08:08" "buffer in which") % (find-2021workshop3video "08:10" "this link is the best way to regenerate") % (find-2021workshop3video "08:13" "this buffer - the best because it has a") % (find-2021workshop3video "08:15" "lot of information, it has") % (find-2021workshop3video "08:17" "the name of the function here at the") % (find-2021workshop3video "08:19" "right...") % (find-2021workshop3video "08:21" "So I want something like this, but for") % (find-2021workshop3video "08:23" "`M-e'. So i'm going to type ") % (find-2021workshop3video "08:25" "`M-h M-k M-e'...") % (find-2021workshop3video "08:29" "I get this buffer, and I'm going to save") % (find-2021workshop3video "08:31" "this as a way to generate that") % (find-2021workshop3video "08:37" "temporary buffer with links about `M-e'...") % (find-2021workshop3video "08:41" "and I know that the link that I want here") % (find-2021workshop3video "08:43" "is this one, that points to the") % (find-2021workshop3video "08:49" "source code of that function...") % (find-2021workshop3video "08:51" "let me start by doing the same thing") % (find-2021workshop3video "08:54" "that I did before...") % (find-2021workshop3video "08:57" "let me refine this hyperlink here") % (find-2021workshop3video "09:03" "and create a version of it that points") % (find-2021workshop3video "09:05" "exactly to this line.") % (find-2021workshop3video "09:07" "Let me test this hyperlink. It goes to") % (find-2021workshop3video "09:10" "this to the source code of this function...") % (find-2021workshop3video "09:12" "so let me copy this hyperlink to my") % (find-2021workshop3video "09:15" "notes... the docstring ") % (find-2021workshop3video "09:20" "of this function explains") % (find-2021workshop3video "09:23" "what this numeric argument does,") % (find-2021workshop3video "09:28" "this line here explains what it does") % (find-2021workshop3video "09:31" "when the numeric argument is 3,") % (find-2021workshop3video "09:33" "so I want to save a link to this") % (find-2021workshop3video "09:35" "position...") % (find-2021workshop3video "09:40" "So here's an explanation in English, but") % (find-2021workshop3video "09:42" "I want an explanation in code.") % (find-2021workshop3video "09:45" "The source code of this function is very") % (find-2021workshop3video "09:47" "short, it's just this... because this") % (find-2021workshop3video "09:49" "function delegates most of the work to") % (find-2021workshop3video "09:51" "this other function here, so let me save") % (find-2021workshop3video "09:54" "a link to this other function...") % (find-2021workshop3video "10:00" "and what this other function does is") % (find-2021workshop3video "10:02" "that it takes the numeric argument and") % (find-2021workshop3video "10:04" "it uses this to produce the name of yet") % (find-2021workshop3video "10:07" "another function.") % (find-2021workshop3video "10:09" "So, when the numeric argument is 3, this") % (find-2021workshop3video "10:14" "function executes this function here,") % (find-2021workshop3video "10:17" "`ee-eval-last-sexp-3',") % (find-2021workshop3video "10:19" "so let me search for a function") % (find-2021workshop3video "10:22" "with this name...") % (find-2021workshop3video "10:26" "found it.") % (find-2021workshop3video "10:28" "Let me create a link to this function.") % (find-2021workshop3video "10:39" "Now let me create a test for `M-3 M-e'.") % (find-2021workshop3video "10:45" "I know that if I run `M-3 M-e' here") % (find-2021workshop3video "10:50" "it does this...") % (find-2021workshop3video "10:54" "it's similar to when the prefix is 2,") % (find-2021workshop3video "10:57" "and when the prefix is 2 it") % (find-2021workshop3video "11:00" "evals the sexp and shows the target of") % (find-2021workshop3video "11:03" "the sexp in another window...") % (find-2021workshop3video "11:07" "so `M-3 M-e' does the same as 2,") % (find-2021workshop3video "11:10" "it evals and shows the target of the") % (find-2021workshop3video "11:12" "sexp another window, but it also") % (find-2021workshop3video "11:14" "switches to the new window.") % (find-2021workshop3video "11:17" "So let me try...") % (find-2021workshop3video "11:19" "let me try it here...") % (find-2021workshop3video "11:22" "`M-3 M-e' here") % (find-2021workshop3video "11:25" "opened the target of the link in the") % (find-2021workshop3video "11:27" "window at the right.") % (find-2021workshop3video "11:31" "So let me create a demo for that.") % (find-2021workshop3video "11:36" "The demo is going to do something like") % (find-2021workshop3video "11:38" "this but two lines...") % (find-2021workshop3video "11:40" "three lines above, so let me add") % (find-2021workshop3video "11:44" "this thing...") % (find-2021workshop3video "11:46" "and let me test it.") % (find-2021workshop3video "11:49" "Works.") % (find-2021workshop3video "11:54" "Let me show the cheat sheet here...") % (find-2021workshop3video "12:00" "ok, now I want to understand more about") % (find-2021workshop3video "12:02" "this function here...") % (find-2021workshop3video "12:06" "it shows the target of the sexp before") % (find-2021workshop3video "12:08" "point in another window and switches to") % (find-2021workshop3video "12:10" "it... and it seems that this function") % (find-2021workshop3video "12:13" "uses this to the to do most of") % (find-2021workshop3video "12:16" "the hard work...") % (find-2021workshop3video "12:18" "so let me try to understand what this") % (find-2021workshop3video "12:20" "function does. I'm going to create a link") % (find-2021workshop3video "12:22" "to its source code.") % (find-2021workshop3video "12:26" "The link is here. I'm going to copy it") % (find-2021workshop3video "12:28" "to my notes... that's it...") % (find-2021workshop3video "12:35" "it's a weird function, but") % (find-2021workshop3video "12:38" "the comments say that these functions") % (find-2021workshop3video "12:40" "are explained in this tutorial,") % (find-2021workshop3video "12:42" "`find-multiwindow-intro'...") % (find-2021workshop3video "12:46" "so let me start by copying these lines") % (find-2021workshop3video "12:48" "here to my notes,") % (find-2021workshop3video "12:51" "and now let me find") % (find-2021workshop3video "12:53" "more references to this") % (find-2021workshop3video "12:56" "\"multi-window intro\"...") % (find-2021workshop3video "13:03" "I know that this link here is a link to") % (find-2021workshop3video "13:07" "the index of the main tutorials...") % (find-2021workshop3video "13:10" "first of all, let me") % (find-2021workshop3video "13:12" "create a link to this, to remind myself") % (find-2021workshop3video "13:14" "that I can go here by typing") % (find-2021workshop3video "13:18" "`M-5 M-0 M-j',") % (find-2021workshop3video "13:23" "and now let me find the link") % (find-2021workshop3video "13:27" "to \"multiwindow-intro\"...") % (find-2021workshop3video "13:30" "so, it's here...") % (find-2021workshop3video "13:35" "let me edit this a bit.") % (find-2021workshop3video "13:37" "So this says that this tutorial is") % (find-2021workshop3video "13:40" "tutorial number 14 here...") % (find-2021workshop3video "13:45" "So let me go back to this tutorial...") % (find-2021workshop3video "13:48" "and I remember vaguely that there are") % (find-2021workshop3video "13:50" "references to what the 3 does...") % (find-2021workshop3video "13:55" "and i remember that this thing is") % (find-2021workshop3video "13:57" "related to the effect of `M-3 M-e',") % (find-2021workshop3video "14:01" "so let me store a link to this") % (find-2021workshop3video "14:05" "reference here...") % (find-2021workshop3video "14:14" "and I also remember vaguely that") % (find-2021workshop3video "14:17" "in the fake tutorial that") % (find-2021workshop3video "14:20" "is an index Emacs keys") % (find-2021workshop3video "14:23" "there's a section about") % (find-2021workshop3video "14:26" "keys that split and unsplit windows, and") % (find-2021workshop3video "14:29" "it probably has something about this key") % (find-2021workshop3video "14:31" "here... so let me try to find that...") % (find-2021workshop3video "14:40" "the tutorial about keys is this one,") % (find-2021workshop3video "14:44" "and let me see if it has something about") % (find-2021workshop3video "14:46" "`C-x 3'... it does, so let me save") % (find-2021workshop3video "14:54" "a link to this thing here...") % (find-2021workshop3video "14:57" "but I also want a link to this") % (find-2021workshop3video "15:00" "section, so let me do this...") % (find-2021workshop3video "15:11" "let me do something more elegant here...") % (find-2021workshop3video "15:15" "and this is my") % (find-2021workshop3video "15:19" "recommended reference about how this key") % (find-2021workshop3video "15:21" "works...") % (find-2021workshop3video "15:23" "and I also have this note here to remind") % (find-2021workshop3video "15:26" "me that \"split window horizontally\"") % (find-2021workshop3video "15:28" "means splitting it in a left half") % (find-2021workshop3video "15:31" "and a right half...") % (find-2021workshop3video "15:36" "with a bar between them.") % (find-2021workshop3video "15:38" "So let me also keep a link to this") % (find-2021workshop3video "15:40" "reference here...") % (find-2021workshop3video "15:44" "and also let me follow this link here...") % (find-2021workshop3video "15:48" "and i'm going to keep a link to this...") % (find-2021workshop3video "15:57" "and also a link to this `C-x 3' here.") % (find-2021workshop3video "16:03" "So now i have lots of explanations about") % (find-2021workshop3video "16:06" "`C-x 3', and also in my notes") % (find-2021workshop3video "16:12" "I have something that") % (find-2021workshop3video "16:15" "I have prepared several months ago when I") % (find-2021workshop3video "16:19" "when I was reading my documentation for") % (find-2021workshop3video "16:23" "this multi-window thing, and I realized") % (find-2021workshop3video "16:25" "that the demos...") % (find-2021workshop3video "16:28" "sorry, let me see if I can find") % (find-2021workshop3video "16:31" "the demo that I want...") % (find-2021workshop3video "16:40" "Ah, ok. So I don't have a demo here that") % (find-2021workshop3video "16:44" "creates a very complex windows setting...") % (find-2021workshop3video "16:46" "so I created these things here") % (find-2021workshop3video "16:51" "that create some very") % (find-2021workshop3video "16:55" "complex window settings...") % (find-2021workshop3video "16:56" "this one creates this window setting") % (find-2021workshop3video "16:58" "here, and this one creates a variant of") % (find-2021workshop3video "17:00" "that window setting in which the windows") % (find-2021workshop3video "17:03" "are resized in some way.") % (find-2021workshop3video "17:07" "and when I wrote these notes I also kept") % (find-2021workshop3video "17:13" "links to `find-2a' and `find-2b',") % (find-2021workshop3video "17:17" "that seem to be related to `C-x 3'...") % (find-2021workshop3video "17:22" "so let me see if I can find them in") % (find-2021workshop3video "17:25" "`find-multiwindow-intro'...") % (find-2021workshop3video "17:33" "here, in \"3. High-level words\".") % (find-2021workshop3video "17:37" "So let me create a link to this") % (find-2021workshop3video "17:39" "section too...") % (find-2021workshop3video "17:54" "well, let me stop here. I just wanted to") % (find-2021workshop3video "17:57" "show how we can create lots of hyperlinks") % (find-2021workshop3video "18:00" "very quickly, so this is how I usually") % (find-2021workshop3video "18:03" "work... I create hyperlinks to everything") % (find-2021workshop3video "18:05" "that I find interesting, and you can see") % (find-2021workshop3video "18:07" "that in just a few minutes i created all") % (find-2021workshop3video "18:09" "these hyperlinks here...") % (find-2021workshop3video "18:11" "they may look like garbage to you but") % (find-2021workshop3video "18:13" "they don't look like garbage to me,") % (find-2021workshop3video "18:16" "I like them very very much.") % (find-2021workshop3video "18:18" "So, that's it. End of this video.") ]==] unrevised_bigstr = [==[ (find-2021workshop3video "00:00" " ") ]==] -- Local Variables: -- coding: utf-8-unix -- End: