emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `C-b' is backward-char, `left' is left-char - why?


From: PJ Weisberg
Subject: Re: `C-b' is backward-char, `left' is left-char - why?
Date: Fri, 27 May 2011 16:09:03 -0700

On Fri, May 27, 2011 at 3:08 PM, Drew Adams <address@hidden> wrote:

> Enabling (or disabling) as an option - is that impossible?

Certainly not.  You can set the option like so:

(global-set-key (kbd "<left>") 'backward-char)

This discussion would be more productive if you brought in an example
of a bug caused by this issue.

-PJ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]