home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / emacs / 2860 < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.7 KB  |  55 lines

  1. 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
  2. From: ky04@ns1.cc.lehigh.edu (KUN YU)
  3. Newsgroups: comp.emacs
  4. Subject: Why is C-@ disabled? Help
  5. Message-ID: <1992Aug14.144632.135776@ns1.cc.lehigh.edu>
  6. Date: 14 Aug 92 14:46:32 GMT
  7. Organization: Lehigh University
  8. Lines: 45
  9.  
  10. The SET-MARK command in EMACS on my machine (RISC 6000), C-@ or C-SPC, 
  11. is diabled, and has no effect. I guess that is caused by the 
  12. .emacs file which I am enclosing below. 
  13.  
  14. Would someone tell me how to correct the problem? 
  15.  
  16.  
  17.  
  18. ~/.emacs
  19. (setq inhibit-startup-message t)
  20. (setq text-mode-hook
  21.   ' (lambda () (auto-fill-mode 1)
  22.                (setq indent-tabs-mode t)))
  23. (setq tex-mode-hook
  24.   ' (lambda () (auto-fill-mode 1)
  25.                (setq indent-tabs-mode t)))
  26. (setq auto-mode-alist
  27.   (append ' (("\\.txt$" . text-mode)
  28.              ("\\.for$" . fortran-mode)
  29.              ("\\.tex$" . latex-mode)
  30.              ("\\.bib$" . text-mode)
  31.              ("\\.pas$" . indented-text-mode)
  32.              ("\\.c$"   . indented-text-mode))
  33.           auto-mode-alist))
  34. (setq completion-ignored-extensions
  35.   (append ' (".doc"
  36.              ".tex"
  37.              ".lpt"
  38.              ".txt"
  39.              ".ps"
  40.              ".tal")
  41.           completion-ignored-extensions))
  42. (setq completion-auto-help nil)
  43. (setq scribe-fancy-paragraphs t)
  44. (global-set-key "\M-o" 'overwrite-mode)
  45.  
  46. (put 'eval-expression 'disabled nil)
  47. -- 
  48.  
  49.  
  50.  
  51.                                                           _                  
  52. ky04@lehigh.edu                                         / _ \
  53. KYu, BioProcessing Institute                          /\ _|_ /\
  54. 111 Lehigh University                                    /|\
  55.