From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Feature request : Tab-completion for 'shell-comand' Date: Fri, 14 Mar 2008 15:20:02 -0400 Message-ID: References: <874pbknt3j.fsf@tsuchiya.vaj.namazu.org> <87mypccg6r.fsf@jurta.org> <87abl8svpl.fsf@jurta.org> <87iqzves3k.fsf@jurta.org> <87zlt6qnu4.fsf@jurta.org> <8763vs7v08.fsf@jurta.org> <87d4pzz56f.fsf@jurta.org> <47D97A36.5050103@gmx.at> <47DA2D77.2070909@gmx.at> <47DAC505.1050008@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205522418 18682 80.91.229.12 (14 Mar 2008 19:20:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 19:20:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 14 20:20:46 2008 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.50) id 1JaFSQ-00063W-5k for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 20:20:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaFRq-0007q7-SF for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 15:20:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaFRm-0007ps-TX for emacs-devel@gnu.org; Fri, 14 Mar 2008 15:20:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaFRj-0007pC-B0 for emacs-devel@gnu.org; Fri, 14 Mar 2008 15:20:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaFRj-0007p3-1W for emacs-devel@gnu.org; Fri, 14 Mar 2008 15:20:03 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JaFRi-0001MP-W4 for emacs-devel@gnu.org; Fri, 14 Mar 2008 15:20:03 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAEZs2kdMCrZs/2dsb2JhbACqNIEI X-IronPort-AV: E=Sophos;i="4.25,502,1199682000"; d="scan'208";a="16068188" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 14 Mar 2008 15:20:02 -0400 Original-Received: from pastel.home ([76.10.182.108]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id UWI29302; Fri, 14 Mar 2008 15:20:02 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1440B8F43; Fri, 14 Mar 2008 15:20:02 -0400 (EDT) In-Reply-To: <47DAC505.1050008@gmx.at> (martin rudalics's message of "Fri, 14 Mar 2008 19:33:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:92605 Archived-At: >> Yes. (overlays-in (point-min) (point-max)) SHOULD >> return all overlays if the buffer is widened. > I attached a patch. If you want to apply it, the manual should be > modified accordingly. Looks good, except that it checks NARROWED, which depends on the position of point-min whereas point-min should have no effect on the behavior at `end'. I.e. it should just check ZV == Z. Please install it and adjust the manual. > Anyway, most calls of `remove-overlays' are a pain. I have no idea what that is supposed to mean. Stefan