all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "leo" <halloleo@noospaam.myrealbox.com>
Subject: Re: Emacs on Aix questions
Date: Tue, 10 Feb 2004 09:18:43 +1100	[thread overview]
Message-ID: <c091be$e1j$1@otis.netspace.net.au> (raw)
In-Reply-To: mailman.2129.1076349584.928.help-gnu-emacs@gnu.org

sorry, i guess a fragmented version of this post hit the group a couple of
minutes earlier...

"Hemond, Steve" <SHEMOND@SMURFIT.com> wrote in message
news:mailman.2129.1076349584.928.help-gnu-emacs@gnu.org...

> 1. The DEL key won't erase from the point position. It acts like
> BACKSPACE. (I don't have this problem in terminal mode).

you can change your key bindings: with C-h c DEL-key lookup what's the name
of the DEL-key
for the system porabbaly "C-d" and what command it invokes (probably
delete-backward-char)

then put something like

(global-set-key "\C-d" 'delete-char)

in your .emacs file.

> 2. C-space will start setting a mark, but moving the cursor to select a
range leads to
> nothing. Like the MARK SET is disabling soon after.

try to experiment with M-x toggle-transient-mark-mode. that might help.

cheers, leo

  parent reply	other threads:[~2004-02-09 22:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2129.1076349584.928.help-gnu-emacs@gnu.org>
2004-02-09 22:04 ` Emacs on Aix questions leo
2004-02-09 22:18 ` leo [this message]
2004-02-10 15:42 ` Stefan Monnier
2004-03-02 13:41 ` Martin Jost
2004-02-09 17:59 Hemond, Steve

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='c091be$e1j$1@otis.netspace.net.au' \
    --to=halloleo@noospaam.myrealbox.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.