From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Segfault in vertical-motion Date: Wed, 07 Sep 2011 23:10:59 +0300 Message-ID: <834o0o6rl8.fsf@gnu.org> References: <4E661865.1040106@gmx.at> <83d3fdk4e3.fsf@gnu.org> <4E666AA6.3050802@gmx.at> <838vq1jwcy.fsf@gnu.org> <4E67AFFF.3090801@gmx.at> <83bouw6wvb.fsf@gnu.org> <4E67BD32.7060002@gmx.at> <837h5k6v0m.fsf@gnu.org> <4E67C219.8030409@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1315426322 9291 80.91.229.12 (7 Sep 2011 20:12:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2011 20:12:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 07 22:11:53 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R1OTP-0005Hu-5P for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2011 22:11:51 +0200 Original-Received: from localhost ([::1]:50462 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1OTO-0004jB-AG for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2011 16:11:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:32980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1OTL-0004hy-OO for emacs-devel@gnu.org; Wed, 07 Sep 2011 16:11:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1OTK-0001D3-4M for emacs-devel@gnu.org; Wed, 07 Sep 2011 16:11:47 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:55665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1OTJ-0001Ci-SQ for emacs-devel@gnu.org; Wed, 07 Sep 2011 16:11:46 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LR6006005C6CL00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Wed, 07 Sep 2011 23:10:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.9.62]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LR60061U5E5CS00@a-mtaout23.012.net.il>; Wed, 07 Sep 2011 23:10:54 +0300 (IDT) In-reply-to: <4E67C219.8030409@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 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:143808 Archived-At: > Date: Wed, 07 Sep 2011 21:12:25 +0200 > From: martin rudalics > CC: emacs-devel@gnu.org > > > Perhaps send me that mode with some simple recipe to see the crawling, > > maybe there's something I can do about it. > > You probably wouldn't understand it. I wrote it years ago and can > hardly remember a thing when looking at it. I'm not really interested in the mode itself, but rather with what it does to display engine. So I will be looking at this at an entirely different level than you seem to think. At that level, it is not important for me to understand what the Lisp code does, just what display feature it uses and what that does to redisplay.