From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "CarlC" Newsgroups: gmane.emacs.help Subject: Re: insert/overwrite-mode toggle Date: Fri, 25 Oct 2002 13:06:11 GMT Organization: Road Runner - Texas Sender: help-gnu-emacs-admin@gnu.org Message-ID: <7lbu9.211457$121.5907777@twister.austin.rr.com> References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035551452 2509 80.91.224.249 (25 Oct 2002 13:10:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2002 13:10:52 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1854Ek-0000du-00 for ; Fri, 25 Oct 2002 15:10:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1854FE-0008Fi-00; Fri, 25 Oct 2002 09:11:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.kjsl.com!news.stealth.net!news.stealth.net!news-east.rr.com!news-west.rr.com!cyclone.austin.rr.com!twister.austin.rr.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Original-NNTP-Posting-Host: 66.68.162.22 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.austin.rr.com 1035551171 66.68.162.22 (Fri, 25 Oct 2002 08:06:11 CDT) Original-NNTP-Posting-Date: Fri, 25 Oct 2002 08:06:11 CDT Original-Xref: shelby.stanford.edu gnu.emacs.help:106374 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2924 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2924 "Kevin Dziulko" wrote in message news:mailman.1035548430.6132.help-gnu-emacs@gnu.org... > Start emacs and go to the *scratch* buffer. Press Control-q. Now hit your > insert key. You will see some weird characters, something like ^[[1~. > Remember those characters. Then in you .emacs file, put in a line like: > (global-set-key "\e[1~" 'overwrite-mode) > where the [1~ are the characters you remembered, minus the first ^[. > > Hope this helps. > > Kevin > Thank you. This solved my problem.