From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Buffer menu fix Date: Tue, 6 Sep 2005 16:15:13 +1200 Message-ID: <17181.6097.31018.985629@farnswood.snap.net.nz> References: <87slwkfxt9.fsf@stupidchicken.com> <17180.56255.712298.670071@farnswood.snap.net.nz> <87br37gi32.fsf@stupidchicken.com> <17180.60934.359911.605293@farnswood.snap.net.nz> <87vf1evpnw.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1125980374 16161 80.91.229.2 (6 Sep 2005 04:19:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2005 04:19:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 06 06:19:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ECUuq-00082G-Ku for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2005 06:18:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECUxP-0005Yg-Ha for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2005 00:21:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ECUwm-0005R0-1y for emacs-devel@gnu.org; Tue, 06 Sep 2005 00:20:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ECUwi-0005PK-OE for emacs-devel@gnu.org; Tue, 06 Sep 2005 00:20:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECUwi-0005MC-Dk for emacs-devel@gnu.org; Tue, 06 Sep 2005 00:20:32 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ECUsX-0002SA-O7 for emacs-devel@gnu.org; Tue, 06 Sep 2005 00:16:14 -0400 Original-Received: from farnswood.snap.net.nz (p119-tnt2.snap.net.nz [202.124.108.119]) by viper.snap.net.nz (Postfix) with ESMTP id 2854F68A568; Tue, 6 Sep 2005 16:12:10 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id B104562A99; Tue, 6 Sep 2005 05:15:13 +0100 (BST) Original-To: asdf In-Reply-To: <87vf1evpnw.fsf@stupidchicken.com> X-Mailer: VM 7.19 under Emacs 22.0.50.9 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 Xref: news.gmane.org gmane.emacs.devel:42640 Archived-At: > > > > because then the header line can then respond to mouse-1 clicks > > > > and still be dragged (try it on the mode-line to see what I > > > > mean). > > > > > > You can drag it by clicking on any part of the header line outside the > > > button text. Again, this is the same as Info-mode. > > > > In that case I suggest that this is also changed in Info-mode. > > Why? It is much more convenient to allow users to click on a link. If > the user wants to move the header line (which is not something that > people do frequently, anyway), all she has to do is to move the mouse > two milimeters to the left, outside the button. This is what people > are used to in all other graphical applications -- no one sees a > button and thinks, "Yeah, that's for resizing the window." The choice isn't between clicking or dragging, its between clicking or clicking *and* dragging. You're adding a line of code that just prevents the header line from being dragged at that point. It seems a bit pointless. Nick