From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: The unwarranted scrolling assumption Date: Fri, 18 Jun 2010 12:15:09 +0200 Message-ID: References: <87ocfcj7r4.fsf@mail.jurta.org> <87631jvpzg.fsf@gmail.com> <4C18211C.3070106@harpegolden.net> <83typ2isns.fsf@gnu.org> <83mxuuicjc.fsf@gnu.org> <83ljadikj1.fsf@gnu.org> <83k4pxijpb.fsf@gnu.org> <83hbl1ihux.fsf@gnu.org> <83631gixa4.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1276856184 22581 80.91.229.12 (18 Jun 2010 10:16:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Jun 2010 10:16:24 +0000 (UTC) Cc: storm@cua.dk, Richard Stallman , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 18 12:16:20 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OPYcP-0001Pe-K0 for ged-emacs-devel@m.gmane.org; Fri, 18 Jun 2010 12:16:17 +0200 Original-Received: from localhost ([127.0.0.1]:46719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPYcK-0003zT-M3 for ged-emacs-devel@m.gmane.org; Fri, 18 Jun 2010 06:16:09 -0400 Original-Received: from [140.186.70.92] (port=54756 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPYbw-0003nZ-Lw for emacs-devel@gnu.org; Fri, 18 Jun 2010 06:15:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPYbk-0007a1-90 for emacs-devel@gnu.org; Fri, 18 Jun 2010 06:15:33 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:50427) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPYbk-0007Za-42; Fri, 18 Jun 2010 06:15:32 -0400 Original-Received: by bwz4 with SMTP id 4so299425bwz.0 for ; Fri, 18 Jun 2010 03:15:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=yJ/aDOSYMcEU8bFp9vILqYjL0tze0kd6Er9ZYAAEe5k=; b=bKWyeK8vHUibzZtlK5Ggj3kGJ6Ug8tTlPOBZPuDTnH1LzMcL7lIzTYOIGK21KJs9LM XEtSkKMnmzLwJ6b0whY0RLLtguZudU/JnzoUG8IZROXjCbIrtJzc7nPcCP3pE36toRFK Qu3l1vw2FuRQLLNE4qJuzLGX987KUyJBKkY8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=WBbTNy/coMVbrnXM6c+Ziv9c4Lf5TyHVfPZfvKbjcdaHSlmMwtwT6FPJFLK+2BIV3A h52OMOT4pRKKLMDFAghI8xI1zxk49gpJdnRVsJJBF/WqAGXBAQYQMd3mIYoYomjBtXPl S3XN9GvPOt29sXDMzdV1nfdPBW3zAoSZpa+Go= Original-Received: by 10.204.81.150 with SMTP id x22mr629941bkk.101.1276856130202; Fri, 18 Jun 2010 03:15:30 -0700 (PDT) Original-Received: by 10.204.32.5 with HTTP; Fri, 18 Jun 2010 03:15:09 -0700 (PDT) In-Reply-To: <83631gixa4.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:126143 Archived-At: On Fri, Jun 18, 2010 at 10:02, Eli Zaretskii wrote: > This I can at least understand. =C2=A0AFAIU, this is not the solution tha= t > Lennart is trying to implement, at least his patch does not (and > cannot) do it. Yes, I know. > What you want is clear, but I don't think it's possible without > redesigning Emacs. Which is likely too much work for little gain, so I'm not really pushing for this to be implemented; fortunately my computer can currently keep up with scrolling. Juanma