From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: widen-one-level [was: Emacs's handling of line numbers] Date: Mon, 19 Apr 2010 15:57:06 -0400 Message-ID: References: <837ho6czb6.fsf@gnu.org><8339yucbsg.fsf@gnu.org> <83wrw5bxkc.fsf@gnu.org> <90D3EB66AA37491881EB2B26100925C2@us.oracle.com> <7DAA22BBC7FD45D9996D3EE994E01C16@us.oracle.com> <34381.128.165.0.81.1271633447.squirrel@webmail.lanl.gov> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1271707065 12981 80.91.229.12 (19 Apr 2010 19:57:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Apr 2010 19:57:45 +0000 (UTC) Cc: lekktu@gmail.com, mark.lillibridge@hp.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, eliz@gnu.org, drew.adams@oracle.com To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 19 21:57:42 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O3x6E-0007SB-Cu for ged-emacs-devel@m.gmane.org; Mon, 19 Apr 2010 21:57:42 +0200 Original-Received: from localhost ([127.0.0.1]:50957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3x6D-0000Mw-TR for ged-emacs-devel@m.gmane.org; Mon, 19 Apr 2010 15:57:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3x5i-0008HJ-GV for emacs-devel@gnu.org; Mon, 19 Apr 2010 15:57:10 -0400 Original-Received: from [199.232.76.173] (port=35766 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3x5h-0008GS-W6 for emacs-devel@gnu.org; Mon, 19 Apr 2010 15:57:10 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1O3x5g-0004Vd-S0 for emacs-devel@gnu.org; Mon, 19 Apr 2010 15:57:09 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:45128) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1O3x5g-0004VZ-MG for emacs-devel@gnu.org; Mon, 19 Apr 2010 15:57:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O3x5e-0000z5-KK; Mon, 19 Apr 2010 15:57:06 -0400 In-reply-to: <34381.128.165.0.81.1271633447.squirrel@webmail.lanl.gov> (herring@lanl.gov) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:123890 Archived-At: If we add a stack of buffer boundaries, we need an easy way to pop out of all levels. The natural thing is that ESC ESC ESC should do it.