From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.devel Subject: Re: linum.el? Date: Thu, 27 Dec 2007 20:18:52 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198783692 16090 80.91.229.12 (27 Dec 2007 19:28:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Dec 2007 19:28:12 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 27 20:28:26 2007 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 1J7yP3-0003Bq-Sk for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2007 20:28:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7yOj-0004ZJ-0O for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2007 14:28:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J7yOf-0004X7-1R for emacs-devel@gnu.org; Thu, 27 Dec 2007 14:28:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J7yOd-0004Un-Bk for emacs-devel@gnu.org; Thu, 27 Dec 2007 14:28:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7yOd-0004Ub-7t for emacs-devel@gnu.org; Thu, 27 Dec 2007 14:27:59 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J7yOc-0007nW-DM for emacs-devel@gnu.org; Thu, 27 Dec 2007 14:27:58 -0500 Original-Received: (qmail invoked by alias); 27 Dec 2007 19:27:56 -0000 Original-Received: from chello062178240212.3.14.tuwien.teleweb.at (EHLO mt-computer.local) [62.178.240.212] by mail.gmx.net (mp027) with SMTP; 27 Dec 2007 20:27:56 +0100 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX19rvc0My+hrwTFqF6TZrmYVzaiXsjcZlULfU9ar73 UOKNzFBRlmFym4 Original-Received: by mt-computer.local (Postfix, from userid 502) id 1784E4F4D72; Thu, 27 Dec 2007 20:18:53 +0100 (CET) In-Reply-To: (Richard Stallman's message of "Thu, 27 Dec 2007 08:42:05 -0500") X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:85526 Archived-At: Richard Stallman writes: > Why doesn't it work? It seems to be intended for this job. For instance, how can `set-window-redisplay-end-trigger' be used to generally and reliably trigger in the following cases? *) widen a narrowed region *) expand a collapsed thread in Gnus and similar programs *) expand a tree in outline-mode, allout-mode and similar modes > If you're right, I'll work more on this patch. Thank you! Such a hook which reliably triggers in above cases and also subsumes scrolling, window resizing, and insertion of new lines can be very advantageous for other (new) modes as well.