home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!netnews.upenn.edu!netnews.cc.lehigh.edu!ns1.cc.lehigh.edu!ky04
- From: ky04@ns1.cc.lehigh.edu (KUN YU)
- Newsgroups: comp.emacs
- Subject: Why is C-@ disabled? Help
- Message-ID: <1992Aug14.144632.135776@ns1.cc.lehigh.edu>
- Date: 14 Aug 92 14:46:32 GMT
- Organization: Lehigh University
- Lines: 45
-
- The SET-MARK command in EMACS on my machine (RISC 6000), C-@ or C-SPC,
- is diabled, and has no effect. I guess that is caused by the
- .emacs file which I am enclosing below.
-
- Would someone tell me how to correct the problem?
-
-
-
- ~/.emacs
- (setq inhibit-startup-message t)
- (setq text-mode-hook
- ' (lambda () (auto-fill-mode 1)
- (setq indent-tabs-mode t)))
- (setq tex-mode-hook
- ' (lambda () (auto-fill-mode 1)
- (setq indent-tabs-mode t)))
- (setq auto-mode-alist
- (append ' (("\\.txt$" . text-mode)
- ("\\.for$" . fortran-mode)
- ("\\.tex$" . latex-mode)
- ("\\.bib$" . text-mode)
- ("\\.pas$" . indented-text-mode)
- ("\\.c$" . indented-text-mode))
- auto-mode-alist))
- (setq completion-ignored-extensions
- (append ' (".doc"
- ".tex"
- ".lpt"
- ".txt"
- ".ps"
- ".tal")
- completion-ignored-extensions))
- (setq completion-auto-help nil)
- (setq scribe-fancy-paragraphs t)
- (global-set-key "\M-o" 'overwrite-mode)
-
- (put 'eval-expression 'disabled nil)
- --
-
-
-
- _
- ky04@lehigh.edu / _ \
- KYu, BioProcessing Institute /\ _|_ /\
- 111 Lehigh University /|\
-