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: Moving vertical boundaries after C-x 3 Date: Thu, 13 Apr 2006 13:27:39 +1200 Message-ID: <17469.43275.607125.519058@farnswood.snap.net.nz> References: 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 1144891691 10674 80.91.229.2 (13 Apr 2006 01:28:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Apr 2006 01:28:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 13 03:28:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FTqcy-0006Qu-Bg for ged-emacs-devel@m.gmane.org; Thu, 13 Apr 2006 03:28:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTqcx-0001Ko-Oo for ged-emacs-devel@m.gmane.org; Wed, 12 Apr 2006 21:28:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FTqck-0001Kb-VS for emacs-devel@gnu.org; Wed, 12 Apr 2006 21:27:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FTqcj-0001KO-Is for emacs-devel@gnu.org; Wed, 12 Apr 2006 21:27:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTqcj-0001KL-CR for emacs-devel@gnu.org; Wed, 12 Apr 2006 21:27:53 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FTqht-000876-MH; Wed, 12 Apr 2006 21:33:14 -0400 Original-Received: from farnswood.snap.net.nz (p202-124-115-135.snap.net.nz [202.124.115.135]) by viper.snap.net.nz (Postfix) with ESMTP id 445BF75361D; Thu, 13 Apr 2006 13:27:48 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 500) id 492B162A99; Thu, 13 Apr 2006 02:27:40 +0100 (BST) Original-To: rms@gnu.org In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.31 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:52803 Archived-At: Richard Stallman writes: > [I sent this message a week ago but did not get a response.] > > To move a vertical boundary left or right, you need to find the > place where the mouse pointer appears as a sideways two-headed arrow. > I see there is no tooltip for that. Could someone make a tooltip for it? Done. This was pretty self evident from the cursor hape anyway. How about adding: (global-set-key [vertical-line mouse-3] 'mouse-delete-other-windows) (global-set-key [vertical-line mouse-2] 'mouse-delete-window) and adjusting the help string accordingly? -- Nick http://www.inet.net.nz/~nickrob