diff options
| author | Phillip Lord | 2017-05-10 22:13:57 +0100 |
|---|---|---|
| committer | Phillip Lord | 2017-05-10 22:13:57 +0100 |
| commit | 7812f5eff4f39377f051fcc37182af44bab3328e (patch) | |
| tree | a4c4d4a50c6971146020c65c106bac852445dcec | |
| parent | 353fc5fd4b92da03e203332dfdba57cea8272066 (diff) | |
| download | emacs-feature/new-tutorial.tar.gz emacs-feature/new-tutorial.zip | |
Add imagesfeature/new-tutorial
| -rw-r--r-- | etc/tutorials-org/images/frame-small.png | bin | 0 -> 11972 bytes | |||
| -rw-r--r-- | etc/tutorials-org/images/frame.png | bin | 0 -> 44411 bytes | |||
| -rw-r--r-- | etc/tutorials-org/tutorial.org | 19 |
3 files changed, 13 insertions, 6 deletions
diff --git a/etc/tutorials-org/images/frame-small.png b/etc/tutorials-org/images/frame-small.png new file mode 100644 index 00000000000..32234ece5ef --- /dev/null +++ b/etc/tutorials-org/images/frame-small.png | |||
| Binary files differ | |||
diff --git a/etc/tutorials-org/images/frame.png b/etc/tutorials-org/images/frame.png new file mode 100644 index 00000000000..c334dbb9dea --- /dev/null +++ b/etc/tutorials-org/images/frame.png | |||
| Binary files differ | |||
diff --git a/etc/tutorials-org/tutorial.org b/etc/tutorials-org/tutorial.org index b3c94afd128..e8f463465e1 100644 --- a/etc/tutorials-org/tutorial.org +++ b/etc/tutorials-org/tutorial.org | |||
| @@ -38,15 +38,22 @@ that this is the case here. One slight disadvantage of Emacs long | |||
| 38 | history is that some of its terminology predates windowing systems and | 38 | history is that some of its terminology predates windowing systems and |
| 39 | in one case conflicts with it. We describe these differences here. | 39 | in one case conflicts with it. We describe these differences here. |
| 40 | 40 | ||
| 41 | |||
| 42 | |||
| 41 | ** Frames | 43 | ** Frames |
| 42 | 44 | ||
| 43 | If you have just started Emacs and this tutorial, you will be looking | 45 | If you have just started Emacs and this tutorial, you will be looking |
| 44 | at a single window showing this tutorial. In Emacs terminology, this | 46 | at a single window showing this tutorial. |
| 45 | is not a described as a window but as a /frame/. As with many | 47 | |
| 46 | applications, a single running Emacs can create any number of | 48 | [[./images/frame-small.png]] |
| 47 | frames. We can do this using the menu system (we will investigate | 49 | |
| 48 | other ways later); try this now, but remember, these are /frames/ and | 50 | |
| 49 | not /windows/. Do not use the /New Window/ menu item, but instead: | 51 | In Emacs terminology, this is not a described as a window but as a |
| 52 | /frame/. As with many applications, a single running Emacs can create | ||
| 53 | any number of frames. We can do this using the menu system (we will | ||
| 54 | investigate other ways later); try this now, but remember, these are | ||
| 55 | /frames/ and not /windows/. Do not use the /New Window/ menu item, but | ||
| 56 | instead: | ||
| 50 | 57 | ||
| 51 | #+begin_menu | 58 | #+begin_menu |
| 52 | File | 59 | File |