help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac OS pagedown


From: Bruce Ingalls
Subject: Re: Mac OS pagedown
Date: Thu, 08 Jan 2004 19:40:15 GMT
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]