From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: MY window tree! Date: Sun, 14 Jan 2007 23:57:49 +0100 Message-ID: References: <45A8B034.8020301@gmx.at> <45A9F965.4080007@gmail.com> <45AA1382.2030506@gmx.at> <45AA17CE.9050009@gmail.com> <45AA6B59.30203@gmx.at> <45AAA21C.6090505@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168880920 9030 80.91.229.12 (15 Jan 2007 17:08:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Jan 2007 17:08:40 +0000 (UTC) Cc: martin rudalics , help-gnu-emacs@gnu.org, michael@cadilhac.name Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 15 18:08:28 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by lo.gmane.org with esmtp (Exim 4.50) id 1H6VJk-0002El-8j for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jan 2007 18:08:20 +0100 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1H6VIz-0008VC-Pc for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jan 2007 18:07:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6EIi-0000ab-Ij for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jan 2007 17:58:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6EIT-0000aH-07 for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 17:57:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6EIR-0000YR-4v for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 17:57:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6EIQ-0000YJ-Ul for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 17:57:50 -0500 Original-Received: from [64.233.182.184] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6EIQ-0007rQ-Ev for help-gnu-emacs@gnu.org; Sun, 14 Jan 2007 17:57:50 -0500 Original-Received: by nf-out-0910.google.com with SMTP id h2so1876160nfe for ; Sun, 14 Jan 2007 14:57:49 -0800 (PST) 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=KhiQc7wNyPGAaF+D7fFSf25Yr0uJ2+7yHN1+1ivUC2KrHnGLiLvxXS3Ek9E7/9NT6NmE63qIdsuIjL/AOkfc1KIQ1zLAcE+ialO31MytESC+ZB4+oi4iFkSGTekDjkWxGJqMvfkNiZkipoMMuq5Vqv+o8cX/QNvU4klfuI/q/3E= Original-Received: by 10.82.105.13 with SMTP id d13mr487322buc.1168815469144; Sun, 14 Jan 2007 14:57:49 -0800 (PST) Original-Received: by 10.82.146.7 with HTTP; Sun, 14 Jan 2007 14:57:49 -0800 (PST) Original-To: "Lennart Borgman (gmail)" In-Reply-To: <45AAA21C.6090505@gmail.com> Content-Disposition: inline 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:40298 Archived-At: On 1/14/07, Lennart Borgman (gmail) wrote: > I believe the new version is pretty useful: (with-current-buffer buffer (save-restriction ;;; => (widen) (dolist (overlay (overlays-in (point-min) (point-max))) I think you need widen at that point, don't you? /L/e/k/t/u