Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


Preventing ^M in SHELL mode

To prevent "^M" from appearing at the ends of lines in emacs shell mode, run
these two commands:

	unset lineedit edit
	stty nl -echo

You can also have this done automatically every time you start up a shell mode
buffer by having a file called ~/.emacs_tcsh with this line in it:

	unset lineedit edit; stty nl -echo

Last updated: 10/21/96

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.