all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Up Paragraph Using Control Up Arrow
@ 2007-05-12 21:03 c4c4
  2007-05-12 21:40 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: c4c4 @ 2007-05-12 21:03 UTC (permalink / raw)
  To: help-gnu-emacs

How would one go about assigning the Control and Up Arrow keys to up paragraph?

Emacs version date 4/08/2007

Mac OS X 10.4.9

Thanks,

Bill J.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Up Paragraph Using Control Up Arrow
  2007-05-12 21:03 Up Paragraph Using Control Up Arrow c4c4
@ 2007-05-12 21:40 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2007-05-12 21:40 UTC (permalink / raw)
  To: c4c4; +Cc: Emacs Help [help-gnu-emacs]


Am 12.05.2007 um 23:03 schrieb c4c4@comcast.net:

> How would one go about assigning the Control and Up Arrow keys to  
> up paragraph?

You mean backward-paragraph?

This is already bound to C-up or M-{ ... If you want to rebind:

	(global-set-key [C-up]	'backward-paragraph)

--
Greetings

   Pete

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
      -Benjamin Franklin, Historical Review of Pennsylvania.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-12 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 21:03 Up Paragraph Using Control Up Arrow c4c4
2007-05-12 21:40 ` Peter Dyballa

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.