Skip to content

Commit 1c6a47e

Browse files
committed
fix reported problems
1 parent d10b27f commit 1c6a47e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

content/en/software/using-medley/_index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ Most of these resources were created decades ago when Medley was a research syst
2929

3030
#### Introductory material
3131

32-
Items marked with **** are at temporary locations, likely to change.
32+
Items marked with are at temporary locations, likely to change.
3333

34-
1. [Interlisp Basics for Common Lisp](/software/using-medley/cl-using)****.
34+
1. [Interlisp Basics for Common Lisp](/software/using-medley/cl-using).
3535
If you are familiar with Common Lisp, this guide points out some differences.
36-
1. [Medley for the Novice](/documentation/Medley-Primer.pdf)**** (also known as Medley Primer). An introductory guide to the basics of Medley such as executing commands, using menus and files, manipulating windows, editing and saving Lisp code, using the development tools, and more. Read it in full. The code in chapter 20 "Free Menus" doesn't work and some illustrations are missing.
37-
1. [SEdit — The Lisp Editor](https://drive.google.com/file/d/12LW5zCZauJvC63NRMJhjNv5qJkuuCflb/view?usp=sharing)****. The manual of SEdit, the default Lisp code editor.
38-
1. [LispCourse notes](https://interlisp.org/pub-pdfs/lispcourse/lispcourse.pdf)****. The notes of a beginner course on the Interlisp environment that goes from the basics of interacting with the system to programming in Lisp. Highly recommended. Skip the sections on printing and the network as modern Medley doesn't fully implement the described functionality. The formatting of the text is partially broken and some sections are missing.
36+
1. [Medley for the Novice](/documentation/Medley-Primer.pdf) (also known as Medley Primer). An introductory guide to the basics of Medley such as executing commands, using menus and files, manipulating windows, editing and saving Lisp code, using the development tools, and more. Read it in full. The code in chapter 20 "Free Menus" doesn't work and some illustrations are missing.
37+
1. [SEdit — The Lisp Editor](https://drive.google.com/file/d/12LW5zCZauJvC63NRMJhjNv5qJkuuCflb/view?usp=sharing). The manual of SEdit, the default Lisp code editor.
38+
1. [LispCourse notes](https://interlisp.org/pub-pdfs/lispcourse/lispcourse.pdf). The notes of a beginner course on the Interlisp environment that goes from the basics of interacting with the system to programming in Lisp. Highly recommended. Skip the sections on printing and the network as modern Medley doesn't fully implement the described functionality. The formatting of the text is partially broken and some sections are missing.
3939

4040
#### Advanced material
4141

42-
1. [INTERLISP: The Language and Its Usage](/documentation/1986-interlisp-language-book-1.pdf). An extensive book on the Interlisp language, a prerequisite for accessing the full functionality of Interlisp. Some of the material prepared in 196 about earlier Interlisp versions, so they differ from Medley. You may skip the chapters on the Interlisp TTY editor, DWIM, and Conversational Lisp (CLISP).
42+
1. [INTERLISP: The Language and Its Usage](/documentation/1986-interlisp-language-book-1.pdf). An extensive book on the Interlisp language, a prerequisite for accessing the full functionality of Interlisp. Some of the material prepared in 1986 about earlier Interlisp versions and differs from Medley. You may skip the chapters on the Interlisp TTY editor, DWIM, and Conversational Lisp (CLISP).
4343
1. [Medley Language Reference](/documentation/IRM.pdf) (also known as Interlisp Reference Manual). The reference documentation on the Interlisp language, the application platform, and the development environment. The chapters on the Interlisp language are highly recommended. You may skip the chapters on DWIM and CLISP. Some chapters are duplicated, others are missing.
4444
1. [Medley Interlisp: Interactive Programming Tools](/documentation/2021-interlisp-book-3.pdf). Using the development tools and applications. Skip the chapter on DEdit as the tool was replaced by SEdit, the current default Lisp code editor.
4545
1. [Medley Interlisp: The Interactive Programming Environment](https://interlisp.org/documentation/20211225-interlisp-book-2.pdf). Accessing from Lisp the facilities and tools of the Medley environment such as windows, menus, fonts, and image streams.
@@ -48,14 +48,14 @@ If you are familiar with Common Lisp, this guide points out some differences.
4848

4949
Most Interlisp/Medley documentation was written using the Medley Text Editor, one of the first WYSIWYG graphical user interface text editors, called TEdit. Written in and for Interlisp users, it features muliple fonts, embedded graphics including line drawings and raster images.
5050

51-
TEdit files are scattered through the various Interlisp repositories. For the convenience of those who would rather read the files using more modern tools, see the files from different Medley Interlisp repositories, [converted to PDF](https://drive.google.com/drive/folders/10ZBQty5gEwdBnZHtEbXfe5f1dHGziGZG?usp=sharing)****.
52-
51+
TEdit files are scattered through the various Interlisp repositories. For the convenience of those who would rather read the files using more modern tools, see the files from different Medley Interlisp repositories, [converted to PDF](https://drive.google.com/drive/folders/10ZBQty5gEwdBnZHtEbXfe5f1dHGziGZG?usp=sharing).
52+
5353
For the searcher's conveneience, these have also been combined into searchable PDFs named All-*-PDFs.pdf.
5454

5555
### Medley References
5656

57-
- [Medley Primer](/documentation/MedleyPrimer.pdf)
58-
- [Medley for the Sun Workstation User's Guide](/documentation/SunUserGuide)
57+
- [Medley Primer](/documentation/Medley-Primer.pdf)
58+
- [Medley for the Sun Workstation User's Guide](/documentation/SunUserGuide.pdf)
5959

6060
<!-- - <a href="1992-02-An_Introduction_to_Medley_Release_2.0.pdf">Introduction to Medley, Release 2.0</a> -->
6161

content/en/software/using-medley/cl-using.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ What I Mean). When code would ordinarily cause an error to occur,
2929
DWIM first attempts to correct the error, e.g., by spelling correction
3030
on variables and function names. In many situations DWIM will ask the
3131
user to approve the change, but in some situations (like evaluating
32-
a typed in variable using the wrong case-shift).DWIM will just
32+
a typed in variable using the wrong case-shift). DWIM will just
3333
make the change, printing out that what it did.
3434
It may appear that the case doesn't matter - but it does.
3535

0 commit comments

Comments
 (0)