all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs on MAC OS X 10.2
@ 2003-01-17  1:02 mark belloni
  0 siblings, 0 replies; 6+ messages in thread
From: mark belloni @ 2003-01-17  1:02 UTC (permalink / raw)


> C-x(  ; test card for email only...not part of below problem

> bug-gnu-emacs:  I am a powerbook G4 OS X 10.2 user and am brand new to 
> GNU Emacs.
>
> To customize GNU Emacs, I have tried to create a .emacs file which is 
> bug free and operates on a terminal.app, without success.
>
> What I would like to do is two fold.
>
> 1.) map the arrow keys to their respective GNU Emacs commands.
> 1a.) preserve the C-x 1 window setting; when butchering the attempt at
>        1.) the window gets split into 2.  I tried to get a macro 
> inserted into
>         .emacs below but it does not work
>
> 2.) map the delete-backward-char command to the "delete" key.  I could 
> not so
>      I chose to map to the "pipe" key instead.
>
> Anyway, below is the butchered .emacs file so far, which needs 
> attention.
>
> Please advise.
>
> Mark
>
> (setq term-file-prefix nil)
> (send-string-to-terminal "\e=")
>
> (fset 'kbdmac                  ; macro to correct the split window
>    "\C-x1\C-m")
>
>
> (define-key global-map "|" 'delete-backward-char)   ;delete key
>
> (define-key global-map "ESC-O A" 'previous-line)    ;activate  up 
> arrow key
> (define-key global-map "ESC-O B" 'next-line)        ;activate  down 
> arrow key
> (define-key global-map "ESC-O C" 'forward-char)     ;activate  right 
> arrow key
> (define-key global-map "ESC-O D" 'backward-char)    ;activate  left 
> arrow key
>
>


> C-x) ; end test card

^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <mailman.413.1042747709.21513.help-gnu-emacs@gnu.org>]
* emacs on MAC OS X 10.2
@ 2003-01-16 20:06 mark belloni
  0 siblings, 0 replies; 6+ messages in thread
From: mark belloni @ 2003-01-16 20:06 UTC (permalink / raw)


help-gnu-emacs:  I am a powerbook G4 OS X 10.2 user and am brand new to 
GNU Emacs.

To customize GNU Emacs, I have tried to create a .emacs file that is 
bug free without
success that works on the terminal.app .

What I would like to do at this time is two fold.

1.) map the arrow keys to their respective GNU Emacs commands.
1a.) preserve the C-x 1 window setting; when butchering the attempt at
        1.) the window gets split into 2.  I tried to get a macro 
inserted into
         .emacs below but it does not work

2.) map the delete-backward-char command to the "delete" key.  I could 
not so
      I chose to map to the "pipe" key instead.

Anyway, below is the butchered .emacs file so far, which needs 
attention.

Please advise.

Mark

(setq term-file-prefix nil)
(send-string-to-terminal "\e=")

(fset 'kbdmac                  ; macro to correct the split window
    "\C-x1\C-m")


(define-key global-map "|" 'delete-backward-char)   ;delete key

(define-key global-map "ESC-O A" 'previous-line)    ;activate  up arrow 
key
(define-key global-map "ESC-O B" 'next-line)        ;activate  down 
arrow key
(define-key global-map "ESC-O C" 'forward-char)     ;activate  right 
arrow key
(define-key global-map "ESC-O D" 'backward-char)    ;activate  left 
arrow key

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

end of thread, other threads:[~2003-01-17 18:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-17  1:02 emacs on MAC OS X 10.2 mark belloni
     [not found] <mailman.413.1042747709.21513.help-gnu-emacs@gnu.org>
2003-01-16 21:00 ` Rodney Sparapani
2003-01-17 15:57 ` Benjamin Riefenstahl
2003-01-17 17:06 ` Kai Großjohann
2003-01-17 18:48   ` Per Rønne
  -- strict thread matches above, loose matches on Subject: below --
2003-01-16 20:06 mark belloni

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.