From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.devel Subject: Re: Rectangular regions Date: Wed, 30 Oct 2013 16:31:01 -0400 Message-ID: References: <52707D17.6010801@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3657e2e4b8504e9fb36c5 X-Trace: ger.gmane.org 1383165065 13750 80.91.229.3 (30 Oct 2013 20:31:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2013 20:31:05 +0000 (UTC) Cc: Daniel Colascione , Leo Liu , Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 30 21:31:09 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 1VbcQ0-0000HY-3Z for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 21:31:08 +0100 Original-Received: from localhost ([::1]:54319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbcPz-0002Zq-Kp for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 16:31:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbcPw-0002Za-Gt for emacs-devel@gnu.org; Wed, 30 Oct 2013 16:31:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbcPv-0006lM-FL for emacs-devel@gnu.org; Wed, 30 Oct 2013 16:31:04 -0400 Original-Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:50304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbcPv-0006lC-8s for emacs-devel@gnu.org; Wed, 30 Oct 2013 16:31:03 -0400 Original-Received: by mail-wg0-f41.google.com with SMTP id b13so6513188wgh.4 for ; Wed, 30 Oct 2013 13:31:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ZvaKcM/deENo1F5//MQnn6u9xSmdBygD0/0GHmZnjVo=; b=l5xwM/e2VY4LzYh2oIFC8H5oxm1UTL9gz3puCF58YhtnmT6+S/R9Xdt1ouCcs4hmZ+ 5GxqODXUPl3mX+EGJIyrJTqwww7rwA3s+F5GADXFrtMSbGhEUxFD6vXJmk2XDGKgelKg nId1krZLbnd7A2gZmLeVvD+AFA5LLsqiVmRM+bRv3po0MuDvq2ZoipUAMOI+NPLTzNem 5QuBr+aXg+9Vqnyh1yhw3NIsYuFzI+sUj0PlFFXk2bBcCey+l25wjgMWd4DTBRG5EjT2 Am3uxkpWnIz8f/hFoqLPkbHZMw6rXbprCUha1bv32C+E2WMZ0/XITpVQE1/bNyo5xLOV a2pA== X-Received: by 10.180.185.10 with SMTP id ey10mr3734852wic.29.1383165061907; Wed, 30 Oct 2013 13:31:01 -0700 (PDT) Original-Received: by 10.194.95.226 with HTTP; Wed, 30 Oct 2013 13:31:01 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: 2rYI3RUDuB_HCzc25H89s5HhbfM X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::229 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:164715 Archived-At: --001a11c3657e2e4b8504e9fb36c5 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Oct 30, 2013 at 2:09 PM, Stefan Monnier wrote: > (I actually dislike all of M-SPC, M-\, > and M-^, and instead use a command that does "the reverse of M-j", > removing all whitespace and newlines, except for between 0 and > 2 depending on the surrounding chars, e.g. 0 between two closing > parens, but two between a "." and an capital letter). > Please share. /john --001a11c3657e2e4b8504e9fb36c5 Content-Type: text/html; charset=ISO-8859-1
On Wed, Oct 30, 2013 at 2:09 PM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
(I actually dislike all of M-SPC, M-\,
and M-^, and instead use a command that does "the reverse of M-j",
removing all whitespace and newlines, except for between 0 and
2 depending on the surrounding chars, e.g. 0 between two closing
parens, but two between a "." and an capital letter).

Please share.

/john

--001a11c3657e2e4b8504e9fb36c5--