all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* "TAB" in kbd macro doesn't work with "emacs -nw" (LINUX)
@ 2007-02-06 13:08 efrem
  2007-02-06 15:14 ` Harald Hanche-Olsen
  0 siblings, 1 reply; 3+ messages in thread
From: efrem @ 2007-02-06 13:08 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: oleg-zhukov

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

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

end of thread, other threads:[~2007-02-08  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-06 13:08 "TAB" in kbd macro doesn't work with "emacs -nw" (LINUX) efrem
2007-02-06 15:14 ` Harald Hanche-Olsen
2007-02-08  8:52   ` Kevin Rodgers

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.