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: (Not) scrolling past the end of a buffer Date: Fri, 19 Oct 2012 22:07:59 -0400 Message-ID: References: <20121020003412.0331c798@forcix.kollektiv-hamburg.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350698884 12039 80.91.229.3 (20 Oct 2012 02:08:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2012 02:08:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jorgen Schaefer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 20 04:08:12 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TPOTz-0007Rs-PH for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2012 04:08:11 +0200 Original-Received: from localhost ([::1]:52626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPOTs-0005S1-7T for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2012 22:08:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPOTp-0005Rk-I8 for emacs-devel@gnu.org; Fri, 19 Oct 2012 22:08:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPOTo-00035X-ME for emacs-devel@gnu.org; Fri, 19 Oct 2012 22:08:01 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:43172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPOTo-00035Q-Hh for emacs-devel@gnu.org; Fri, 19 Oct 2012 22:08:00 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09MCoeh/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLDiYSFBgNJIgcBboJkEQDozOBWIMF X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="202351991" Original-Received: from 76-10-135-161.dsl.teksavvy.com (HELO ceviche.home) ([76.10.135.161]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 19 Oct 2012 22:08:00 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 96377660E0; Fri, 19 Oct 2012 22:07:59 -0400 (EDT) In-Reply-To: <20121020003412.0331c798@forcix.kollektiv-hamburg.de> (Jorgen Schaefer's message of "Sat, 20 Oct 2012 00:34:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154454 Archived-At: > There was a discussion back in February about Emacs scrolling past the > end of buffers, but that discussion never finished (as far as I can tell). It won't end until someone goes through the trouble to write the code. But those who know the code know that it's going to be a pain to implement, especially if you want acceptable performance. IOW, patches welcome, Stefan