From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Allow setting corner in mouse avoidance mode. Date: Wed, 30 Nov 2011 10:30:02 +0800 Message-ID: <878vmyjqad.fsf@gnu.org> References: <87boruu1ba.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322620218 13853 80.91.229.12 (30 Nov 2011 02:30:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Nov 2011 02:30:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 30 03:30:14 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RVZw5-0001JW-SM for ged-emacs-devel@m.gmane.org; Wed, 30 Nov 2011 03:30:14 +0100 Original-Received: from localhost ([::1]:48368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVZw5-0000Qs-5l for ged-emacs-devel@m.gmane.org; Tue, 29 Nov 2011 21:30:13 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVZw2-0000QW-O8 for emacs-devel@gnu.org; Tue, 29 Nov 2011 21:30:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVZw1-0004TN-Uu for emacs-devel@gnu.org; Tue, 29 Nov 2011 21:30:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVZw1-0004T6-TM for emacs-devel@gnu.org; Tue, 29 Nov 2011 21:30:09 -0500 Original-Received: from [155.69.16.255] (port=6247 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RVZw1-0000wM-5P; Tue, 29 Nov 2011 21:30:09 -0500 In-Reply-To: <87boruu1ba.fsf@gmail.com> (Thierry Volpiatto's message of "Tue, 29 Nov 2011 21:21:45 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146355 Archived-At: Thierry Volpiatto writes: > Hi all, > there was nothing except modifying function > `mouse-avoidance-banish-destination' to set in which corner mouse is > banish. > This patch allow setting this through > `mouse-avoidance-banish-destination' user variable like this: > (left . top) or (right . bottom) etc... Thanks. We're in feature freeze---please file this in the bug database so it doesn't get forgotten.