* Forward & Backword Paragraph
@ 2006-08-09 14:21 Bill
2006-08-15 10:26 ` Peter Dyballa
0 siblings, 1 reply; 4+ messages in thread
From: Bill @ 2006-08-09 14:21 UTC (permalink / raw)
Using the following I've been able to get my MacBook Pro to move the
cursor one word at a time with the Control Right and Left Arrow keys.
;;Key-Bind Forward & Backward Word
(global-set-key "\M-[5d" 'backward-word)
(global-set-key "\M-[5c" 'forward-word)
(global-set-key "\C-n" 'forward-paragraph)
(global-set-key "\C-b" 'backward-paragraph)
Now, I'd like to get Control Up and Down Arrow keys to move up and
down one paragraph at a time.
Any suggestions?
Thanks,
Bill
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Forward & Backword Paragraph
[not found] <mailman.5025.1155133311.9609.help-gnu-emacs@gnu.org>
@ 2006-08-11 9:23 ` Mathias Dahl
2006-08-15 3:28 ` bjemacs
0 siblings, 1 reply; 4+ messages in thread
From: Mathias Dahl @ 2006-08-11 9:23 UTC (permalink / raw)
Bill <tfc4@cybcon.com> writes:
> Now, I'd like to get Control Up and Down Arrow keys to move up and
> down one paragraph at a time.
I don't follow. On my CVS Emacs, C-up and C-down *are* bound to
backward-paragraph and forward-paragraph. Isn't that the case on your
system?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Forward & Backword Paragraph
2006-08-11 9:23 ` Mathias Dahl
@ 2006-08-15 3:28 ` bjemacs
0 siblings, 0 replies; 4+ messages in thread
From: bjemacs @ 2006-08-15 3:28 UTC (permalink / raw)
Sorry, I should have been more specific. I'm uisng Emacs in OS X Tiger,
Terminal.
Bill
___________________________________________________________
Mathias Dahl-3 wrote:
>
> Bill <tfc4@cybcon.com> writes:
>
>> Now, I'd like to get Control Up and Down Arrow keys to move up and
>> down one paragraph at a time.
>
> I don't follow. On my CVS Emacs, C-up and C-down *are* bound to
> backward-paragraph and forward-paragraph. Isn't that the case on your
> system?
> _______________________________________________
> help-gnu-emacs mailing list
> help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>
>
--
View this message in context: http://www.nabble.com/Forward---Backword-Paragraph-tf2079097.html#a5808328
Sent from the Emacs - Help forum at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Forward & Backword Paragraph
2006-08-09 14:21 Forward & Backword Paragraph Bill
@ 2006-08-15 10:26 ` Peter Dyballa
0 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2006-08-15 10:26 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 09.08.2006 um 16:21 schrieb Bill:
> Now, I'd like to get Control Up and Down Arrow keys to move up and
> down one paragraph at a time.
>
> Any suggestions?
[C-down] and [C-up] describe the arrow keys in combination with the
control modifier.
--
Greetings
Pete
Remember: use logout to logout.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-08-15 10:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-09 14:21 Forward & Backword Paragraph Bill
2006-08-15 10:26 ` Peter Dyballa
[not found] <mailman.5025.1155133311.9609.help-gnu-emacs@gnu.org>
2006-08-11 9:23 ` Mathias Dahl
2006-08-15 3:28 ` bjemacs
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.