From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Customize buttons that change user's custom fileshouldaskforconfirmation Date: Fri, 18 Feb 2005 00:06:11 +0100 Message-ID: <025001c51545$801dcad0$0200a8c0@sedrcw11488> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108682189 11505 80.91.229.2 (17 Feb 2005 23:16:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2005 23:16:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 18 00:16:28 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1uqi-0002jN-TG for ged-emacs-devel@m.gmane.org; Fri, 18 Feb 2005 00:14:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1v1a-0006l7-PG for ged-emacs-devel@m.gmane.org; Thu, 17 Feb 2005 18:25:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1v0q-0006cD-ST for emacs-devel@gnu.org; Thu, 17 Feb 2005 18:24:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1v0j-0006Xk-Bf for emacs-devel@gnu.org; Thu, 17 Feb 2005 18:24:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1v0j-0006XN-5t for emacs-devel@gnu.org; Thu, 17 Feb 2005 18:24:41 -0500 Original-Received: from [81.228.9.114] (helo=av5-2-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1ukU-0002ug-Rl for emacs-devel@gnu.org; Thu, 17 Feb 2005 18:07:55 -0500 Original-Received: by av5-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 5E92837EA6; Fri, 18 Feb 2005 00:07:53 +0100 (CET) Original-Received: from smtp1-1-sn3.vrr.skanova.net (smtp1-1-sn3.vrr.skanova.net [81.228.9.177]) by av5-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 4D81A37E45; Fri, 18 Feb 2005 00:07:53 +0100 (CET) Original-Received: from sedrcw11488 (t5o58p189.telia.com [195.67.196.189]) by smtp1-1-sn3.vrr.skanova.net (Postfix) with SMTP id 04EC83800E; Fri, 18 Feb 2005 00:07:51 +0100 (CET) Original-To: "Kim F. Storm" , "Drew Adams" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33591 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33591 ----- Original Message ----- From: "Kim F. Storm" > > But of course, you cannot activate it with your mouse. > > > > We could make the header line mouse-sensitive, as in Info. > > > > That was the intention -- I meant "keyboard" not "mouse". Hm. I never noticed this before, but from an accessability point of view I think it is bad that the header line in Info can not be reached from the keyboard. Should it not be possible to go there with TAB and S-TAB? Would not that be consistent with the behaviour in major web browsers?