From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Doug Lewan Newsgroups: gmane.emacs.help Subject: RE: How to get info about narrowing in effect? Date: Wed, 19 Jun 2013 17:37:00 +0000 Message-ID: <155DEC68569B714B86C2C7075F5EDA9828FE36D2@DAKIYA1.pegasus.local> References: <87sj0edozq.fsf@gmail.com> <87obb2do8d.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1371663264 6832 80.91.229.3 (19 Jun 2013 17:34:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 17:34:24 +0000 (UTC) To: Thorsten Jolitz , "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 19 19:34:26 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UpMH3-0005tV-Lm for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Jun 2013 19:34:25 +0200 Original-Received: from localhost ([::1]:59138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpMH3-0006kb-26 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Jun 2013 13:34:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpMGs-0006kV-4w for help-gnu-emacs@gnu.org; Wed, 19 Jun 2013 13:34:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpMGq-0001Cx-MD for help-gnu-emacs@gnu.org; Wed, 19 Jun 2013 13:34:14 -0400 Original-Received: from webmail.shubertorg.com ([207.246.209.200]:23127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpMGq-0001CX-J0 for help-gnu-emacs@gnu.org; Wed, 19 Jun 2013 13:34:12 -0400 Original-Received: from dakiya1.pegasus.local ([172.16.208.201]) by DAKIYA1.pegasus.local ([172.16.208.201]) with mapi id 14.01.0438.000; Wed, 19 Jun 2013 13:37:01 -0400 Thread-Topic: How to get info about narrowing in effect? Thread-Index: AQHObQ2FyQoKTw4ib0y1E6h41Mvw2Zk9RYKhgAAGo/A= In-Reply-To: <87obb2do8d.fsf@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.21.202] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-Received-From: 207.246.209.200 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91608 Archived-At: That's exactly what (point-min) and (point-max) do. ,Douglas Douglas Lewan Shubert Ticketing (201) 489-8600 ext 224 If the majority of cooking accidents happen in the kitchen, then why don't = we just cook in other rooms? -----Original Message----- From: help-gnu-emacs-bounces+dougl=3Dshubertticketing.com@gnu.org [mailto:h= elp-gnu-emacs-bounces+dougl=3Dshubertticketing.com@gnu.org] On Behalf Of Th= orsten Jolitz Sent: Wednesday, 2013 June 19 13:06 To: help-gnu-emacs@gnu.org Subject: Re: How to get info about narrowing in effect? Thorsten Jolitz writes: > 1. if narrowing is active? ok, I found `buffer-narrowed-p' > 2. what are the boundaries of the narrowed region (so to say point-min > and point-max of the narrowed region)? still not sure about to find out the boundaries.=20 --=20 cheers, Thorsten