|
Schedule
Office Hours
Textbooks
Grading
Assignments
Course Outline
Sample Code
Additional Materials
Home
|
Computer Accounts
-
Every student enrolled in CS 311 can have an account
on the ENGR machines.
If you need an account, visit the
T.E.A.C.H page,
and click the link Create a new account.
-
If you encounter a problem,
contact a laboratory assistant. or
send an e-mail message to support@engr.orst.edu.
Files Useful for Leraning and Using EMACS
|
Tutorial
|
After saving this file, issue the Unix command
"emacs emacs.tutorial".
|
|
Commands
|
List of EMACS commands.
|
|
Tutorial Pandy
|
An EMACS tutorial created by Rajev Pandy.
After saving this file, issue the Unix command
"emacs tutorial.rpandy".
|
|
Initialization File
|
You can customize EMACS with the file .emacs stored in your
home directory. The EMACS commands stored in this file are executed
when you start EMACS.
You may copy the instructor's .emacs file from directory ~minoura.
|
C Shell Initialization File
|
File .cshrc
|
You can customize csh or tcsh with the file .cshrc stored in your
home directory. The c-shell commands stored in this file are executed
each time csh or tcsh is started.
You may copy the instructor's .cshrc file from directory ~minoura.
Do not forget to change every occurrence of "minoura"
to your account name.
|
|