emacs-pretest-bug
[Top][All Lists]
Advanced

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

shift tab when emacs running in tty (org-mode)


From: Roland Winkler
Subject: shift tab when emacs running in tty (org-mode)
Date: Tue, 6 Sep 2005 00:05:05 +0200

Symptoms:

I have problems to use the command org-shifttab (in org-mode bound
to S-tab) when emacs is running in a tty. However, I am not sure
whether this is an org-mode problem or a general emacs problem.

When emacs is running in an xterm, C-h k S-tab in org-mode gives me 

  M-[ z (translated from M-[ Z) is undefined

When emacs is running in konsole (the xterm replacement of kde) 
C-h k S-tab gives me nothing, i.e., the key sequence S-tab is
'swallowed' by konsole and not passed on to emacs.

I looked into org.el and found the following:

;; The following line is necessary for German keyboards under Suse GNU/Linux
(unless org-xemacs-p
  (define-key org-mode-map [S-iso-lefttab]  'org-shifttab))
(define-key org-mode-map [(shift tab)]    'org-shifttab)


Yes, I am running SuSE GNU/Linux and I am German. But no, I have an
American keyboard. I wonder what other people get on their computer
when they type S-tab in a tty. (I do not have any problems with
S-tab when emacs is running in its own X window.)


In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-08-25 on tfkp07
configured using `configure '--prefix=/nfs/tfkp07/winkler/emacs/NEW' 
'--with-gcc' '--with-pop' '--with-x' '--with-x-toolkit=athena' 
'--x-libraries=/usr/X11R6/lib' '--x-includes=/usr/X11R6/include''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: nil

Major mode: Emacs-Lisp

Minor modes in effect:
  display-time-mode: t
  auto-compression-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  line-number-mode: 1
  transient-mark-mode: t
  abbrev-mode: t




reply via email to

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