NextPrevTopIndex

Contents

1 Introduction

1.1 Using the editor within LispWorks

1.1.1 About this manual

2 General Concepts

2.1 Window layout

2.1.1 Windows and panes

2.1.2 Files and buffers

2.1.3 The mode line

2.2 Buffer locations

2.2.1 Points

2.2.2 Marks

2.2.3 Regions

2.3 Modes

2.4 Text handling concepts

2.4.1 Words

2.4.2 Sentences

2.4.3 Paragraphs

2.5 Executing commands

2.5.1 Keys -- Ctrl and Meta

2.5.2 Two ways to execute commands

2.5.3 Prefix arguments

2.6 Basic editing commands

2.6.1 Aborting commands and processes

2.6.2 File handling

2.6.3 Inserting text

2.6.4 Movement

2.6.5 Deleting and killing text

2.6.6 Undoing

2.6.7 Killing and Yanking

2.6.8 Help

3 Command Reference

3.1 Aborting commands and processes

3.2 Executing commands

3.3 Help

3.3.1 The help command

3.3.2 Other help commands

3.4 Prefix arguments

3.5 File handling

3.5.1 Finding files

3.5.2 Saving files

3.5.3 Auto-saving files

3.5.4 Backing-up files on saving

3.5.5 Miscellaneous file operations

3.6 Movement

3.7 Marks and regions

3.7.1 Marks

3.7.2 Regions

3.8 Deleting and killing text

3.8.1 Deleting Text

3.8.2 Killing text

3.9 Inserting text

3.10 Delete Selection

3.11 Undoing

3.12 Case conversion

3.13 Transposition

3.14 Overwriting

3.15 Indentation

3.16 Filling

3.16.1 Fill commands

3.16.2 Auto-fill mode

3.17 Buffers

3.18 Windows

3.19 Pages

3.20 Searching and replacing

3.20.1 Searching

3.20.2 Regular expression searching

3.20.3 Replacement

3.21 Registers

3.22 Modes

3.22.1 Major modes

3.22.2 Minor modes

3.22.3 Defining modes

3.23 Abbreviations

3.24 Keyboard macros

3.25 Echo area operations

3.25.1 Completing commands

3.25.2 Repeating echo area commands

3.25.3 Movement in the echo area

3.25.4 Deleting and inserting text in the echo area

3.26 Editor variables

3.27 Recursive editing

3.28 Key bindings

3.29 Running shell commands from the editor

3.30 Buffers, windows and the mouse

3.30.1 Buffers and windows

3.30.2 Actions involving the mouse

3.31 Miscellaneous

4 Editing Lisp Programs

4.1 Automatic entry into lisp mode

4.2 Syntax coloring

4.3 Functions and definitions

4.3.1 Movement, marking and indentation

4.3.2 Definition searching

4.3.3 Tracing functions

4.3.4 Function callers and callees

4.3.5 Miscellaneous

4.4 Forms

4.4.1 Movement, marking and indentation

4.4.2 Killing forms

4.4.3 Macro-expansion of forms

4.4.4 Miscellaneous

4.5 Lists

4.5.1 Movement

4.6 Comments

4.7 Parentheses

4.8 Documentation

4.9 Evaluation and compilation

4.9.1 General Commands

4.9.2 Evaluation commands

4.9.3 Evaluation in Listener commands

4.9.4 Compilation commands

4.10 Removing definitions

4.10.1 Undefining one definition

4.10.2 Removing multiple definitions

5 Emulation

5.1 Using MS Windows editor emulation

5.2 Key bindings

5.2.1 Finding the keys

5.2.2 Modifying the Key Bindings

5.2.3 Accessing Emacs keys

5.2.4 The Alt modifier and editor bindings

5.3 Replacing the current selection

5.4 Emulation in Applications

6 Advanced Features

6.1 Customizing default key bindings

6.2 Customizing Lisp indentation

6.3 Programming the editor

6.3.1 Defining commands

6.3.2 Buffers

6.3.3 The echo area

6.3.4 Editor errors

6.3.5 Files

6.3.6 Inserting text

6.3.7 Indentation

6.3.8 Lisp

6.3.9 Movement

6.3.10 Points

6.3.11 Prompting the user

6.3.12 Variables

6.3.13 Windows

6.3.14 Examples

6.3.14.1 Example 1

6.3.14.2 Example 2

6.3.14.3 Example 3

Glossary

Index


LispWorks Editor User Guide (Unix version) - 23 Feb 2006

NextPrevTopIndex