From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vaidheeswaran C Newsgroups: gmane.emacs.devel Subject: Re: Should Text motion commands have no menu entry? Date: Mon, 18 May 2015 07:57:18 +0530 Message-ID: <55594E06.70500@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1431916030 16602 80.91.229.3 (18 May 2015 02:27:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2015 02:27:10 +0000 (UTC) Cc: Emacs developers To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 18 04:27:05 2015 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 1YuAlh-0005T6-Vf for ged-emacs-devel@m.gmane.org; Mon, 18 May 2015 04:27:02 +0200 Original-Received: from localhost ([::1]:38930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuAlh-00078U-2m for ged-emacs-devel@m.gmane.org; Sun, 17 May 2015 22:27:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuAlU-00078E-Gg for emacs-devel@gnu.org; Sun, 17 May 2015 22:26:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuAlR-0008PN-9C for emacs-devel@gnu.org; Sun, 17 May 2015 22:26:48 -0400 Original-Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:33177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuAlR-0008OB-1t for emacs-devel@gnu.org; Sun, 17 May 2015 22:26:45 -0400 Original-Received: by padbw4 with SMTP id bw4so130613708pad.0 for ; Sun, 17 May 2015 19:26:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/YFegfR+LVOVXMtgaSIfltLn5cxHamIDK7SK7zeN/xI=; b=inCu85BW9bwcSEm/sDpcUCLAb2f1TnOjqh6GWk59nms37Jbpm4e2KcBbPWEmhJOv55 cgT2ANxaTvHd2t6R/ZOb7cmN4HiPOQKEklzvU0cCjtfnEXmV5mb4xmwWMqbgw8p9ChVC N+DqYJPI5KYg4phk8lqALq/Q+lxwc4+z19ikt2cUTbx+14HzLUNQCdJMmWcOgvq494yO 7xUSaXTJK4agF0GIq8MjUAY0gLK2M6nmu6/yz1tGYCLy6McrCtI1LOUU/os0aoMqVN8M tliJf0VFlJer+ZOPXrAMGqLXfYbECnc25kAfuvQ32eyTYtcgamicIiqawzXbcEf7aUqr 0eyg== X-Received: by 10.70.36.102 with SMTP id p6mr39737400pdj.18.1431916004161; Sun, 17 May 2015 19:26:44 -0700 (PDT) Original-Received: from [192.168.43.83] ([171.76.119.97]) by mx.google.com with ESMTPSA id m8sm8275226pdn.5.2015.05.17.19.26.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 May 2015 19:26:43 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22c 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:186561 Archived-At: On Sunday 17 May 2015 09:09 PM, Yuri Khan wrote: > Everybody knows that a text editor *does* have cursor motion > commands, and expects them to have certain keybindings A RJH like me discovered paragraph and page motion commands in later years. I find them very helpful for quick navigation. I wish I had discovered them earlier.