From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: key-binding for cycle-spacing Date: Sat, 01 Feb 2014 00:35:27 +0100 Message-ID: <87iosz9134.fsf@thinkpad-t61.fritz.box> References: <20140129202810.GA3092@acm.acm> <87y51v93lw.fsf@thinkpad-t61.fritz.box> <20140131225523.GB3191@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391211345 31963 80.91.229.3 (31 Jan 2014 23:35:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2014 23:35:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 01 00:35:51 2014 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 1W9Nck-0008ML-SF for ged-emacs-devel@m.gmane.org; Sat, 01 Feb 2014 00:35:50 +0100 Original-Received: from localhost ([::1]:58838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9Nck-0004PK-9p for ged-emacs-devel@m.gmane.org; Fri, 31 Jan 2014 18:35:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9Ncc-0004Oz-G0 for emacs-devel@gnu.org; Fri, 31 Jan 2014 18:35:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9NcW-00070G-DB for emacs-devel@gnu.org; Fri, 31 Jan 2014 18:35:42 -0500 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:60100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9NcV-000709-OY; Fri, 31 Jan 2014 18:35:35 -0500 Original-Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 030F320A51; Fri, 31 Jan 2014 18:35:35 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Fri, 31 Jan 2014 18:35:34 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=w9xA4NVSC8j4ocR2vBQabesErnI=; b=BdAzOG0bi1anbXmWJtrKZfLP09Hh KhH+vpSRkPBuLopG8Nua/cLgTzkM9Ys+kyfoTDC7JnFonnMaPKeiBDOa6WMDHMm5 0GXTOzpOUwWxnfBUbSUUpwWL4pTqAxBnD12sfIQJcV30HFHQGAEDMBR9sM8RgOdE wrQqcd8oNsC9S0o= X-Sasl-enc: cqZ3UrI8BY2QndCqX76MPBclw1UHCsjPDqxm02flsd0V 1391211334 Original-Received: from thinkpad-t61.fritz.box (unknown [95.88.145.206]) by mail.messagingengine.com (Postfix) with ESMTPA id 4E6456800BC; Fri, 31 Jan 2014 18:35:34 -0500 (EST) Mail-Followup-To: Alan Mackenzie , Glenn Morris , emacs-devel@gnu.org In-Reply-To: <20140131225523.GB3191@acm.acm> (Alan Mackenzie's message of "Fri, 31 Jan 2014 22:55:23 +0000") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.28 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:169306 Archived-At: Alan Mackenzie writes: Hi Anal [1], >> FWIW, I have the habit of doing M-SPC DEL when I want no space, and I >> use that sequence very frequently. M-SPC M-SPC is much more convenient >> in that case. > > For no space, why don't you use `delete-horizontal-space', with its > standard binding of M-\? This surely beats M-SPC M-SPC, at least on > an English keyboard layout. Yes, maybe, but I use a German Dvorak Type II layout, and then it's three keys: Alt + Shift + / That wouldn't be different with a normal German layout, too. And I haven't memorized too many keys anyway. Rather I prefer if I need to remember only a few keys that just do what I want depending on context. Bye, Tassilo [1] Revenge for misspelling my name. ;-)