all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: yjgzhang@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Re: prob. bugs in emacs under ubuntu
Date: Fri, 11 Jan 2008 06:15:54 -0800 (PST)	[thread overview]
Message-ID: <9a4e64ed-593e-4561-9c44-904d4829a4d9@v67g2000hse.googlegroups.com> (raw)
In-Reply-To: fb9b3126-9676-4b00-a962-768b5375f668@f47g2000hsd.googlegroups.com

I found the solutions:

in the default settings of emacs under ubuntu, the key has been set
as

(global-set-key [right] 'forward-char-nomark)
(global-set-key [left] 'backward-char-nomark)
(global-set-key [up] 'previous-line-nomark)
(global-set-key [down] 'next-line-nomark)

In .emacs set following command

(global-set-key [right] 'forward-char)
(global-set-key [left] 'backward-char)
(global-set-key [up] 'previous-line)
(global-set-key [down] 'next-line)

Now this is the same as the default settings with emacs under other
linux distributions e.g. fedora or mandriva

I do not know why Ubuntu has such a strange change?

      reply	other threads:[~2008-01-11 14:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-10 17:19 prob. bugs in emacs under ubuntu yjgzhang
2008-01-11  0:45 ` David Brodbeck
     [not found] ` <mailman.6016.1200012361.18990.help-gnu-emacs@gnu.org>
2008-01-11 12:46   ` yjgzhang
2008-01-11 14:15     ` yjgzhang [this message]

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=9a4e64ed-593e-4561-9c44-904d4829a4d9@v67g2000hse.googlegroups.com \
    --to=yjgzhang@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.