From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: widen-one-level [was: Emacs's handling of line numbers] Date: Mon, 19 Apr 2010 12:34:52 +0100 Organization: University of Cambridge Message-ID: References: <837ho6czb6.fsf@gnu.org> <8339yucbsg.fsf@gnu.org> <83wrw5bxkc.fsf@gnu.org> <90D3EB66AA37491881EB2B26100925C2@us.oracle.com> <7DAA22BBC7FD45D9996D3EE994E01C16@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271677768 20756 80.91.229.12 (19 Apr 2010 11:49:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Apr 2010 11:49:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 19 13:49:27 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 1O3pTh-0000oi-Op for ged-emacs-devel@m.gmane.org; Mon, 19 Apr 2010 13:49:25 +0200 Original-Received: from localhost ([127.0.0.1]:59735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3pNr-0006EF-TO for ged-emacs-devel@m.gmane.org; Mon, 19 Apr 2010 07:43:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3pFv-0000eG-Ne for emacs-devel@gnu.org; Mon, 19 Apr 2010 07:35:12 -0400 Original-Received: from [140.186.70.92] (port=51421 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3pFs-0000dN-Te for emacs-devel@gnu.org; Mon, 19 Apr 2010 07:35:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3pFp-000486-Hj for emacs-devel@gnu.org; Mon, 19 Apr 2010 07:35:08 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:37294) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3pFo-00046Y-Au for emacs-devel@gnu.org; Mon, 19 Apr 2010 07:35:05 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O3pFk-0001pn-RI for emacs-devel@gnu.org; Mon, 19 Apr 2010 13:35:00 +0200 Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Apr 2010 13:35:00 +0200 Original-Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Apr 2010 13:35:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 11 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:cvhnGEfUVvJnE+VN9czXDnV3WtQ= X-detected-operating-system: by eggs.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:123874 Archived-At: On 2010-04-19 03:04 +0100, Drew Adams wrote: > Yes, I noticed that too. Presumably it's because `narrow-to-region' has its own > byte code. At least that's my guess. `narrow-to-defun' is a lisp function, and > it is byte-compiled, which presumably means the byte-code for `narrow-to-region' > is inlined. > > Or something like that. Someone more knowledgable will no doubt enlighten us. Thanks. Leo