unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).