From: rvmolen@bambecksystems.com (Richard V. Molen)
Subject: Re: insert/overwrite-mode toggle
Date: 24 Oct 2002 15:19:19 -0700 [thread overview]
Message-ID: <u1y6fwkd4.fsf@bambecksystems.com> (raw)
In-Reply-To: pyZt9.208041$Fw2.5714742@twister.austin.rr.com
"CarlC" <carlc@snowbd.com> writes:
> I am wanting to have my insert key toggle between insert and overwrite. I
> imagine someone out there is already doing this? Thanks.
In Emacs 21.2, C-h k <insert> (<-- the insert key) shows...
<insert> runs the command overwrite-mode
which is an interactive compiled Lisp function in `simple'.
(overwrite-mode ARG)
Toggle overwrite mode.
With arg, turn overwrite mode on iff arg is positive.
In overwrite mode, printing characters typed in replace existing text
on a one-for-one basis, rather than pushing it to the right. At the
end of a line, such characters extend the line. Before a tab,
such characters insert until the tab is filled in.
C-q still inserts characters in overwrite mode; this
is supposed to make it easier to insert characters when necessary.
...If you're using a *nix console or xterm your termcap may not be
identifying the key, but that's beyond my experience -- google search
may help.
--
Richard V. Molen
Warning!!
Signature under construction, safety glasses required.
next prev parent reply other threads:[~2002-10-24 22:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-24 21:24 insert/overwrite-mode toggle CarlC
2002-10-24 22:19 ` Richard V. Molen [this message]
2002-10-25 0:23 ` Barry Margolin
2002-10-25 12:19 ` Kevin Dziulko
[not found] <mailman.1035548430.6132.help-gnu-emacs@gnu.org>
2002-10-25 13:06 ` CarlC
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=u1y6fwkd4.fsf@bambecksystems.com \
--to=rvmolen@bambecksystems.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).