From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.help Subject: Re: moving between buffers side-by-side using the keyboard Date: Thu, 16 Feb 2017 05:44:47 +0100 Message-ID: <87a89meocg.fsf@jane> References: <87inobslll.fsf@skimble.plus.com> <87a89nzlmm.fsf@skimble.plus.com> <87efyzk4p7.fsf@fastmail.fm> <87k28rimsk.fsf@skimble.plus.com> <60a47df2-c660-4be7-88ad-03e0d1185053@default> <87h93v5veo.fsf@skimble.plus.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1487220283 30479 195.159.176.226 (16 Feb 2017 04:44:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 16 Feb 2017 04:44:43 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 26.0.50.5 Cc: Joost Kremers , help-emacs , Filipe Silva , Sharon Kimble To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 16 05:44:37 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ceDvo-0007P5-6m for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Feb 2017 05:44:36 +0100 Original-Received: from localhost ([::1]:44536 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceDvu-0001VS-3U for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2017 23:44:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceDvW-0001VL-Qr for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 23:44:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceDvS-0006eQ-T4 for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 23:44:18 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:39540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceDvS-0006eA-MW for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 23:44:14 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id D08ADE6A67; Thu, 16 Feb 2017 05:44:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ebBYKSLesOTj; Thu, 16 Feb 2017 05:44:09 +0100 (CET) Original-Received: from localhost (static-dwadziewiec-jedenpiec7.echostar.pl [109.232.29.157]) by mail.mojserwer.eu (Postfix) with ESMTPSA id B72B4E6279; Thu, 16 Feb 2017 05:44:08 +0100 (CET) In-reply-to: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.110.48.8 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112335 Archived-At: On 2017-02-15, at 17:07, Drew Adams wrote: > It _seems_ slow at first. And yes, it's dumb. But it's power is > exponential - it quickly gets very quick. ;-) Think of the old > story of doubling the grains of rice on a chessboard. Yes, at > first it seems like very little rice is involved... > > The slowest part of this particular binary search is to restart > Emacs each time, after you've commented out part of your init > file. But the more that is commented out, the closer the startup > becomes to a virgin startup (i.e., `emacs -Q': no init file). Also, see https://github.com/Malabarba/elisp-bug-hunter for a way to automate the dumb part. Best, -- Marcin Borkowski