unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* pagedown
@ 2004-01-08 17:31 Chris Swoyer
  2004-01-08 19:40 ` Mac OS pagedown Bruce Ingalls
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Swoyer @ 2004-01-08 17:31 UTC (permalink / raw)


I am using a Mac powerbookG4 with OS 10.3.2 and the latest enhanced
carbon emacs. Almost everything worked right out of the box when I
transported my _emacs file from my pc to my Mac (where it became
.emacs). But I have somehow lost the page-down function, which used
to work with Control-v (ditto for the page-up which was bound to
Control-s). I can't find anything in my .emacs file that should
affect any of this (no mention of Control-v, for example). I am far
from an expert on these things and this may not be enough info to
track things down, but if it sounds familiar to anyone, any
suggestions much appreciated.

Thanks,
CS

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

* Re: Mac OS pagedown
  2004-01-08 17:31 pagedown Chris Swoyer
@ 2004-01-08 19:40 ` Bruce Ingalls
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ingalls @ 2004-01-08 19:40 UTC (permalink / raw)


Chris Swoyer wrote:
> I am using a Mac powerbookG4 with OS 10.3.2 and the latest enhanced
> carbon emacs. ...  I have somehow lost the page-down function, which used
> to work with Control-v (ditto for the page-up which was bound to
> Control-s). 

These bindings from <url: http://emacro.sf.net/ > may help.

;;Toggle whether Command key acts like Esc key.
(put 'mac-command-key-is-meta 'standard-value (list 't))

(global-set-key [(control l)]	'forward-page) ;page down key
;;(global-set-key [(control k)]	'backward-page)	;override cut to end of line
;;(global-set-key [(control d)]	'end-of-line)	;end key overrides delete-char
(global-set-key [(control p)]	'help)	;f1 key override up line
;;(global-set-key [(control e)]	'help)	;help key override end of line

You might wish to try "scroll-up" instead of "forward-page"

First, bring up your list of keybindings, by hitting C-h b
Next search the list for "scroll-up" or "forward-page". This will be 
more difficult, as you have remapped the C-s keybinding.

Finally, you can see what keystroke is generated, by hitting the
	PgDn
key, then inspect its result with
	C-h l

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

end of thread, other threads:[~2004-01-08 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-08 17:31 pagedown Chris Swoyer
2004-01-08 19:40 ` Mac OS pagedown Bruce Ingalls

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).