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

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

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


From: Harald Hanche-Olsen
Subject: Re: "TAB" in kbd macro doesn't work with "emacs -nw" (LINUX)
Date: Tue, 06 Feb 2007 16:14:38 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (berkeley-unix)

+ "efrem" <oleg-zhukov@hotmail.ru>:

| 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"

If you replace tab by ?\C-i then it should work.

Hint:  Type C-h c TAB in GUI mode.  You should see a message like

TAB (translated from <tab>) runs the command ...

TAB here means the same as ?\C-i while <tab> means the physical TAB key.

-- 
* Harald Hanche-Olsen     <URL:http://www.math.ntnu.no/~hanche/>
- It is undesirable to believe a proposition
  when there is no ground whatsoever for supposing it is true.
  -- Bertrand Russell


reply via email to

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