all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* swapping C-x and C-j reliably for ergonomic reasons
@ 2011-02-18 17:57 Le Wang
  2011-02-20 10:44 ` Bernardo
  0 siblings, 1 reply; 5+ messages in thread
From: Le Wang @ 2011-02-18 17:57 UTC (permalink / raw)
  To: GNU Emacs List

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

Hi,

I do this from my .emacs.el:

(keyboard-translate ?\C-x ?\C-j)
(keyboard-translate ?\C-j ?\C-x)


This is part of my ongoing effort to use Emacs more ergonomically.  It works
most of the time, however, ocassionally when I press C-j,
`newline-and-indent' still runs.  I haven't put my finger on the exact
sequences of events that cause this.

My Emace environment is heavily customized, so any number of things could be
causing this.  It seems from the wiki and blogs that this swap is quite
common among power users, has anyone else noticed something similar?

-- 
Le

[-- Attachment #2: Type: text/html, Size: 851 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <4d611405.0673e50a.0a3b.3a48SMTPIN_ADDED@mx.google.com>]

end of thread, other threads:[~2011-02-23 15:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 17:57 swapping C-x and C-j reliably for ergonomic reasons Le Wang
2011-02-20 10:44 ` Bernardo
     [not found] <4d611405.0673e50a.0a3b.3a48SMTPIN_ADDED@mx.google.com>
2011-02-20 16:25 ` Aaron Culich
2011-02-22 15:49   ` Le Wang
2011-02-23 15:14     ` Aaron Culich

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.