From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David House" Newsgroups: gmane.emacs.devel Subject: Re: display.texi: (,) isn't documented. Date: Mon, 11 Jun 2007 10:50:14 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181555430 4694 80.91.229.12 (11 Jun 2007 09:50:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 09:50:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org, "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 11 11:50:28 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HxgXY-0002Rs-1H for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 11:50:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxgXX-0006ro-IR for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 05:50:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxgXT-0006rL-HO for emacs-devel@gnu.org; Mon, 11 Jun 2007 05:50:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxgXQ-0006qe-RP for emacs-devel@gnu.org; Mon, 11 Jun 2007 05:50:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxgXQ-0006qU-K1 for emacs-devel@gnu.org; Mon, 11 Jun 2007 05:50:16 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.239]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxgXQ-0002ds-7h for emacs-devel@gnu.org; Mon, 11 Jun 2007 05:50:16 -0400 Original-Received: by nz-out-0506.google.com with SMTP id q3so373800nzb for ; Mon, 11 Jun 2007 02:50:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d4RM7FuG5ru/LY3ya05nS8swD6XWAiRqhuVNe8taKhVw6/HVjHLY3z1IaoLzJmB/1BlO19kQQl40+sJf52XDjbrpyA9z0G/Ezr79cNOp3rV67VAzQte/tL7uqjz9BnvPChY8tNy5Qg2UeMpOtGh7Ww8P0fhmCqniVbKo/mrui7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mrhnJBoiLwTiw/2Gt4cRkJYY+3de+cG+4iwzgwMitQvo4ugmGNFaiDffo1De9SYZOVUQVM0BAh1WvXp5PuvInYmLhtU/CuxvtmWLdOyChuxYRQmokhVLqkqoe5s1X2k0FaHMCnXKLddcDUySIdj46xiwaamaf1s44vpNms+nXzc= Original-Received: by 10.142.102.5 with SMTP id z5mr272183wfb.1181555414884; Mon, 11 Jun 2007 02:50:14 -0700 (PDT) Original-Received: by 10.142.104.20 with HTTP; Mon, 11 Jun 2007 02:50:14 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72618 Archived-At: On 11/06/07, Richard Stallman wrote: > Perhaps it would be useful to display the size of the region > when the region is not entirely visible. Currently when you M-w on a large region, it tells you the first few characters of the region you just saved. Perhaps this behaviour could be duplicated for C-w and we could also have a command that performs this, so that you could do it at any time. -- -David House, dmhouse@gmail.com