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

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

"TAB" in kbd macro doesn't work with "emacs -nw" (LINUX)


From: efrem
Subject: "TAB" in kbd macro doesn't work with "emacs -nw" (LINUX)
Date: 6 Feb 2007 05:08:17 -0800
User-agent: G2/1.0

Hello,

if I put into .emacs this definition

        (fset 'nnn
   [?\C-a ?\C-n tab])
(global-set-key [f1] 'nnn)

then it works well  if I start  like "emacs  ..."
but if I start "emacs -nw " then if I press [f1] then I get the
message like

"After 0 kbd macro iterations: Keyboard macro terminated by a command
ringing the bell"

The same message  comes also if I type  "M-x nnn".

It seems that something wrong with "TAB" for "emacs -nw" mode.
Is it possible to solve this problem?

Regards
Oleg



reply via email to

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