all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* <S-iso-lefttab> translation to <backtab> bug?
@ 2002-08-12 19:51 John Paul Wallington
  2002-09-02  0:02 ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: John Paul Wallington @ 2002-08-12 19:51 UTC (permalink / raw)


Under X, if I do M-x customize-group emacs
then pressing Shift Tab doesn't cycle backwards.

Doing C-h k Shift Tab inside the Customize buffer gives:
"<S-iso-lefttab> is undefined".


Under an old Emacs (21.0.104), C-h k Shift Tab inside the Customize 
buffer gives:
"<backtab> runs the command widget-backward"

(whereas in the Scratch buffer it gives:
"<S-iso-lefttab> is undefined")


Is this a bug?

-- 
John Paul Wallington

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

* Re: <S-iso-lefttab> translation to <backtab> bug?
  2002-08-12 19:51 <S-iso-lefttab> translation to <backtab> bug? John Paul Wallington
@ 2002-09-02  0:02 ` Richard Stallman
  2002-09-02  1:13   ` John Paul Wallington
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2002-09-02  0:02 UTC (permalink / raw)
  Cc: emacs-devel

Does this fix it?

*** x-win.el.~1.155.~	Thu May 16 11:41:59 2002
--- x-win.el	Sun Sep  1 19:50:46 2002
***************
*** 1187,1192 ****
--- 1187,1193 ----
  (define-key function-key-map [M-return] [?\M-\C-m])
  (define-key function-key-map [M-escape] [?\M-\e])
  (define-key function-key-map [iso-lefttab] [backtab])
+ (define-key function-key-map [S-iso-lefttab] [backtab])
  
  ;; These tell read-char how to convert
  ;; these special chars to ASCII.

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

* Re: <S-iso-lefttab> translation to <backtab> bug?
  2002-09-02  0:02 ` Richard Stallman
@ 2002-09-02  1:13   ` John Paul Wallington
  0 siblings, 0 replies; 3+ messages in thread
From: John Paul Wallington @ 2002-09-02  1:13 UTC (permalink / raw)
  Cc: emacs-devel

> Does this fix it?
> 
> *** x-win.el.~1.155.~	Thu May 16 11:41:59 2002
> --- x-win.el	Sun Sep  1 19:50:46 2002
> ***************
> *** 1187,1192 ****
> --- 1187,1193 ----
>   (define-key function-key-map [M-return] [?\M-\C-m])
>   (define-key function-key-map [M-escape] [?\M-\e])
>   (define-key function-key-map [iso-lefttab] [backtab])
> + (define-key function-key-map [S-iso-lefttab] [backtab])
>   
>   ;; These tell read-char how to convert
>   ;; these special chars to ASCII.

It does.  Thanks.

-- 
John Paul Wallington

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

end of thread, other threads:[~2002-09-02  1:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-12 19:51 <S-iso-lefttab> translation to <backtab> bug? John Paul Wallington
2002-09-02  0:02 ` Richard Stallman
2002-09-02  1:13   ` John Paul Wallington

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.