From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: Rectangular regions Date: Thu, 31 Oct 2013 12:28:40 -0700 Message-ID: <5272AF68.1020403@dancol.org> References: <52707D17.6010801@dancol.org> <8338niefba.fsf@gnu.org> <87a9hq8h7p.fsf@bzg.ath.cx> <83li19cltr.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1383247748 24868 80.91.229.3 (31 Oct 2013 19:29:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2013 19:29:08 +0000 (UTC) Cc: bzg@gnu.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, sdl.web@gmail.com To: Eli Zaretskii , jay.finger@pobox.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 31 20:29:12 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vbxvc-0004gp-L7 for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 20:29:12 +0100 Original-Received: from localhost ([::1]:58988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbxvc-0006km-5n for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 15:29:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbxvU-0006kS-Eg for emacs-devel@gnu.org; Thu, 31 Oct 2013 15:29:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbxvQ-0000cY-7d for emacs-devel@gnu.org; Thu, 31 Oct 2013 15:29:04 -0400 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:57926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbxvL-0000UZ-Dm; Thu, 31 Oct 2013 15:28:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=TOEV1J9he5YXkIREdoDLTc5Q5eFIX/l1txl6hFtxFNA=; b=RniZ++4CkdqP9f54gBbwKjuawl0ZjdBaolgZwT3Jdum6OpnRoH/jVN5KqwlerFUo3LO0AV0su25bmcGBWCFJY+VCoUl/M1Go29Z3aLddsxQ/prW0ct4MnzdFTWqgwRg0UdsyO0YIUOkP3JxFNdNVdgBNdPhwt/xN+dpkEd3JbxMSoIoJrB0TN/uW8+XBsJIojSKDR03HHf6MDLnNzDB1oyiUlK+Y8Xa1Pmctx3bSRpmuv95I8EhHgKDTJQ02x6QQGUr+60FK5a64H0pIWozsPm6Q/w94Ly77JNjBh4KBjh5l0DySxISEGtcMCoCdg7czp4RhfsjcD3LlHo4FZV+iAg==; Original-Received: from mpk-nat-4.thefacebook.com ([173.252.71.4] helo=[172.19.45.241]) by dancol.org with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1VbxvD-0006LK-Cd; Thu, 31 Oct 2013 12:28:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 In-Reply-To: <83li19cltr.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 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:164752 Archived-At: On 10/31/2013 11:54 AM, Eli Zaretskii wrote: >> Date: Thu, 31 Oct 2013 11:36:56 -0700 >> From: Jay Finger >> Cc: Bastien , Eli Zaretskii , dancol@dancol.org, sdl.web@gmail.com, >> emacs-devel@gnu.org >> >> M-SPC is typically the chord Alt-Space, which activates the window menu on >> many systems, both X and Windows, and is consumed by the window manager >> before Emacs can get to it. > > Not on MS-Windows. By default. Many users (like myself, when I work on Windows) configure Emacs to pass M-SPC through to the window manager. I like being to minimize any window on the system with M-SPC n. >