all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Recall of the previous command in an interactive shell.
@ 2011-11-13 20:55 Stayvoid
  2011-11-13 21:12 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: Stayvoid @ 2011-11-13 20:55 UTC (permalink / raw)
  To: help-gnu-emacs

Hi there.

I've set my function key as control key and control as function.
Everything works fine except recall of the last command in an interactive shell.
Function (replaced by control) + up arrow is not working.

Here is a part from my .emacs file:

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(ns-function-modifier (quote control))
 '(ns-control-modifier (quote function))
 '(ns-right-alternate-modifier (quote control)))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

How to set it right?


Kind regards.



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

* Re: Recall of the previous command in an interactive shell.
  2011-11-13 20:55 Recall of the previous command in an interactive shell Stayvoid
@ 2011-11-13 21:12 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2011-11-13 21:12 UTC (permalink / raw)
  To: Stayvoid; +Cc: help-gnu-emacs


Am 13.11.2011 um 21:55 schrieb Stayvoid:

> How to set it right?

Presumingly no way. Presumingly Apple hardware produces upon jn-{up,down,left,right} no event. Try it! (In Mail, TextEdit, ...)

Previous-command is also bound to Esc-p or M-p.

--
Greetings

  Pete

Bigamy is having one wife too many. Monogamy is the same.
				– Oscar Wilde




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

end of thread, other threads:[~2011-11-13 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-13 20:55 Recall of the previous command in an interactive shell Stayvoid
2011-11-13 21:12 ` Peter Dyballa

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.