From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: Rectangular regions Date: Fri, 1 Nov 2013 06:50:51 +0800 Message-ID: References: <52707D17.6010801@dancol.org> <8338niefba.fsf@gnu.org> <87a9hq8h7p.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1383259854 32226 80.91.229.3 (31 Oct 2013 22:50:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2013 22:50:54 +0000 (UTC) Cc: emacs-devel , Bastien , Stefan Monnier , Eli Zaretskii , dancol@dancol.org, sdl.web@gmail.com To: jay.finger@pobox.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 31 23:51:00 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 1Vc14t-0004MY-Jc for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 23:50:59 +0100 Original-Received: from localhost ([::1]:59633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc14t-0006mD-5r for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 18:50:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc14p-0006m2-U4 for emacs-devel@gnu.org; Thu, 31 Oct 2013 18:50:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vc14p-0003xl-1y for emacs-devel@gnu.org; Thu, 31 Oct 2013 18:50:55 -0400 Original-Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:37792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc14m-0003x9-98; Thu, 31 Oct 2013 18:50:52 -0400 Original-Received: by mail-ie0-f178.google.com with SMTP id x13so6110818ief.23 for ; Thu, 31 Oct 2013 15:50:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=UojzCnUpmw+wjnLEBYG9q1bXopjmhI3qYTeCVqZ1d3U=; b=dv0+pwSmq5aWRNAycH70mip/+j0PyPkrCjuCeTlI1H7wqamX09sh50104WESINXfHg R8eCuacac3W+2x1d1D9zTBeDhWnkQLPj8eAOBAaBC1/GqMtIVKp36pXv1oCwNPeLY0QS qWsGFpCl5TGgn6c8t1YlC2C+8wSwmNhmSOWLKVf6zhHYP/tDXi/H4Kx3PUdJISmi38KO NQlEVSyWUJS1GtoELi54z8SU0cpN+VyfSan8Gm/9+OUg9luzHIkHNmblc4rI+YDk3rnY UaEKqzgjFf2Y8w/K01AUZKeQXLJLb7/GCiZ2ABSz01mu/86lm1fBuXVmRO/t5qBP7c4v 6rDQ== X-Received: by 10.50.39.51 with SMTP id m19mr178174igk.51.1383259851408; Thu, 31 Oct 2013 15:50:51 -0700 (PDT) Original-Received: by 10.42.119.18 with HTTP; Thu, 31 Oct 2013 15:50:51 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::232 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:164763 Archived-At: On Fri, Nov 1, 2013 at 2:36 AM, Jay Finger wrote: > So to the extent that there is a vote, I would go for either 'M-x SPC' Make M-x a prefix key? > or 'C-SPC C-SPC' It handy when you want to use the mark to remember a position to which you may wish to return (although I don't use it much). > or 'C-M-SPC'. Overriding mark-sexp? Since Stefan will make it a minor mode, perhaps we can follow the convention in (info "(elisp) Key Binding Conventions"). That is to say, use =E2=80=98C-c=E2=80=99 followed by a punctuation character, like =E2=80= =98#=E2=80=99, =E2=80=98_=E2=80=99, =E2=80=98+=E2=80=99, =E2=80=98[=E2=80= =99, =E2=80=98]=E2=80=99, etc. --=20 Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/