From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: erc and notify-via-dbus breaks scroll position in channel buffers Date: Fri, 14 Jun 2013 09:09:28 +0200 Message-ID: <87y5adjhhz.fsf@gmx.de> References: <20130613145738.3b88cae7@limelight.wooz.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371193784 14769 80.91.229.3 (14 Jun 2013 07:09:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Jun 2013 07:09:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Barry Warsaw Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 14 09:09:44 2013 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 1UnO8m-0001F8-4f for ged-emacs-devel@m.gmane.org; Fri, 14 Jun 2013 09:09:44 +0200 Original-Received: from localhost ([::1]:59213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnO8l-0007aQ-AG for ged-emacs-devel@m.gmane.org; Fri, 14 Jun 2013 03:09:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnO8h-0007Zt-Kk for emacs-devel@gnu.org; Fri, 14 Jun 2013 03:09:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnO8g-0006fe-Ce for emacs-devel@gnu.org; Fri, 14 Jun 2013 03:09:39 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:51068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnO8g-0006fZ-34 for emacs-devel@gnu.org; Fri, 14 Jun 2013 03:09:38 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.33]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LlKzA-1UEbos3tqg-00b29i for ; Fri, 14 Jun 2013 09:09:36 +0200 Original-Received: (qmail invoked by alias); 14 Jun 2013 07:09:36 -0000 Original-Received: from p5DCA3101.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [93.202.49.1] by mail.gmx.net (mp033) with SMTP; 14 Jun 2013 09:09:36 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX188ZY0aT1k8KS2iuf5WQc+GIsCzxcuqEQQJd/aaid XviSAyzt00yrY/ In-Reply-To: <20130613145738.3b88cae7@limelight.wooz.org> (Barry Warsaw's message of "Thu, 13 Jun 2013 14:57:38 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 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:160430 Archived-At: Barry Warsaw writes: Hi Barry, > I recently upgraded to Emacs 24.3 from 24.2 in Ubuntu 13.10 and I noticed a > weird regression in erc. When someone pinged my nick, the channel buffer > would scroll the current line to the top, so I'd have to manually recenter the > buffer to read the scrollback. This problem has been reported here: . > I'm wondering if anybody has any further ideas about what could be going on. It is fixed in Emacs' trunk. You could apply that patch. > Cheers, > -Barry Best regards, Michael.