From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: What variable says that the buffer is in narrowed state? Date: Sat, 13 Oct 2007 14:30:55 +0100 Message-ID: <878x67kupc.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192278758 8131 80.91.229.12 (13 Oct 2007 12:32:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2007 12:32:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 13 14:32:29 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IggAK-0008KR-LH for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Oct 2007 14:32:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IggAE-0000di-4X for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Oct 2007 08:32:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Igg9p-0000cX-Do for help-gnu-emacs@gnu.org; Sat, 13 Oct 2007 08:31:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Igg9o-0000bC-03 for help-gnu-emacs@gnu.org; Sat, 13 Oct 2007 08:31:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Igg9n-0000b2-H6 for help-gnu-emacs@gnu.org; Sat, 13 Oct 2007 08:31:51 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Igg9m-0004cx-KC for help-gnu-emacs@gnu.org; Sat, 13 Oct 2007 08:31:50 -0400 Original-Received: by ug-out-1314.google.com with SMTP id a2so40534ugf for ; Sat, 13 Oct 2007 05:31:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:received:from:to:subject:user-agent:date:message-id:mime-version:content-type:sender; bh=tbC5L8JbtzW8KkU+MbcmMZGEV0FktnGq3L5cU2dL8hM=; b=cPWKLda2DPX5nXLpU+fzrfO1XF5xnBkdxUhwSUjsNkdJ1AggeyaQrxjulU4YZ76XmO25FlGFAouhuSnVCKJsFyoVg1YDwagXBMwGHHPslXChbHdhNuo0/SAmfaUWWPA5nKbcSaHOh9vSZgBGs1mwPebkSTuUpA9lrNbLg1miJLE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:from:to:subject:user-agent:date:message-id:mime-version:content-type:sender; b=fiGFtXbo0k7zwudvuAyfWLitsHPR3IzB6/ckUzd1tyoeR/11hYS8mxuow58mSSySNzK7d7S+ZE1J9uLzcBpL9AD4g1pEVi+pMkgHu9O81MdwdWbybfbQMHaMf+aICkld27iosIkduwrzycoDvyMSDlXS3YUTrsrqPilMfveXHVw= Original-Received: by 10.67.119.15 with SMTP id w15mr5485190ugm.1192278709631; Sat, 13 Oct 2007 05:31:49 -0700 (PDT) Original-Received: from bzg.ath.cx ( [81.99.213.34]) by mx.google.com with ESMTPS id b23sm4315255ugd.2007.10.13.05.31.32 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 13 Oct 2007 05:31:48 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 49BA2158AC8; Sat, 13 Oct 2007 14:30:55 +0100 (BST) User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48382 Archived-At: Hi, I expected to find some `buffer-narrowed-p' variable. Is there something like this? The mode-line is able to display this bit of information, so I guess it might somehow be accessible. Thanks, -- Bastien