From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: translation to bug? Date: Mon, 12 Aug 2002 20:51:57 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1029181647 5369 127.0.0.1 (12 Aug 2002 19:47:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 Aug 2002 19:47:27 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17eL9y-0001OU-00 for ; Mon, 12 Aug 2002 21:47:26 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17eLY9-0005wg-00 for ; Mon, 12 Aug 2002 22:12:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17eLAm-0002Il-00; Mon, 12 Aug 2002 15:48:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17eLAD-0002Gd-00 for emacs-devel@gnu.org; Mon, 12 Aug 2002 15:47:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17eLA7-0002G6-00 for emacs-devel@gnu.org; Mon, 12 Aug 2002 15:47:41 -0400 Original-Received: from cmailg5.svr.pol.co.uk ([195.92.195.175]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17eLA7-0002FG-00 for emacs-devel@gnu.org; Mon, 12 Aug 2002 15:47:35 -0400 Original-Received: from modem-10.pipeline.dialup.pol.co.uk ([62.25.208.10] helo=bundalo.shootybangbang.com) by cmailg5.svr.pol.co.uk with esmtp (Exim 3.35 #1) id 17eLA5-0003Df-00 for emacs-devel@gnu.org; Mon, 12 Aug 2002 20:47:33 +0100 Original-Received: from jpw by bundalo.shootybangbang.com with local (Exim 3.32 #1 (Debian)) id 17eLEL-00019M-00 for ; Mon, 12 Aug 2002 20:51:57 +0100 Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6480 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6480 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: " is undefined". Under an old Emacs (21.0.104), C-h k Shift Tab inside the Customize buffer gives: " runs the command widget-backward" (whereas in the Scratch buffer it gives: " is undefined") Is this a bug? -- John Paul Wallington