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

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

Recall of the previous command in an interactive shell.


From: Stayvoid
Subject: Recall of the previous command in an interactive shell.
Date: Sun, 13 Nov 2011 23:55:51 +0300

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.



reply via email to

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