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: Thu, 7 Jun 2007 16:44:13 +0100 Message-ID: References: <874plkkc3s.fsf@jurta.org> 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 1181231068 6262 80.91.229.12 (7 Jun 2007 15:44:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jun 2007 15:44:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juanma Barranquero" , "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 07 17:44:27 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 1HwK9u-0007XW-Fw for ged-emacs-devel@m.gmane.org; Thu, 07 Jun 2007 17:44:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwK9u-0002B3-2D for ged-emacs-devel@m.gmane.org; Thu, 07 Jun 2007 11:44:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwK9p-000281-64 for emacs-devel@gnu.org; Thu, 07 Jun 2007 11:44:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwK9n-00025a-9x for emacs-devel@gnu.org; Thu, 07 Jun 2007 11:44:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwK9n-00025A-1u for emacs-devel@gnu.org; Thu, 07 Jun 2007 11:44:15 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwK9m-0005EJ-NJ for emacs-devel@gnu.org; Thu, 07 Jun 2007 11:44:14 -0400 Original-Received: by nz-out-0506.google.com with SMTP id z3so486965nzf for ; Thu, 07 Jun 2007 08:44:14 -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=HX/a+otAjNuh2l4SbuMAIL63YhJhf6uilBayHMRt2axc57iwS4iwzkD0aAodrLWN2+50QUUbdzTDv6wo4s4x8utpKtDKkg3Au1D3Xx35m7NMHnAaBNWnPJVQkjqDydlGpTV8QD6f3wpK2lWJCLuiA8wDH8w9rRxJhdyB6b5HqVI= 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=KdcVXWiFQBl25zqukntjnGAWnFIPdqQwZIUnTA9womx02s//+53VRZNTGsMUWys2qL6mPqXVAiUNokPPLCYh7J1Z6HSywpZDoN7Xlnl85mFfPROaDUoRCOMqIurDZ2OK1JN3eMKiYNTAaK6I1+OkltgXeqckvbs9gNcLJTtKEWo= Original-Received: by 10.142.102.5 with SMTP id z5mr96582wfb.1181231053634; Thu, 07 Jun 2007 08:44:13 -0700 (PDT) Original-Received: by 10.142.104.20 with HTTP; Thu, 7 Jun 2007 08:44:13 -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:72419 Archived-At: On 07/06/07, Juanma Barranquero wrote: > I'm not going to defend L and C, but Emacs buffers have rows (lines) > and columns, not x and y coordinates. This is also an important point when you consider that the 'origin' is at the top-left in Emacs buffers, but at the bottom-left in the first quadrant of the plane. -- -David House, dmhouse@gmail.com