From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 08:57:23 2013 Received: (at submit) by debbugs.gnu.org; 6 Sep 2013 12:57:23 +0000 Received: from localhost ([127.0.0.1]:43586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHvbG-0004ot-Cj for submit@debbugs.gnu.org; Fri, 06 Sep 2013 08:57:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54386) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHvb8-0004oR-KM for submit@debbugs.gnu.org; Fri, 06 Sep 2013 08:57:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHvaw-0007pw-2l for submit@debbugs.gnu.org; Fri, 06 Sep 2013 08:57:07 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHvav-0007pr-Va for submit@debbugs.gnu.org; Fri, 06 Sep 2013 08:57:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHvaq-00010X-76 for bug-gnu-emacs@gnu.org; Fri, 06 Sep 2013 08:57:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHvak-0007nT-Rz for bug-gnu-emacs@gnu.org; Fri, 06 Sep 2013 08:56:56 -0400 Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:42695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHvak-0007n9-LQ for bug-gnu-emacs@gnu.org; Fri, 06 Sep 2013 08:56:50 -0400 Received: by mail-ea0-f170.google.com with SMTP id h14so1596326eak.29 for ; Fri, 06 Sep 2013 05:56:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=C9KfGZmPhzZssImCPsMrwU1DfrDba249vIhqYJ2Fks8=; b=axoUffPv7Ii+tgHJEpZxOTgZ69cBDD9opFjqVeTwStLb/71FRCS94BMGAoR0rBqofX 6dgRNId6U2PKJ70Vi05AsYTS7V8mlG/DqxAXcKy/LiKwrTzxJPKBssDwGkVwS9zt8k0R ODVFO8A++c2WCuOrzVrVbioyZ3vg8cBRb763oLoRD4JhN34OyRcRhZApTu43mIUGD9l7 qeWOSxEx35ELFeDii0Qs0QoX2iO8cjeybHf2DesED6H4KDrTlvTBmp+WCxk8WxEsuEfm DIw/Pht0cutdx1LFZo250MHntdE4tK/asvp4/paf2D8vcNTknodNZRDfTSTRG6NWccn1 KpQQ== X-Received: by 10.14.180.73 with SMTP id i49mr3420576eem.55.1378472209000; Fri, 06 Sep 2013 05:56:49 -0700 (PDT) Received: from dell-14z ([37.160.27.241]) by mx.google.com with ESMTPSA id i1sm4090991eeg.0.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 06 Sep 2013 05:56:48 -0700 (PDT) From: Thierry Volpiatto To: bug-gnu-emacs@gnu.org Subject: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled Date: Fri, 06 Sep 2013 14:56:28 +0200 Message-ID: <871u522jnn.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi, I have a bug in helm since sometime now I am unable to fix: https://github.com/emacs-helm/helm/issues/257 This happen only on Windows system and probably also Mac-Osx. It is not reproductible on GNU/Linux. On Windows (I tried on WindowsXP in a virtualbox) the bug is reproductible only when helm code is compiled. To reproduce, install helm from here: https://github.com/emacs-helm/helm.git compile with make. launch speedbar, and from there start any helm command, the helm-buffer (where helm display its completion) become editable. If you remove all *.elc files and restart Emacs, it is no more reproductible. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 09:29:42 2013 Received: (at 15288) by debbugs.gnu.org; 6 Sep 2013 13:29:43 +0000 Received: from localhost ([127.0.0.1]:43648 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHw6Y-0005cz-6Q for submit@debbugs.gnu.org; Fri, 06 Sep 2013 09:29:42 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:55615) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHw6T-0005ci-1M for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 09:29:38 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MSP00300HGIXW00@a-mtaout21.012.net.il> for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 16:29:30 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MSP003H6HH6X120@a-mtaout21.012.net.il>; Fri, 06 Sep 2013 16:29:30 +0300 (IDT) Date: Fri, 06 Sep 2013 16:29:22 +0300 From: Eli Zaretskii Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled In-reply-to: <871u522jnn.fsf@gmail.com> X-012-Sender: halo1@inter.net.il To: Thierry Volpiatto Message-id: <837geum631.fsf@gnu.org> References: <871u522jnn.fsf@gmail.com> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15288 Cc: 15288@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Thierry Volpiatto > Date: Fri, 06 Sep 2013 14:56:28 +0200 > > I have a bug in helm since sometime now I am unable to fix: > https://github.com/emacs-helm/helm/issues/257 I suggest to post here a full description of the bug. The URL above just points to another bug, and says "similar to ...". This can easily lead to confusion and misunderstandings about what the actual problem is. From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 09:37:56 2013 Received: (at 15288) by debbugs.gnu.org; 6 Sep 2013 13:37:56 +0000 Received: from localhost ([127.0.0.1]:43676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHwEV-0005pT-7f for submit@debbugs.gnu.org; Fri, 06 Sep 2013 09:37:55 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:64918) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHwES-0005pC-66 for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 09:37:53 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MSP00000HOXJM00@a-mtaout20.012.net.il> for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 16:37:45 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MSP0007GHUXAH40@a-mtaout20.012.net.il>; Fri, 06 Sep 2013 16:37:45 +0300 (IDT) Date: Fri, 06 Sep 2013 16:37:37 +0300 From: Eli Zaretskii Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled In-reply-to: <871u522jnn.fsf@gmail.com> X-012-Sender: halo1@inter.net.il To: Thierry Volpiatto Message-id: <834n9ym5pa.fsf@gnu.org> References: <871u522jnn.fsf@gmail.com> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15288 Cc: 15288@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Thierry Volpiatto > Date: Fri, 06 Sep 2013 14:56:28 +0200 > > If you remove all *.elc files and restart Emacs, it is no more reproductible. The long discussion in the issue tracker seems to suggest that byte-compiling *.el files on Windows has something to do with this. Did anyone try copying *.elc files compiled on Unix to Windows, and re-running the test case? Or just comparing the *.elc files compiled on Unix and on Windows? I actually can hardly believe that some problem that is only revealed in byte-compiled code could be Windows specific. There's nothing in the byte-code interpreter that is specific to Windows, AFAIK. From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 10:26:08 2013 Received: (at submit) by debbugs.gnu.org; 6 Sep 2013 14:26:08 +0000 Received: from localhost ([127.0.0.1]:44208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHwz9-00075W-I3 for submit@debbugs.gnu.org; Fri, 06 Sep 2013 10:26:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47843) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHwz7-00074z-An for submit@debbugs.gnu.org; Fri, 06 Sep 2013 10:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHwyv-0004d6-JQ for submit@debbugs.gnu.org; Fri, 06 Sep 2013 10:26:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FSL_HELO_BARE_IP_2,RCVD_NUMERIC_HELO autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHwyv-0004d0-FB for submit@debbugs.gnu.org; Fri, 06 Sep 2013 10:25:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHwyp-0003v6-IF for bug-gnu-emacs@gnu.org; Fri, 06 Sep 2013 10:25:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHwyj-0004c1-Nj for bug-gnu-emacs@gnu.org; Fri, 06 Sep 2013 10:25:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:38995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHwyj-0004bs-1e for bug-gnu-emacs@gnu.org; Fri, 06 Sep 2013 10:25:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VHwyf-0006Lr-Ap for bug-gnu-emacs@gnu.org; Fri, 06 Sep 2013 16:25:37 +0200 Received: from 37.160.27.241 ([37.160.27.241]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Sep 2013 16:25:37 +0200 Received: from thierry.volpiatto by 37.160.27.241 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Sep 2013 16:25:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Thierry Volpiatto Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled Date: Fri, 06 Sep 2013 16:25:20 +0200 Organization: Emacs Helm Lines: 29 Message-ID: <878uza9gdr.fsf@gmail.com> References: <871u522jnn.fsf@gmail.com> <834n9ym5pa.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 37.160.27.241 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:67l91mFgtUbDq44JTg9ijGnjIJo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hi Eli, Eli Zaretskii writes: >> From: Thierry Volpiatto >> Date: Fri, 06 Sep 2013 14:56:28 +0200 >> >> If you remove all *.elc files and restart Emacs, it is no more reproductible. > > The long discussion in the issue tracker seems to suggest that > byte-compiling *.el files on Windows has something to do with this. > Did anyone try copying *.elc files compiled on Unix to Windows, and > re-running the test case? Or just comparing the *.elc files compiled > on Unix and on Windows? No, I didn't try, I will try as soon as possible. > I actually can hardly believe that some problem that is only revealed > in byte-compiled code could be Windows specific. There's nothing in > the byte-code interpreter that is specific to Windows, AFAIK. Yes I don't see the relation, why I asked you what you think about it. Thanks. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 10:50:16 2013 Received: (at 15288) by debbugs.gnu.org; 6 Sep 2013 14:50:16 +0000 Received: from localhost ([127.0.0.1]:44278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHxMU-0007it-Uy for submit@debbugs.gnu.org; Fri, 06 Sep 2013 10:50:15 -0400 Received: from mail-ea0-f181.google.com ([209.85.215.181]:37879) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHxMS-0007iE-7b for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 10:50:12 -0400 Received: by mail-ea0-f181.google.com with SMTP id d10so1643309eaj.26 for <15288@debbugs.gnu.org>; Fri, 06 Sep 2013 07:50:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=65S7bTSSjb+fy8weWV7clQMOuKAlUjgGWjm+1WmpHsc=; b=mmG7bqDb68FqFCWDBE8SRvDqYL9+tarMp1pQK/mtZiX+iclal+HPyc004dBTqH3aHz oVTaLvjRvMhlkCj1vXUwrP1dd9DfHZqJoOsJvcDmhMhuaACtO+EDmEMbYqU+iUjzLeuY HvZqsjAoWXHYGZ7/fuTpTWwgzWm6yAZ+qn0vhVJ+6RcW5GcTF7HTO9Fs/rR1ShU/KS6S HnvK058ApYxyRBYMrI5Nnx3igq5Y9rChvDAI8cpKPgldWaaCOryU7PFxZfcaNpB3NN+l DHsNfpYQ4vsKOGeL7XZVhcjzmnaoOWbBlnvLCdYUEtZZslusFcvgG+pXcXszJB4p/TNn Ohnw== X-Received: by 10.14.207.132 with SMTP id n4mr47973eeo.102.1378479005930; Fri, 06 Sep 2013 07:50:05 -0700 (PDT) Received: from dell-14z ([37.160.27.241]) by mx.google.com with ESMTPSA id r48sm351777eev.14.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 06 Sep 2013 07:50:05 -0700 (PDT) From: Thierry Volpiatto To: Eli Zaretskii Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled Organization: Emacs Helm References: <871u522jnn.fsf@gmail.com> <834n9ym5pa.fsf@gnu.org> Date: Fri, 06 Sep 2013 16:49:55 +0200 In-Reply-To: <834n9ym5pa.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 06 Sep 2013 16:37:37 +0300") Message-ID: <87hadyypgs.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 15288 Cc: 15288@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Eli Zaretskii writes: >> From: Thierry Volpiatto >> Date: Fri, 06 Sep 2013 14:56:28 +0200 >> >> If you remove all *.elc files and restart Emacs, it is no more reproductible. > > The long discussion in the issue tracker seems to suggest that > byte-compiling *.el files on Windows has something to do with this. > Did anyone try copying *.elc files compiled on Unix to Windows, and > re-running the test case? After copying all the *.elc files compiled on my GNU/linux box to the helm directory on WindowsXP the problem is gone. Both version on GNU/linux and WindowsXP are 24.3.1. > Or just comparing the *.elc files compiled on Unix and on Windows? >From my GNU/Linux box: (setenv "LANG" "C") --8<---------------cut here---------------start------------->8--- diff -c /home/thierry/elisp/helm/helm.elc /home/thierry/sharevbox/helm.elc Binary files /home/thierry/elisp/helm/helm.elc and /home/thierry/sharevbox/helm.elc differ Diff finished (diff error). Fri Sep 6 16:46:22 2013 --8<---------------cut here---------------end--------------->8--- Is there special recommendation to diff binary files? > I actually can hardly believe that some problem that is only revealed > in byte-compiled code could be Windows specific. There's nothing in > the byte-code interpreter that is specific to Windows, AFAIK. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 11:04:54 2013 Received: (at 15288) by debbugs.gnu.org; 6 Sep 2013 15:04:54 +0000 Received: from localhost ([127.0.0.1]:44309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHxaf-000869-Ti for submit@debbugs.gnu.org; Fri, 06 Sep 2013 11:04:54 -0400 Received: from relais.videotron.ca ([24.201.245.36]:45551) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHxae-000862-OV for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 11:04:53 -0400 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from ceviche.home ([24.203.189.74]) by VL-VM-MR002.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0MSP002LJLW4OW00@VL-VM-MR002.ip.videotron.ca> for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 11:04:52 -0400 (EDT) Received: by ceviche.home (Postfix, from userid 20848) id 647F766086; Fri, 06 Sep 2013 11:04:54 -0400 (EDT) From: Stefan Monnier To: Thierry Volpiatto Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled Message-id: References: <871u522jnn.fsf@gmail.com> <834n9ym5pa.fsf@gnu.org> <87hadyypgs.fsf@gmail.com> Date: Fri, 06 Sep 2013 11:04:54 -0400 In-reply-to: <87hadyypgs.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15288 Cc: Eli Zaretskii , 15288@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Is there special recommendation to diff binary files? "diff --text". After all .elc files are only somewhat binary. Stefan From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 11:42:36 2013 Received: (at 15288) by debbugs.gnu.org; 6 Sep 2013 15:42:37 +0000 Received: from localhost ([127.0.0.1]:44408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHyB9-0000av-Ii for submit@debbugs.gnu.org; Fri, 06 Sep 2013 11:42:36 -0400 Received: from mail-ee0-f48.google.com ([74.125.83.48]:39524) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHyB6-0000af-I1 for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 11:42:33 -0400 Received: by mail-ee0-f48.google.com with SMTP id l10so1679389eei.7 for <15288@debbugs.gnu.org>; Fri, 06 Sep 2013 08:42:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=kAdybTCjn/Q0C6PuOrfJhtsgJbPknkryxKyDpRE/1fQ=; b=BQWBatzQwfKjG6Q38Wqt2VExE3w3LMYdn/0OdYi/aigDsL+pQJMjHa9n5CRxhd/IV4 5qXMbrTaV2o1FSBBGuM8uds5yfzg8vkYNDhbV35JYD+GsJJmniRuayzpcOKyrBa09Yd9 XUmyjRcYJ2QfMsiD2avUA5jVCOJRMced79pCh81jRwGuqD1C5CAT49a5z3hguS78pcHr CAy2KHmx1OGmfzBrXhm7T2pF3U8oE+7Sc9waGc/AtZzY/GH987nqd5xk5Eq8NSAwD94b CQ1XSJcd0sOgJG6YsVPYngU7S/Fitg967Jd3ua5AdvdG3ELN/fYthk5iBQqWvTP+qFHT lAhg== X-Received: by 10.15.64.1 with SMTP id n1mr4960756eex.15.1378482146554; Fri, 06 Sep 2013 08:42:26 -0700 (PDT) Received: from dell-14z ([37.160.27.241]) by mx.google.com with ESMTPSA id h52sm2343029eez.3.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 06 Sep 2013 08:42:25 -0700 (PDT) From: Thierry Volpiatto To: Stefan Monnier Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled Organization: Emacs Helm References: <871u522jnn.fsf@gmail.com> <834n9ym5pa.fsf@gnu.org> <87hadyypgs.fsf@gmail.com> Date: Fri, 06 Sep 2013 17:41:54 +0200 In-Reply-To: (Stefan Monnier's message of "Fri, 06 Sep 2013 11:04:54 -0400") Message-ID: <8761ue3qkd.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Debbugs-Envelope-To: 15288 Cc: Eli Zaretskii , 15288@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" --=-=-= Content-Type: text/plain Stefan Monnier writes: >> Is there special recommendation to diff binary files? > > "diff --text". After all .elc files are only somewhat binary. Thanks, attached the diff of GNU/Linux:helm.elc<=>Windows:helm.elc. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=helmbin.diff Content-Transfer-Encoding: quoted-printable 2,3c2,4 < ;;; Compiled < ;;; in Emacs version 24.3.50.1 --- > ;;; Compiled by thierry@MAISON-H83LGTUS on Fri Sep 06 16:39:36 2013 > ;;; from file c:/Program Files/emacs-24.3-bin-i386/emacs-24.3/site-lisp/h= elm/helm.el > ;;; in Emacs version 24.2.1 33c34 < (defalias 'helm-define-multi-key #[(keymap key functions &optional delay)= "\304 \305\n=0B\"#\207" [keymap key functions delay define-key helm-make-= multi-command] 6 (#$ . 428)]) --- > (defalias 'helm-define-multi-key #[(keymap key functions &optional delay)= "\304 \305\n=0B\"#\207" [keymap key functions delay define-key helm-make-= multi-command] 6 (#$ . 565)])(if macro-declaration-function (funcall macro-= declaration-function (quote helm-multi-key-defun) (quote (declare (indent 2= ))))) 37,38c38 < (defalias 'helm-multi-key-defun '(macro . #[(name docstring funs &optiona= l delay) "\203\n=00\304P\202=0B=00\305=10\306\307 D\310\n=0BEF\207" [doc= string name funs delay "\n\n" "This is a helmish multi-key command." defali= as quote helm-make-multi-command] 5 (#$ . 1230)])) < (put 'helm-multi-key-defun 'lisp-indent-function 2) --- > (defalias 'helm-multi-key-defun '(macro . #[(name docstring funs &optiona= l delay) "\203\n=00\304P\202=0B=00\305=10\306\307 D\310\n=0BEF\207" [doc= string name funs delay "\n\n" "This is a helmish multi-key command." defali= as quote helm-make-multi-command] 5 (#$ . 1493)])) 41,42c41 < (defalias 'helm-make-multi-command #[(functions &optional delay) "\306\30= 7!\306\310!\306\311!=18=19\211=1A\211=1B\fL\210) \211=1D\312\313!L\210)\21= 1=1E=16=0E=17L\210)\314\315 J\316E!\210\317\320\321\322\323\324D\323D\323 = D\323\nD\325\257=06F+\207" [#1=3D#:--cl-timeout-- #2=3D#:--cl-iter-- #3=3D#= :--cl-funs-- #4=3D#:v functions #5=3D#:v make-symbol "--funs--" "--iter--" = "--timeout--" gensym "helm-iter-key" eval defvar nil lambda (&rest --cl-res= t--) (interactive) apply quote #[(#6=3D#:G59421 #7=3D#:G59422 #8=3D#:G59423= ) "\303J J\nJ#\207" [#8# #7# #6# helm-run-multi-key-command] 4] --cl-rest-= - #9=3D#:v delay] 10 (#$ . 1683)]) < (put 'helm-make-multi-command 'lisp-indent-function 1) --- > (defalias 'helm-make-multi-command #[(functions &optional delay) "\305\30= 6!\305\307!\305\310!=18=19\211=1A=0BL\210 \311\312!L\210\fL\210\313\314 J\= 315E!\210\316\317\320\321\322\323D\322D\322 D\322\nD\324\257=06F+\207" [#1= =3D#:--cl-timeout-- #2=3D#:--cl-iter-- #3=3D#:--cl-funs-- functions delay m= ake-symbol "--funs--" "--iter--" "--timeout--" gensym "helm-iter-key" eval = defvar nil lambda (&rest --cl-rest--) (interactive) apply quote #[(#4=3D#:G= 84924 #5=3D#:G84925 #6=3D#:G84926) "\303J J\nJ#\207" [#6# #5# #4# helm-run= -multi-key-command] 4] --cl-rest--] 10 (#$ . 1894)]) 45c44 < (defalias 'helm-iter-list #[(seq) "\303\304!\211=18\211=19\nL\210)\305\30= 6\307\310\311D\310D\312FE)\207" [#1=3D#:--cl-lis-- #2=3D#:v seq make-symbo= l "--lis--" lambda (&rest --cl-rest--) apply quote #[(#3=3D#:G59424) "J@= =19\211=1AJAL\210) )\207" [#3# elm #4=3D#:v] 3] --cl-rest--] 7 (#$ . 2982= )]) --- > (defalias 'helm-iter-list #[(seq) "\302\303!\211=18 L\210\304\305\306\307= \310D\307D\311FE)\207" [#1=3D#:--cl-lis-- seq make-symbol "--lis--" lambda= (&rest --cl-rest--) apply quote #[(#2=3D#:G84927) "J@=19\211JAL\210 )\20= 7" [#2# elm] 2] --cl-rest--] 7 (#$ . 3097)]) 47c46 < (defalias 'helm-iter-next #[(iterator) " \207" [iterator] 1 (#$ . 3308)]= ) --- > (defalias 'helm-iter-next #[(iterator) " \207" [iterator] 1 (#$ . 3399)]= ) 50,51c49,186 < (defvar helm-map (byte-code "\305 =18\306 \"\210\307\310\311#\210\307\= 312\313#\210\307\314\311#\210\307\315\313#\210\307\316\317#\210\307\320= \321#\210\307\322\317#\210\307\323\321#\210\307\324\325#\210\307\326\32= 7#\210\307\330\331#\210\307\332\333#\210\307\334\335#\210\307\336\337#\= 210\307\340\341#\210\307\342\343#\210\307\344\345#\210\307\346\347#\210= \307\350\333#\210\307\351\352#\210\307\353\354#\210\307\355\356#\210\30= 7\357\356#\210\307\360\361#\210\307\362\361#\210\307\363\361#\210\307\= 364\356#\210\307\365\361#\210\307\366\367#\210\307\370\367#\210\307\371= \372#\210\307\373\374#\210\307\375\376#\210\307\377\201@=00#\210\307\20= 1A=00\201B=00#\210\307\201C=00\201D=00#\210\307\201E=00\201F=00#\210\307= \201G=00\201H=00#\210\307\201I=00\201J=00#\210\307\201K=00\201L=00#\210\3= 07\201M=00\201N=00#\210\307\201O=00\201N=00#\210\307\201P=00\201N=00#\21= 0\307\201Q=00\201R=00#\210\307\201S=00\201T=00#\210\307\201U=00\201V=00#= \210\307\201W=00\201X=00#\210\307\201Y=00\201Z=00#\210\307\201[=00\201\\= =00#\210\307\201]=00\201^=00#\210\307\201_=00\201`=00#\210\307\201a=00\2= 01b=00#\210\307\201c=00\201d=00#\210\307\201e=00\201f=00#\210\307\201g= =00\201h=00#\210\307\201i=00\201j=00#\210\307\201k=00\201N=00#\210\307\2= 01l=00\201m=00#\210\307\201n=00\201N=00#\210\307\201n=00\201o=00#\210\307= \201p=00\201q=00#\210\307\201r=00\201N=00#\210\307\201s=00\201N=00#\210\= 201t=00\201u=00\n\"\201q=00=1B\211=1C\203=1B=02\f@=13\307=0B\201v=00#\210\= fA\211=14\204 =02*)\207" [map minibuffer-local-map global-map k --dolist-t= ail-- make-sparse-keymap set-keymap-parent define-key [down] helm-next-line= [up] helm-previous-line "=0E" "=10" [prior] helm-previous-page [next] helm= -next-page [134217846] "=16" [134217788] helm-beginning-of-buffer [13421779= 0] helm-end-of-buffer "=07" helm-keyboard-quit [right] helm-next-source [le= ft] helm-previous-source "=0D" helm-exit-minibuffer " " helm-select-action = "=1A" helm-execute-persistent-action "=05" helm-select-2nd-action-or-end-of= -line "\n" helm-select-3rd-action "=0F" "\f" helm-recenter-top-bottom-other= -window [134217740] helm-reposition-window-other-window [134217750] helm-sc= roll-other-window [M-next] [134217753] helm-scroll-other-window-down [16777= 2182] [M-prior] [C-M-down] [C-M-up] [67108896] helm-toggle-visible-mark [13= 4217760] [134217819] helm-prev-visible-mark [134217821] helm-next-visible-m= ark "=0B" helm-delete-minibuffer-contents "=18=06" helm-quit-and-find-file = [134217837] helm-toggle-all-marks [134217825] helm-mark-all [134217845] hel= m-unmark-all "=17" helm-yank-text-at-point [134217729] helm-show-all-in-thi= s-source-only [134217733] helm-display-all-sources "=12" undefined "=13" [1= 34217843] [67108989] helm-narrow-window [67108987] helm-enlarge-window "=03= -" helm-swap-windows "=03=04" helm-delete-current-selection "=03=19" helm-y= ank-selection "=03=0B" helm-kill-selection-and-quit "=03=06" helm-follow-mo= de "=03=15" helm-force-update [134217840] previous-history-element [1342178= 38] next-history-element [67108897] helm-toggle-suspend-update "=18b" helm-= resume-previous-session-after-quit "=18=02" helm-resume-list-buffers-after-= quit [C-tab] "=14" helm-toggle-resplit-and-swap-windows "=04" helm-debug-o= utput [f1] nil "" "h" where-is-internal describe-mode helm-help] 5) (#$ = . 3742)) < (byte-code "\300\301\302\303\304\305\306\307&=07\210\310\311\312\313\306\= 301\314\315&=07\210\310\316\317\320\306\301\314\321&=07\210\310\322\323\324= \306\301\314\325&=07\210\310\326\327\330\306\301\314\331&=07\210\310\332\33= 3\334\306\301\314\331&=07\210\310\335\302\336\306\301\314\321&=07\210\337\3= 40\335\"\210\341\340\335\342#\210\310\343\302\344\306\301\314\321&=07\210\3= 10\345\346\347\306\301\314\350&=07\210\310\351\352\353\306\301\314\354&=07\= 210\310\355\302\356\306\301\314\321&=07\210\310\357\302\360\306\301\314\315= &=07\210\310\361\362\363\306\301\314\364&=07\210\310\365\366\367\306\301\31= 4\370&=07\210\310\371\372\373\306\301\314\364&=07\210\310\374\302\375\306\3= 01\314\321&=07\210\310\376\377\201@=00\306\301\314\201A=00&=07\210\310\201B= =00\201C=00\201D=00\306\301\314\364&=07\210\310\201E=00\302\201F=00\306\301= \314\321&=07\210\310\201G=00\302\201H=00\306\301\314\321&=07\210\310\201I= =00\201J=00\201K=00\306\301\314\201L=00&=07\210\310\201M=00\317\201N=00\306= \301\314\321&=07\210\310\201O=00\302\201P=00\306\301\314\321&=07\210\310\20= 1Q=00\302\201R=00\306\301\314\321&=07\210\201S=00\201T=00\201U=00\201V=00\3= 06\301%\210\201S=00\201W=00\201X=00\201Y=00\306\301%\210\201S=00\201Z=00\20= 1[=00\201\\=00\306\301%\210\201S=00\201]=00\201^=00\201_=00\306\301%\210\20= 1S=00\201`=00\201a=00\201b=00\306\301%\210\201S=00\201c=00\201d=00\201e=00\= 306\301%\210\201S=00\201f=00\201g=00\201h=00\306\301%\207" [custom-declare-= group helm nil "Open helm." :prefix "helm-" :group convenience custom-decla= re-variable helm-completion-window-scroll-margin 5 " `scroll-margin' to use= for helm completion window.\nWhich see. Set to 0 to disable.\nNOTE: This = have no effect when `helm-display-source-at-screen-top'\nid non--nil." :typ= e integer helm-display-source-at-screen-top t "Display candidates at the to= p of screen.\nThis happen when using `helm-next-source' and `helm-previous-= source'.\nNOTE: When non--nil (default) disable `helm-completion-window-scr= oll-margin'." boolean helm-candidate-number-limit 100 "Limit candidate numb= er globally.\nDo not show more candidates than this limit from individual s= ources.\nIt is usually pointless to show hundreds of matches\nwhen the patt= ern is empty, because it is much simpler to type a\nfew characters to narro= w down the list of potential candidates.\n\nSet it to nil if you don't want= this limit." (choice (const :tag "Disabled" nil) integer) helm-idle-delay = 0.1 "Be idle for this many seconds, before updating in delayed sources.\nTh= is is useful for sources involving heavy operations\n(like launching extern= al programs), so that candidates\nfrom the source are not retrieved unneces= sarily if the user keeps typing.\n\nIt also can be used to declutter the re= sults helm displays,\nso that results from certain sources are not shown wi= th every\ncharacter typed, only if the user hesitates a bit.\nBe sure to kn= ow what you are doing when modifying this." float helm-input-idle-delay 0.1= "Be idle for this many seconds, before updating.\n\nUnlike `helm-idle-dela= y', it is also effective for non-delayed sources.\nIf nil, candidates are c= ollected immediately.\n\nNote: If this value is too low compared to `helm-= idle-delay',\nyou may have duplicated sources when using multiples sources.= \nSafe value is always >=3D `helm-idle-delay'.\nDefault settings are equal = value for both.\nBe sure to know what you are doing when modifying this." h= elm-full-frame "Use current window to show the candidates.\nIf t then Helm = doesn't pop up a new window." defvaralias helm-samewindow make-obsolete-var= iable "1.4.8.1" helm-quick-update "If non-nil, suppress displaying sources = which are out of screen at first.\nThey are treated as delayed sources at t= his input.\nThis flag makes `helm' a bit faster with many sources." helm-ca= ndidate-separator "--------------------" "Candidates separator of `multilin= e' source." string helm-save-configuration-functions '(set-window-configura= tion . current-window-configuration) "The functions used to restore/save wi= ndow or frame configurations.\nIt is a pair where the car is the function t= o restore window or frame config,\nand the cdr is the function to save the = window or frame config.\n\nIf you want to save and restore frame configurat= ion, set this variable to\n '(set-frame-configuration . current-frame-confi= guration)\nNOTE: This may not work properly with own-frame minibuffer setti= ngs.\nOlder version saves/restores frame configuration, but the default is = changed now\nbecause flickering can occur in some environment." sexp helm-p= ersistent-action-use-special-display "If non-nil, use `special-display-func= tion' in persistent action." helm-scroll-amount "Scroll amount when scrolli= ng other window in an helm session.\nIt is used by `helm-scroll-other-windo= w'\nand `helm-scroll-other-window-down'.\n\nIf you prefer scrolling line by= line, set this value to 1." helm-display-function 'helm-default-display-bu= ffer "Function to display *helm* buffer.\nIt is `helm-default-display-buffe= r' by default,\nwhich affects `helm-full-frame'." symbol helm-case-fold-sea= rch 'smart "Add 'smart' option to `case-fold-search'.\nWhen smart is enable= d, ignore case in the search strings\nif pattern contains no uppercase char= acters.\nOtherwise, with a nil or t value, the behavior is same as\n`case-f= old-search'.\nDefault value is smart, other possible values are nil and t.\= nNOTE: This have no effect in asynchronous sources, you will\nhave to imple= ment a similar feature directly in the process.\nSee in helm-grep.el how it= is implemented." (choice (const :tag "Ignore case" t) (const :tag "Respect= case" nil) (other :tag "Smart" 'smart)) helm-file-name-case-fold-search (i= f (memq system-type '(cygwin windows-nt ms-dos darwin)) t helm-case-fold-se= arch) "Local setting of `helm-case-fold-search' for reading filenames.\n\nS= ee `helm-case-fold-search' for more info." helm-reuse-last-window-split-sta= te "Reuse the last state of window split, vertical or horizontal.\nThat is = when you use `helm-toggle-resplit-window' the next helm session\nwill reuse= the same window scheme than the one of last session." helm-split-window-pr= eferred-function 'helm-split-window-default-fn "Default function used for s= plitting window." function helm-split-window-default-side 'below "The defau= lt side to display `helm-buffer'.\nMust be one acceptable arg for `split-wi= ndow' SIDE,\nthat is 'below, 'above, 'left or 'right.\nAnother acceptable v= alue is 'same which always display `helm-buffer'\nin current window.\nA nil= value as same effect as 'below.\nIf `helm-full-frame' is non--nil, it take= precedence on this.\n\nSee also `helm-split-window-in-side-p'.\n\nNOTE: th= is have no effect if `helm-split-window-preferred-function' is not\n`helm-s= plit-window-default-fn' unless this new function handle this." helm-split-w= indow-in-side-p "Force splitting inside selected window when non--nil.\nSee= also `helm-split-window-default-side'.\n\nNOTE: this have no effect if `he= lm-split-window-preferred-function' is not\n`helm-split-window-default-fn' = unless this new function handle this." helm-always-two-windows "When non--n= il helm will use two windows in this frame.\nThat is one window to display = `helm-buffer' and one to display\n`helm-current-buffer'.\nNote: this have n= o effect when `helm-split-window-in-side-p' is non--nil,\nor when `helm-spl= it-window-default-side' is set to 'same." helm-sources-using-default-as-inp= ut '(helm-source-imenu helm-source-info-elisp helm-source-etags-select) "Li= st of helm sources that need to use `helm-maybe-use-default-as-input'.\nWhe= n a source is member of this list, default `thing-at-point'\nwill be used a= s input." (repeat (choice symbol)) helm-never-delay-on-input "Globally disa= ble the use of `while-no-input' in all sources when non--nil.\nThis can be = done individually by source adding the attribute\n`no-delay-on-input' in so= urce. This have no effect on async source\nthat are not using `while-no-inp= ut'.\nIt is disabled by default because it is not supported on some system\= nlike \"Mac Osx\" but it is a good idea to enable it if\nsupported by your = system. Known to works fine on GNU/Linux and Windows." helm-delete-minibuff= er-contents-from-point "When non--nil, `helm-delete-minibuffer-contents' de= lete region from `point'.\nOtherwise (default) delete `minibuffer-contents'= ." helm-follow-mode-persistent "Retrieve last state of `helm-follow-mode' i= n next helm session when non--nil.\nThis will not make it persistent throug= h emacs sessions though,\nyou will have to set explicitely the `follow' att= ribute in the source where\nyou want this mode enabled definitely." custom-= declare-face helm-source-header ((((background dark)) :background "#2208339= 7778B" :foreground "white" :weight bold :height 1.3 :family "Sans Serif") (= ((background light)) :background "#abd7f0" :foreground "black" :weight bold= :height 1.3 :family "Sans Serif")) "Face for source header in the helm buf= fer." helm-visible-mark ((((min-colors 88) (background dark)) (:background = "green1" :foreground "black")) (((background dark)) (:background "green" :f= oreground "black")) (((background light)) :background "#d1f5ea") (((min-col= ors 88)) (:background "green1")) (t (:background "green"))) "Face for visib= le mark." helm-header ((t (:inherit header-line))) "Face for header lines i= n the helm buffer." helm-candidate-number ((((background dark)) :background= "Yellow" :foreground "black") (((background light)) :background "#faffb5" = :foreground "black")) "Face for candidate number in mode-line." helm-select= ion ((((background dark)) :background "ForestGreen" :underline t) (((backgr= ound light)) :background "#b5ffd1" :underline t)) "Face for currently selec= ted item in the helm buffer." helm-separator ((((background dark)) :foregro= und "red") (((background light)) :foreground "#ffbfb5")) "Face for multilin= e source separator." helm-action ((t (:underline t))) "Face for action line= s in the helm action buffer."] 8) --- > (defvar helm-map (byte-code "\305 =18\306 \"\210\307\310\311#\210\307\= 312\313#\210\307\314\311#\210\307\315\313#\210\307\316\317#\210\307\320= \321#\210\307\322\317#\210\307\323\321#\210\307\324\325#\210\307\326\32= 7#\210\307\330\331#\210\307\332\333#\210\307\334\335#\210\307\336\337#\= 210\307\340\341#\210\307\342\343#\210\307\344\345#\210\307\346\347#\210= \307\350\333#\210\307\351\352#\210\307\353\354#\210\307\355\356#\210\30= 7\357\356#\210\307\360\361#\210\307\362\361#\210\307\363\361#\210\307\= 364\356#\210\307\365\361#\210\307\366\367#\210\307\370\367#\210\307\371= \372#\210\307\373\374#\210\307\375\376#\210\307\377\201@=00#\210\307\20= 1A=00\201B=00#\210\307\201C=00\201D=00#\210\307\201E=00\201F=00#\210\307= \201G=00\201H=00#\210\307\201I=00\201J=00#\210\307\201K=00\201L=00#\210\3= 07\201M=00\201N=00#\210\307\201O=00\201N=00#\210\307\201P=00\201N=00#\21= 0\307\201Q=00\201R=00#\210\307\201S=00\201T=00#\210\307\201U=00\201V=00#= \210\307\201W=00\201X=00#\210\307\201Y=00\201Z=00#\210\307\201[=00\201\\= =00#\210\307\201]=00\201^=00#\210\307\201_=00\201`=00#\210\307\201a=00\2= 01b=00#\210\307\201c=00\201d=00#\210\307\201e=00\201f=00#\210\307\201g= =00\201h=00#\210\307\201i=00\201j=00#\210\307\201k=00\201N=00#\210\307\2= 01l=00\201m=00#\210\307\201n=00\201N=00#\210\307\201n=00\201o=00#\210\307= \201p=00\201q=00#\210\307\201r=00\201N=00#\210\307\201s=00\201N=00#\210\= 201t=00\201u=00\n\"\201q=00=1B\211=1C\203=1B=02\f@=13\307=0B\201v=00#\210\= fA\211=14\204 =02*)\207" [map minibuffer-local-map global-map k #1=3D#:--c= l-dolist-temp-- make-sparse-keymap set-keymap-parent define-key [down] helm= -next-line [up] helm-previous-line "=0E" "=10" [prior] helm-previous-page [= next] helm-next-page [134217846] "=16" [134217788] helm-beginning-of-buffer= [134217790] helm-end-of-buffer "=07" helm-keyboard-quit [right] helm-next-= source [left] helm-previous-source "=0D" helm-exit-minibuffer " " helm-sele= ct-action "=1A" helm-execute-persistent-action "=05" helm-select-2nd-action= -or-end-of-line "\n" helm-select-3rd-action "=0F" "\f" helm-recenter-top-bo= ttom-other-window [134217740] helm-reposition-window-other-window [13421775= 0] helm-scroll-other-window [M-next] [134217753] helm-scroll-other-window-d= own [167772182] [M-prior] [C-M-down] [C-M-up] [67108896] helm-toggle-visibl= e-mark [134217760] [134217819] helm-prev-visible-mark [134217821] helm-next= -visible-mark "=0B" helm-delete-minibuffer-contents "=18=06" helm-quit-and-= find-file [134217837] helm-toggle-all-marks [134217825] helm-mark-all [1342= 17845] helm-unmark-all "=17" helm-yank-text-at-point [134217729] helm-show-= all-in-this-source-only [134217733] helm-display-all-sources "=12" undefine= d "=13" [134217843] [67108989] helm-narrow-window [67108987] helm-enlarge-w= indow "=03-" helm-swap-windows "=03=04" helm-delete-current-selection "=03= =19" helm-yank-selection "=03=0B" helm-kill-selection-and-quit "=03=06" hel= m-follow-mode "=03=15" helm-force-update [134217840] previous-history-eleme= nt [134217838] next-history-element [67108897] helm-toggle-suspend-update "= =18b" helm-resume-previous-session-after-quit "=18=02" helm-resume-list-buf= fers-after-quit [C-tab] "=14" helm-toggle-resplit-and-swap-windows "=04" h= elm-debug-output [f1] nil "" "h" where-is-internal describe-mode helm-he= lp] 5) (#$ . 3833)) > (custom-declare-group 'helm nil "Open helm." :prefix "helm-" :group 'conv= enience) > #@166 `scroll-margin' to use for helm completion window. > Which see. Set to 0 to disable. > NOTE: This have no effect when `helm-display-source-at-screen-top' > id non--nil.=1F > (custom-declare-variable 'helm-completion-window-scroll-margin '5 '(#$ . = 7048) :group 'helm :type 'integer) > #@190 Display candidates at the top of screen. > This happen when using `helm-next-source' and `helm-previous-source'. > NOTE: When non--nil (default) disable `helm-completion-window-scroll-marg= in'.=1F > (custom-declare-variable 'helm-display-source-at-screen-top 't '(#$ . 732= 8) :group 'helm :type 'boolean) > #@328 Limit candidate number globally. > Do not show more candidates than this limit from individual sources. > It is usually pointless to show hundreds of matches > when the pattern is empty, because it is much simpler to type a > few characters to narrow down the list of potential candidates. >=20 > Set it to nil if you don't want this limit.=1F > (custom-declare-variable 'helm-candidate-number-limit '100 '(#$ . 7629) := group 'helm :type '(choice (const :tag "Disabled" nil) integer)) > #@481 Be idle for this many seconds, before updating in delayed sources. > This is useful for sources involving heavy operations > (like launching external programs), so that candidates > from the source are not retrieved unnecessarily if the user keeps typing. >=20 > It also can be used to declutter the results helm displays, > so that results from certain sources are not shown with every > character typed, only if the user hesitates a bit. > Be sure to know what you are doing when modifying this.=1F > (custom-declare-variable 'helm-idle-delay '0.1 '(#$ . 8101) :group 'helm = :type 'float) > #@436 Be idle for this many seconds, before updating. >=20 > Unlike `helm-idle-delay', it is also effective for non-delayed sources. > If nil, candidates are collected immediately. >=20 > Note: If this value is too low compared to `helm-idle-delay', > you may have duplicated sources when using multiples sources. > Safe value is always >=3D `helm-idle-delay'. > Default settings are equal value for both. > Be sure to know what you are doing when modifying this.=1F > (custom-declare-variable 'helm-input-idle-delay '0.1 '(#$ . 8675) :group = 'helm :type 'float) > #@88 Use current window to show the candidates. > If t then Helm doesn't pop up a new window.=1F > (custom-declare-variable 'helm-full-frame 'nil '(#$ . 9209) :group 'helm = :type 'boolean) > (byte-code "\300\301\302\"\210\303\301\302\304#\207" [defvaralias helm-sa= mewindow helm-full-frame make-obsolete-variable "1.4.8.1"] 4) > #@181 If non-nil, suppress displaying sources which are out of screen at = first. > They are treated as delayed sources at this input. > This flag makes `helm' a bit faster with many sources.=1F > (custom-declare-variable 'helm-quick-update 'nil '(#$ . 9527) :group 'hel= m :type 'boolean) > #@45 Candidates separator of `multiline' source.=1F > (custom-declare-variable 'helm-candidate-separator '"--------------------= " '(#$ . 9804) :group 'helm :type 'string) > #@543 The functions used to restore/save window or frame configurations. > It is a pair where the car is the function to restore window or frame con= fig, > and the cdr is the function to save the window or frame config. >=20 > If you want to save and restore frame configuration, set this variable to > '(set-frame-configuration . current-frame-configuration) > NOTE: This may not work properly with own-frame minibuffer settings. > Older version saves/restores frame configuration, but the default is chan= ged now > because flickering can occur in some environment.=1F > (custom-declare-variable 'helm-save-configuration-functions ''(set-window= -configuration . current-window-configuration) '(#$ . 9971) :group 'helm :t= ype 'sexp) > #@66 If non-nil, use `special-display-function' in persistent action.=1F > (custom-declare-variable 'helm-persistent-action-use-special-display 'nil= '(#$ . 10678) :group 'helm :type 'boolean) > #@201 Scroll amount when scrolling other window in an helm session. > It is used by `helm-scroll-other-window' > and `helm-scroll-other-window-down'. >=20 > If you prefer scrolling line by line, set this value to 1.=1F > (custom-declare-variable 'helm-scroll-amount 'nil '(#$ . 10867) :group 'h= elm :type 'integer) > #@117 Function to display *helm* buffer. > It is `helm-default-display-buffer' by default, > which affects `helm-full-frame'.=1F > (custom-declare-variable 'helm-display-function ''helm-default-display-bu= ffer '(#$ . 11167) :group 'helm :type 'symbol) > #@448 Add 'smart' option to `case-fold-search'. > When smart is enabled, ignore case in the search strings > if pattern contains no uppercase characters. > Otherwise, with a nil or t value, the behavior is same as > `case-fold-search'. > Default value is smart, other possible values are nil and t. > NOTE: This have no effect in asynchronous sources, you will > have to implement a similar feature directly in the process. > See in helm-grep.el how it is implemented.=1F > (custom-declare-variable 'helm-case-fold-search ''smart '(#$ . 11410) :gr= oup 'helm :type '(choice (const :tag "Ignore case" t) (const :tag "Respect = case" nil) (other :tag "Smart" 'smart))) > #@109 Local setting of `helm-case-fold-search' for reading filenames. >=20 > See `helm-case-fold-search' for more info.=1F > (custom-declare-variable 'helm-file-name-case-fold-search '(if (memq syst= em-type '(cygwin windows-nt ms-dos darwin)) t helm-case-fold-search) '(#$ .= 12053) :group 'helm :type 'symbol) > #@199 Reuse the last state of window split, vertical or horizontal. > That is when you use `helm-toggle-resplit-window' the next helm session > will reuse the same window scheme than the one of last session.=1F > (custom-declare-variable 'helm-reuse-last-window-split-state 'nil '(#$ . = 12352) :group 'helm :type 'boolean) > #@45 Default function used for splitting window.=1F > (custom-declare-variable 'helm-split-window-preferred-function ''helm-spl= it-window-default-fn '(#$ . 12665) :group 'helm :type 'function) > #@511 The default side to display `helm-buffer'. > Must be one acceptable arg for `split-window' SIDE, > that is 'below, 'above, 'left or 'right. > Another acceptable value is 'same which always display `helm-buffer' > in current window. > A nil value as same effect as 'below. > If `helm-full-frame' is non--nil, it take precedence on this. >=20 > See also `helm-split-window-in-side-p'. >=20 > NOTE: this have no effect if `helm-split-window-preferred-function' is not > `helm-split-window-default-fn' unless this new function handle this.=1F > (custom-declare-variable 'helm-split-window-default-side ''below '(#$ . 1= 2854) :group 'helm :type 'symbol) > #@243 Force splitting inside selected window when non--nil. > See also `helm-split-window-default-side'. >=20 > NOTE: this have no effect if `helm-split-window-preferred-function' is not > `helm-split-window-default-fn' unless this new function handle this.=1F > (custom-declare-variable 'helm-split-window-in-side-p 'nil '(#$ . 13478) = :group 'helm :type 'boolean) > #@274 When non--nil helm will use two windows in this frame. > That is one window to display `helm-buffer' and one to display > `helm-current-buffer'. > Note: this have no effect when `helm-split-window-in-side-p' is non--nil, > or when `helm-split-window-default-side' is set to 'same.=1F > (custom-declare-variable 'helm-always-two-windows 'nil '(#$ . 13829) :gro= up 'helm :type 'boolean) > #@160 List of helm sources that need to use `helm-maybe-use-default-as-in= put'. > When a source is member of this list, default `thing-at-point' > will be used as input.=1F > (custom-declare-variable 'helm-sources-using-default-as-input ''(helm-sou= rce-imenu helm-source-info-elisp helm-source-etags-select) '(#$ . 14207) :g= roup 'helm :type '(repeat (choice symbol))) > #@435 Globally disable the use of `while-no-input' in all sources when no= n--nil. > This can be done individually by source adding the attribute > `no-delay-on-input' in source. This have no effect on async source > that are not using `while-no-input'. > It is disabled by default because it is not supported on some system > like "Mac Osx" but it is a good idea to enable it if > supported by your system. Known to works fine on GNU/Linux and Windows.=1F > (custom-declare-variable 'helm-never-delay-on-input 't '(#$ . 14565) :gro= up 'helm :type 'boolean) > #@128 When non--nil, `helm-delete-minibuffer-contents' delete region from= `point'. > Otherwise (default) delete `minibuffer-contents'.=1F > (custom-declare-variable 'helm-delete-minibuffer-contents-from-point 'nil= '(#$ . 15104) :group 'helm :type 'boolean) > #@258 Retrieve last state of `helm-follow-mode' in next helm session when= non--nil. > This will not make it persistent through emacs sessions though, > you will have to set explicitely the `follow' attribute in the source whe= re > you want this mode enabled definitely.=1F > (custom-declare-variable 'helm-follow-mode-persistent 'nil '(#$ . 15355) = :group 'helm :type 'boolean) > (byte-code "\300\301\302\303\304\305%\210\300\306\307\310\304\305%\210\30= 0\311\312\313\304\305%\210\300\314\315\316\304\305%\210\300\317\320\321\304= \305%\210\300\322\323\324\304\305%\210\300\325\326\327\304\305%\207" [custo= m-declare-face helm-source-header ((((background dark)) :background "#22083= 397778B" :foreground "white" :weight bold :height 1.3 :family "Sans Serif")= (((background light)) :background "#abd7f0" :foreground "black" :weight bo= ld :height 1.3 :family "Sans Serif")) "Face for source header in the helm b= uffer." :group helm helm-visible-mark ((((min-colors 88) (background dark))= (:background "green1" :foreground "black")) (((background dark)) (:backgro= und "green" :foreground "black")) (((background light)) :background "#d1f5e= a") (((min-colors 88)) (:background "green1")) (t (:background "green"))) "= Face for visible mark." helm-header ((t (:inherit header-line))) "Face for = header lines in the helm buffer." helm-candidate-number ((((background dark= )) :background "Yellow" :foreground "black") (((background light)) :backgro= und "#faffb5" :foreground "black")) "Face for candidate number in mode-line= ." helm-selection ((((background dark)) :background "ForestGreen" :underlin= e t) (((background light)) :background "#b5ffd1" :underline t)) "Face for c= urrently selected item in the helm buffer." helm-separator ((((background d= ark)) :foreground "red") (((background light)) :foreground "#ffbfb5")) "Fac= e for multiline source separator." helm-action ((t (:underline t))) "Face f= or action lines in the helm action buffer."] 6) 60c195 < (defvar helm-type-attributes nil (#$ . 16578)) --- > (defvar helm-type-attributes nil (#$ . 17267)) 65c200 < (defvar helm-source-filter nil (#$ . 17001)) --- > (defvar helm-source-filter nil (#$ . 17690)) 67c202 < (defvar helm-action-buffer "*helm action*" (#$ . 17212)) --- > (defvar helm-action-buffer "*helm action*" (#$ . 17901)) 69c204 < (defvar helm-selection-overlay nil (#$ . 17299)) --- > (defvar helm-selection-overlay nil (#$ . 17988)) 71c206 < (defvar helm-async-processes nil (#$ . 17409)) --- > (defvar helm-async-processes nil (#$ . 18098)) 74c209 < (defvar helm-before-initialize-hook nil (#$ . 17528)) --- > (defvar helm-before-initialize-hook nil (#$ . 18217)) 78c213 < (defvar helm-after-initialize-hook nil (#$ . 17679)) --- > (defvar helm-after-initialize-hook nil (#$ . 18368)) 83c218 < (defvar helm-update-hook nil (#$ . 17872)) --- > (defvar helm-update-hook nil (#$ . 18561)) 87c222 < (defvar helm-after-update-hook nil (#$ . 18130)) --- > (defvar helm-after-update-hook nil (#$ . 18819)) 90c225 < (defvar helm-cleanup-hook nil (#$ . 18396)) --- > (defvar helm-cleanup-hook nil (#$ . 19085)) 92c227 < (defvar helm-select-action-hook nil (#$ . 18535)) --- > (defvar helm-select-action-hook nil (#$ . 19224)) 97c232 < (defvar helm-before-action-hook nil (#$ . 18628)) --- > (defvar helm-before-action-hook nil (#$ . 19317)) 99c234 < (defvar helm-after-action-hook nil (#$ . 18825)) --- > (defvar helm-after-action-hook nil (#$ . 19514)) 101c236 < (defvar helm-after-persistent-action-hook nil (#$ . 18908)) --- > (defvar helm-after-persistent-action-hook nil (#$ . 19597)) 103c238 < (defvar helm-move-selection-before-hook nil (#$ . 19013)) --- > (defvar helm-move-selection-before-hook nil (#$ . 19702)) 105c240 < (defvar helm-move-selection-after-hook nil (#$ . 19123)) --- > (defvar helm-move-selection-after-hook nil (#$ . 19812)) 107c242 < (defvar helm-restored-variables '(helm-candidate-number-limit helm-source= -filter helm-source-in-each-line-flag helm-map helm-sources) (#$ . 19231)) --- > (defvar helm-restored-variables '(helm-candidate-number-limit helm-source= -filter helm-source-in-each-line-flag helm-map helm-sources) (#$ . 19920)) 109c244 < (defvar helm-execute-action-at-once-if-one nil (#$ . 19439)) --- > (defvar helm-execute-action-at-once-if-one nil (#$ . 20128)) 112c247 < (defvar helm-quit-if-no-candidate nil (#$ . 19577)) --- > (defvar helm-quit-if-no-candidate nil (#$ . 20266)) 116c251 < (defvar helm-maybe-use-default-as-input nil (#$ . 19753)) --- > (defvar helm-maybe-use-default-as-input nil (#$ . 20442)) 119c254 < (defvar helm-source-in-each-line-flag nil (#$ . 19962)) --- > (defvar helm-source-in-each-line-flag nil (#$ . 20651)) 122c257 < (defvar helm-debug-variables nil (#$ . 20110)) --- > (defvar helm-debug-variables nil (#$ . 20799)) 127c262 < (defvar helm-debug nil (#$ . 20323)) --- > (defvar helm-debug nil (#$ . 21012)) 129c264 < (defvar helm-compile-source-functions '(helm-compile-source--type helm-co= mpile-source--dummy helm-compile-source--candidates-in-buffer) (#$ . 20577)) --- > (defvar helm-compile-source-functions '(helm-compile-source--type helm-co= mpile-source--dummy helm-compile-source--candidates-in-buffer) (#$ . 21266)) 131c266 < (defvar helm-current-prefix-arg nil (#$ . 20792)) --- > (defvar helm-current-prefix-arg nil (#$ . 21481)) 133c268 < (defvar helm-saved-action nil (#$ . 20901)) --- > (defvar helm-saved-action nil (#$ . 21590)) 135c270 < (defvar helm-saved-current-source nil (#$ . 21004)) --- > (defvar helm-saved-current-source nil (#$ . 21693)) 137c272 < (defvar helm-compiled-sources nil (#$ . 21121)) --- > (defvar helm-compiled-sources nil (#$ . 21810)) 139c274 < (defvar helm-in-persistent-action nil (#$ . 21211)) --- > (defvar helm-in-persistent-action nil (#$ . 21900)) 141c276 < (defvar helm-last-buffer nil (#$ . 21311)) --- > (defvar helm-last-buffer nil (#$ . 22000)) 143c278 < (defvar helm-saved-selection nil (#$ . 21404)) --- > (defvar helm-saved-selection nil (#$ . 22093)) 147c282 < (defvar helm-buffer "*helm*" (#$ . 21593)) --- > (defvar helm-buffer "*helm*" (#$ . 22282)) 149c284 < (defvar helm-current-buffer nil (#$ . 21670)) --- > (defvar helm-current-buffer nil (#$ . 22359)) 151c286 < (defvar helm-buffer-file-name nil (#$ . 21761)) --- > (defvar helm-buffer-file-name nil (#$ . 22450)) 153c288 < (defvar helm-default-directory nil (#$ . 21867)) --- > (defvar helm-default-directory nil (#$ . 22556)) 155c290 < (defvar helm-candidate-cache (make-hash-table :test 'equal) (#$ . 21983)) --- > (defvar helm-candidate-cache (make-hash-table :test 'equal) (#$ . 22672)) 157c292 < (defvar helm-pattern "" (#$ . 22126)) --- > (defvar helm-pattern "" (#$ . 22815)) 159c294 < (defvar helm-input "" (#$ . 22220)) --- > (defvar helm-input "" (#$ . 22909)) 161c296 < (defvar helm-input-local nil (#$ . 22303)) --- > (defvar helm-input-local nil (#$ . 22992)) 172c307 < (defvar helm-debug-root-directory nil (#$ . 22698)) --- > (defvar helm-debug-root-directory nil (#$ . 23387)) 174c309 < (defvar helm-last-log-file nil (#$ . 22974)) --- > (defvar helm-last-log-file nil (#$ . 23663)) 190c325 < (defvar helm-exit-status 0 (#$ . 23443)) --- > (defvar helm-exit-status 0 (#$ . 24132)) 194c329 < (defvar helm-attributes nil (#$ . 23857)) --- > (defvar helm-attributes nil (#$ . 24546)) 196c331 < (defvar helm-buffers nil (#$ . 23936)) --- > (defvar helm-buffers nil (#$ . 24625)) 200c335 < (defvar helm-current-position nil (#$ . 24032)) --- > (defvar helm-current-position nil (#$ . 24721)) 202c337 < (defvar helm-last-frame-or-window-configuration nil (#$ . 24233)) --- > (defvar helm-last-frame-or-window-configuration nil (#$ . 24922)) 208c343 < (defvar helm-marked-candidates nil (#$ . 24511)) --- > (defvar helm-marked-candidates nil (#$ . 25200)) 215c350 < (defalias 'helm-log #[(format-string &rest args) "\204=00 \2053=00r\306= \n!q\210\307 \210\310\303!\210\311=13db\210\312 =1C\313\314\315\316\f\"\317= \f8\320 \321\313=0D=0E=12B\"%)c)\207" [debug-on-error helm-debug helm-debug= -buffer inhibit-read-only tm format-string get-buffer-create buffer-disable= -undo make-local-variable t current-time format "%s.%06d (%s) %s\n" format-= time-string "%H:%M:%S" 2 helm-log-get-current-function apply args] 9 (#$ . = 24656)]) --- > (defalias 'helm-log #[(format-string &rest args) "\204=00 \2053=00r\306= \n!q\210\307 \210\310\303!\210\311=13db\210\312 =1C\313\314\315\316\f\"\317= \f8\320 \321\313=0D=0E=12B\"%)c)\207" [debug-on-error helm-debug helm-debug= -buffer inhibit-read-only tm format-string get-buffer-create buffer-disable= -undo make-local-variable t current-time format "%s.%06d (%s) %s\n" format-= time-string "%H:%M:%S" 2 helm-log-get-current-function apply args] 9 (#$ . = 25345)]) 217c352 < (defalias 'helm-log-eval '(macro . #[(&rest exprs) "\301\302DD\207" [exp= rs helm-log-eval-internal quote] 3 (#$ . 25325)])) --- > (defalias 'helm-log-eval '(macro . #[(&rest exprs) "\301\302DD\207" [exp= rs helm-log-eval-internal quote] 3 (#$ . 26014)])) 219c354 < (defalias 'helm-log-run-hook #[(hook) "\301\302\"\210\303!\203=13=00\30= 4\305!\210\304\306!\210\307!\210\301\310\"\207" [hook helm-log "executing= %s" boundp helm-log-eval-internal ((symbol-value hook)) ((default-value ho= ok)) run-hooks "executed %s"] 3 (#$ . 25518)]) --- > (defalias 'helm-log-run-hook #[(hook) "\301\302\"\210\303!\203=13=00\30= 4\305!\210\304\306!\210\307!\210\301\310\"\207" [hook helm-log "executing= %s" boundp helm-log-eval-internal ((symbol-value hook)) ((default-value ho= ok)) run-hooks "executed %s"] 3 (#$ . 26207)]) 221c356 < (defalias 'helm-log-eval-internal #[(exprs) "\303=19\211=1A\205=18=00\n@= =11\304\305\306\217\210\nA\211=12\204=00\303*\207" [exprs expr --dolist-ta= il-- nil err (byte-code "\204=00 \203=10=00\303\304\n\305\n!#\210\303\207= " [debug-on-error helm-debug expr helm-log "%S =3D %S" eval] 5) ((error (he= lm-log "%S =3D ERROR: %S" expr err)))] 4 (#$ . 25860)]) --- > (defalias 'helm-log-eval-internal #[(exprs) "\303=19\211=1A\205=18=00\n@= =11\304\305\306\217\210\nA\211=12\204=00\303*\207" [exprs expr #1=3D#:--cl= -dolist-temp-- nil err (byte-code "\204=00 \203=10=00\303\304\n\305\n!#\2= 10\303\207" [debug-on-error helm-debug expr helm-log "%S =3D %S" eval] 5) (= (error (helm-log "%S =3D ERROR: %S" expr err)))] 4 (#$ . 26549)]) 224c359 < (defalias 'helm-log-get-current-function #[nil "\306=18\307=19\310\211=1A= =1B\311=1C\310=1D \312X\203I=00\313 !\211A@\262=01\211=129\203&=00\314\n!\2= 02'=00\315=13\316\317=0B\"\203>=00\316=0B\"\204>=00=0B=15\310\211=14\202?= =00\311\203I=00 T\211=11\202=0D=00=0D.=06\207" [exclude-func-re btn btf fn = #1=3D#:--cl-var-- #2=3D#:--cl-var-- "^helm-\\(?:interpret\\|log\\|.*funcall= \\)" 1 nil t 40 backtrace-frame symbol-name "" string-match "^helm"] 4 (#$ = . 26245)]) --- > (defalias 'helm-log-get-current-function #[nil "\306=18\307=19\310\211=1A= =1B\311=1C\310=1D \312X\203J=00\313 !\211=1E=10A@)\211=129\203'=00\314\n!\2= 02(=00\315=13\316\317=0B\"\203?=00\316=0B\"\204?=00=0B=15\310\211=14\202@= =00\311\203J=00 T\211=11\202=0D=00=0D.=06\207" [exclude-func-re btn btf fn = #1=3D#:--cl-var-- #2=3D#:--cl-var-- "^helm-\\(?:interpret\\|log\\|.*funcall= \\)" 1 nil t 40 backtrace-frame symbol-name "" string-match "^helm" x] 4 (#= $ . 26942)]) 227c362 < (defalias 'helm-log-error #[(&rest args) "\303\304\305@PA#\210\303\306= \"\211=19\n\235?\205=1A=00\307\302 \")\207" [args msg helm-issued-errors ap= ply helm-log "ERROR: " format add-to-list] 5 (#$ . 26740)]) --- > (defalias 'helm-log-error #[(&rest args) "\303\304\305@PA#\210\303\306= \"\211=19\n\235?\205=1A=00\307\302 \")\207" [args msg helm-issued-errors ap= ply helm-log "ERROR: " format add-to-list] 5 (#$ . 27437)]) 233c368 < (defalias 'helm-log-save-maybe #[nil ";\2059=00\306!\2059=00 \204=13=00= \n\2059=00\307\310\311\312!P\"=1B\313=0B\314\"\210r\315\f!q\210\316ed\307\= 311\317!=0B\"\211=15\320\321%\210\322 *\207" [helm-debug-root-directory deb= ug-on-error helm-debug logdir helm-debug-buffer helm-last-log-file file-dir= ectory-p expand-file-name "helm-debug-" format-time-string "%Y%m%d" make-di= rectory t get-buffer-create write-region "%Y%m%d-%H%M%S" nil silent kill-bu= ffer] 6 (#$ . 27035)]) --- > (defalias 'helm-log-save-maybe #[nil ";\2059=00\306!\2059=00 \204=13=00= \n\2059=00\307\310\311\312!P\"=1B\313=0B\314\"\210r\315\f!q\210\316ed\307\= 311\317!=0B\"\211=15\320\321%\210\322 *\207" [helm-debug-root-directory deb= ug-on-error helm-debug logdir helm-debug-buffer helm-last-log-file file-dir= ectory-p expand-file-name "helm-debug-" format-time-string "%Y%m%d" make-di= rectory t get-buffer-create write-region "%Y%m%d-%H%M%S" nil silent kill-bu= ffer] 6 (#$ . 27732)]) 236c371 < (defalias 'helm-open-last-log #[nil "\203=00\302!\207\303 !\210\304\30= 5!\210\306\305!\207" [helm-last-log-file helm-debug-buffer view-file switch= -to-buffer view-mode 1 visual-line-mode] 2 (#$ . 27764) nil]) --- > (defalias 'helm-open-last-log #[nil "\203=00\302!\207\303 !\210\304\30= 5!\210\306\305!\207" [helm-last-log-file helm-debug-buffer view-file switch= -to-buffer view-mode 1 visual-line-mode] 2 (#$ . 28461) nil]) 238c373 < (defalias 'helm-print-error-messages #[nil "\205=0E=00\301\302\303\304\3= 05!\306#\"\207" [helm-issued-errors message "%s" mapconcat identity revers= e "\n"] 6 (#$ . 28083)]) --- > (defalias 'helm-print-error-messages #[nil "\205=0E=00\301\302\303\304\3= 05!\306#\"\207" [helm-issued-errors message "%s" mapconcat identity revers= e "\n"] 6 (#$ . 28780)])(if macro-declaration-function (funcall macro-decla= ration-function (quote helm-aif) (quote (declare (indent 2) (debug t))))) 241,242c376 < (defalias 'helm-aif '(macro . #[(test-form then-form &rest else-forms) "\= 303\304DC\305\304 \nBBBE\207" [test-form then-form else-forms let it if] 6= (#$ . 28305)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put helm-aif lis= p-indent-function 2 edebug-form-spec t] 4) --- > (defalias 'helm-aif '(macro . #[(test-form then-form &rest else-forms) "\= 303\304DC\305\304 \nBBBE\207" [test-form then-form else-forms let it if] 6= (#$ . 29126)])) 245c379 < (defalias 'helm-mklist #[(obj) "<\203=0D=00\301!\204=0D=00\207C\207" = [obj functionp] 2 (#$ . 28731)]) --- > (defalias 'helm-mklist #[(obj) "<\203=0D=00\301!\204=0D=00\207C\207" = [obj functionp] 2 (#$ . 29436)]) 249c383 < (defalias 'helm-this-command #[nil "\306=18\307=19\310\211=1A=1B\311=1C\3= 10=1D \312X\203W=00\313 !\211=12\211A@\262=01=13\314=0B!\2031=00=0B>\2041= =00=0B=15\310\211=14\202M=00=0B\315=3D\203L=00\nG\316V\203L=00\nA\211A@\262= =01=15\310\211=14\202M=00\311\203W=00 T\211=11\202=0D=00=0D.=06\207" [bl co= unt btf fn #1=3D#:--cl-var-- #2=3D#:--cl-var-- (helm-exit-minibuffer exit-m= inibuffer) 1 nil t 50 backtrace-frame commandp call-interactively 2] 3 (#$ = . 28926)]) --- > (defalias 'helm-this-command #[nil "\306=18\307=19\310\211=1A=1B\311=1C\3= 10=1D \312X\203Y=00\313 !\211=12\211=1E=0FA@)=13\314=0B!\2032=00=0B>\2042= =00=0B=15\310\211=14\202O=00=0B\315=3D\203N=00\nG\316V\203N=00\nA\211=1E=0F= A@)=15\310\211=14\202O=00\311\203Y=00 T\211=11\202=0D=00=0D.=06\207" [bl co= unt btf fn #1=3D#:--cl-var-- #2=3D#:--cl-var-- (helm-exit-minibuffer exit-m= inibuffer) 1 nil t 50 backtrace-frame commandp call-interactively 2 x] 3 (#= $ . 29631)]) 251c385 < (defalias 'helm-buffer-get #[nil "\302 \203=07=00\207 \207" [helm-action= -buffer helm-buffer helm-action-window] 1 (#$ . 29453)]) --- > (defalias 'helm-buffer-get #[nil "\302 \203=07=00\207 \207" [helm-action= -buffer helm-buffer helm-action-window] 1 (#$ . 30156)]) 253c387 < (defalias 'helm-window #[nil "\300\301 \302\"\207" [get-buffer-window hel= m-buffer-get visible] 3 (#$ . 29647)]) --- > (defalias 'helm-window #[nil "\300\301 \302\"\207" [get-buffer-window hel= m-buffer-get visible] 3 (#$ . 30350)]) 255c389 < (defalias 'helm-action-window #[nil "\301\302\"\207" [helm-action-buffer= get-buffer-window visible] 3 (#$ . 29790)]) --- > (defalias 'helm-action-window #[nil "\301\302\"\207" [helm-action-buffer= get-buffer-window visible] 3 (#$ . 30493)])(if macro-declaration-function = (funcall macro-declaration-function (quote with-helm-window) (quote (declar= e (indent 0) (debug t))))) 257,258c391 < (defalias 'with-helm-window '(macro . #[(&rest body) "\301\302BB\207" [b= ody with-selected-window (helm-window)] 3 (#$ . 29946)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put with-helm-wi= ndow lisp-indent-function 0 edebug-form-spec t] 4) --- > (defalias 'with-helm-window '(macro . #[(&rest body) "\301\302BB\207" [b= ody with-selected-window (helm-window)] 3 (#$ . 30781)]))(if macro-declarat= ion-function (funcall macro-declaration-function (quote with-helm-current-b= uffer) (quote (declare (indent 0) (debug t))))) 260,261c393 < (defalias 'with-helm-current-buffer '(macro . #[(&rest body) "\301\302BB= \207" [body with-current-buffer (or (and (buffer-live-p helm-current-buffer= ) helm-current-buffer) (setq helm-current-buffer (current-buffer)))] 3 (#$ = . 30251)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put with-helm-cu= rrent-buffer lisp-indent-function 0 edebug-form-spec t] 4) --- > (defalias 'with-helm-current-buffer '(macro . #[(&rest body) "\301\302BB= \207" [body with-current-buffer (or (and (buffer-live-p helm-current-buffer= ) helm-current-buffer) (setq helm-current-buffer (current-buffer)))] 3 (#$ = . 31102)]))(if macro-declaration-function (funcall macro-declaration-functi= on (quote with-helm-buffer) (quote (declare (indent 0) (debug t))))) 263,264c395 < (defalias 'with-helm-buffer '(macro . #[(&rest body) "\301\302BB\207" [b= ody with-current-buffer (helm-buffer-get)] 3 (#$ . 30664)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put with-helm-bu= ffer lisp-indent-function 0 edebug-form-spec t] 4) --- > (defalias 'with-helm-buffer '(macro . #[(&rest body) "\301\302BB\207" [b= ody with-current-buffer (helm-buffer-get)] 3 (#$ . 31515)]))(if macro-decla= ration-function (funcall macro-declaration-function (quote with-helm-restor= e-variables) (quote (declare (indent 0) (debug t))))) 266,267c397 < (defalias 'with-helm-restore-variables '(macro . #[(&rest body) "\301\302= \303\304B\305BBE\207" [body let ((orig-vars (mapcar (lambda (v) (cons v (s= ymbol-value v))) helm-restored-variables))) unwind-protect progn ((loop for= (var . value) in orig-vars do (set var value)) (helm-log "restore variable= s"))] 5 (#$ . 30960)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put with-helm-re= store-variables lisp-indent-function 0 edebug-form-spec t] 4) --- > (defalias 'with-helm-restore-variables '(macro . #[(&rest body) "\301\302= \303\304B\305BBE\207" [body let ((orig-vars (mapcar (lambda (v) (cons v (s= ymbol-value v))) helm-restored-variables))) unwind-protect progn ((loop for= (var . value) in orig-vars do (set var value)) (helm-log "restore variable= s"))] 5 (#$ . 31830)]))(if macro-declaration-function (funcall macro-declar= ation-function (quote with-helm-default-directory) (quote (declare (indent = 2) (debug t))))) 269d398 < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put with-helm-de= fault-directory lisp-indent-function 2 edebug-form-spec t] 4) 271c400 < (defalias 'helm-default-directory #[nil "\301\302\303!\"\207" [helm-buff= er buffer-local-value helm-default-directory get-buffer] 4 (#$ . 31824)]) --- > (defalias 'helm-default-directory #[nil "\301\302\303!\"\207" [helm-buff= er buffer-local-value helm-default-directory get-buffer] 4 (#$ . 32567)])(i= f macro-declaration-function (funcall macro-declaration-function (quote wit= h-helm-temp-hook) (quote (declare (indent 1) (debug t))))) 273,274c402 < (defalias 'with-helm-temp-hook '(macro . #[(hook &rest body) "\303\304!= =18\305\306\307\310\305 B\311\n\312DEEF\313\n\312DEE)\207" [fun body hoo= k gensym "helm-hook" progn defun nil unwind-protect remove-hook quote add-h= ook] 10 (#$ . 32023)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put with-helm-te= mp-hook lisp-indent-function 1 edebug-form-spec t] 4) --- > (defalias 'with-helm-temp-hook '(macro . #[(hook &rest body) "\303\304!= =18\305\306\307\310\305 B\311\n\312DEEF\313\n\312DEE)\207" [fun body hoo= k gensym "helm-hook" progn defun nil unwind-protect remove-hook quote add-h= ook] 10 (#$ . 32901)]))(if macro-declaration-function (funcall macro-declar= ation-function (quote with-helm-after-update-hook) (quote (declare (indent = 0) (debug t))))) 276,277c404 < (defalias 'with-helm-after-update-hook '(macro . #[(&rest body) "\301\302= BB\207" [body with-helm-temp-hook 'helm-after-update-hook] 3 (#$ . 32448)]= )) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put with-helm-af= ter-update-hook lisp-indent-function 0 edebug-form-spec t] 4) --- > (defalias 'with-helm-after-update-hook '(macro . #[(&rest body) "\301\302= BB\207" [body with-helm-temp-hook 'helm-after-update-hook] 3 (#$ . 33342)]= )) 284c411 < (defalias 'helm-attr #[(attribute-name &rest #1=3D#:--cl-rest--) "\203\f= =00\211A=10@\202=0E=00\305 =19\211A=10@=1A\203#=00\306\307\310\311G\\D\= "\210=0B \236\211=1C\2058=00\n\2036=00\312\fA!\2028=00\fA+\207" [#1# src co= mpute attribute-name it helm-get-current-source signal wrong-number-of-argu= ments helm-attr 3 helm-interpret-value] 6 (#$ . 32779)]) --- > (defalias 'helm-attr #[(attribute-name &rest #1=3D#:--cl-rest--) "\203\f= =00\211A=10@\202=0E=00\305 =19\211A=10@=1A\203#=00\306\307\310\311G\\D\= "\210=0B \236\211=1C\2058=00\n\2036=00\312\fA!\2028=00\fA+\207" [#1# src co= mpute attribute-name it helm-get-current-source signal wrong-number-of-argu= ments helm-attr 3 helm-interpret-value] 6 (#$ . 33538)]) 289c416 < (defalias 'helm-attr-defined #[(attribute-name &rest #1=3D#:--cl-rest--) = "\203\f=00\211A=10@\202=0E=00\303 =19\203=1D=00\304\305\306\307G\\D\"\2= 10\n \236\205$=00\310)\207" [#1# src attribute-name helm-get-current-source= signal wrong-number-of-arguments helm-attr-defined 2 t] 5 (#$ . 33347)]) --- > (defalias 'helm-attr-defined #[(attribute-name &rest #1=3D#:--cl-rest--) = "\203\f=00\211A=10@\202=0E=00\303 =19\203=1D=00\304\305\306\307G\\D\"\2= 10\n \236\205$=00\310)\207" [#1# src attribute-name helm-get-current-source= signal wrong-number-of-arguments helm-attr-defined 2 t] 5 (#$ . 34106)]) 295c422 < (defalias 'helm-attrset #[(attribute-name value &rest #1=3D#:--cl-rest--)= "\203\f=00\211A=10@\202=0E=00\305 =19\203=1D=00\306\307\310\311G\\D\"\= 210\n \236\211=1B\203,=00=0B\f\241\210\2025=00 \n\fB AB\241\210)\f)\207" [#= 1# src attribute-name it value helm-get-current-source signal wrong-number-= of-arguments helm-attrset 3] 6 (#$ . 33787)]) --- > (defalias 'helm-attrset #[(attribute-name value &rest #1=3D#:--cl-rest--)= "\203\f=00\211A=10@\202=0E=00\305 =19\203=1D=00\306\307\310\311G\\D\"\= 210\n \236\211=1B\203,=00=0B\f\241\210\2025=00 \n\fB AB\241\210)\f)\207" [#= 1# src attribute-name it value helm-get-current-source signal wrong-number-= of-arguments helm-attrset 3] 6 (#$ . 34546)]) 297c424 < (defalias 'helm-get-attribute-from-source-type #[(attribute source) "\303= \236\205=0E=00 \304\303\"\n\236\236\207" [source attribute helm-type-attr= ibutes type helm-attr] 4 (#$ . 34352)]) --- > (defalias 'helm-get-attribute-from-source-type #[(attribute source) "\303= \236\205=0E=00 \304\303\"\n\236\236\207" [source attribute helm-type-attr= ibutes type helm-attr] 4 (#$ . 35111)]) 300c427 < (defalias 'helm-get-attribute-from-type #[(attribute type) " \n\236\236\= 207" [attribute type helm-type-attributes] 3 (#$ . 34587)]) --- > (defalias 'helm-get-attribute-from-type #[(attribute type) " \n\236\236\= 207" [attribute type helm-type-attributes] 3 (#$ . 35346)]) 302c429 < (defalias 'helm-get-actions-from-type #[(source) "\301\236\205\n=00\302\= 303\"\207" [source type helm-get-attribute-from-source-type action] 3 (#$ = . 34815)]) --- > (defalias 'helm-get-actions-from-type #[(source) "\301\236\205\n=00\302\= 303\"\207" [source type helm-get-attribute-from-source-type action] 3 (#$ = . 35574)]) 304c431 < (defalias 'helm-inherit-attribute-from-source #[(attribute source) " \23= 6\211=1A\203\f=00\n\202=10=00\303 \")\207" [attribute source it helm-get-a= ttribute-from-source-type] 4 (#$ . 35026)]) --- > (defalias 'helm-inherit-attribute-from-source #[(attribute source) " \23= 6\211=1A\203\f=00\n\202=10=00\303 \")\207" [attribute source it helm-get-a= ttribute-from-source-type] 4 (#$ . 35785)]) 306c433 < (defalias 'helm-append-at-nth #[(seq elm index) "=19\306\211=1A=1B\307= =1C\306=1D :\203H=00 @=12G=13=0E =0BV\203=1F=00=0B=16 \n=0DB=15\f=0E U\203= ?=00=0E\n<\203:=00\310=0E\n!=0D\244=15\202?=00=0E\n=0DB=15 A=11\fT=14\202\n= =00=0D\237-\207" [seq #1=3D#:--cl-var-- i len count #2=3D#:--cl-var-- nil 1= reverse index elm] 3 (#$ . 35245)]) --- > (defalias 'helm-append-at-nth #[(seq elm index) "=19\306\211=1A=1B\307= =1C\306=1D :\203H=00 @=12G=13=0E =0BV\203=1F=00=0B=16 \n=0DB=15\f=0E U\203= ?=00=0E\n<\203:=00\310=0E\n!=0D\244=15\202?=00=0E\n=0DB=15 A=11\fT=14\202\n= =00=0D\237-\207" [seq #1=3D#:--cl-var-- i len count #2=3D#:--cl-var-- nil 1= reverse index elm] 3 (#$ . 36004)]) 315c442 < (defalias 'helm-add-action-to-source #[(name fn source &optional index) "= \306\307\"\206\f=00\310\307\"A \nBC=1B\211=1C9\203=1C=00\311\fBC=14\312\3= 07=0D\203*=00\313\f=0B=0D#\202.=00\314\f=0B\"#*\207" [source name fn new-a= ction actions index helm-attr action helm-get-attribute-from-source-type "D= efault action" helm-attrset helm-append-at-nth append] 7 (#$ . 35547)]) --- > (defalias 'helm-add-action-to-source #[(name fn source &optional index) "= \306\307\"\206\f=00\310\307\"A \nBC=1B\211=1C9\203=1C=00\311\fBC=14\312\3= 07=0D\203*=00\313\f=0B=0D#\202.=00\314\f=0B\"#*\207" [source name fn new-a= ction actions index helm-attr action helm-get-attribute-from-source-type "D= efault action" helm-attrset helm-append-at-nth append] 7 (#$ . 36306)]) 319c446 < (defalias 'helm-delete-action-from-source #[(action-or-name source) "\304= \305\"\206\f=00\306\305\"A=19\n9\203=19=00\307\n \"\202=1D=00\310\n \"=1B= \311\305\312=0B \"#*\207" [source actions action-or-name del-action helm-a= ttr action helm-get-attribute-from-source-type rassoc assoc helm-attrset de= lete] 5 (#$ . 36332)]) --- > (defalias 'helm-delete-action-from-source #[(action-or-name source) "\304= \305\"\206\f=00\306\305\"A=19\n9\203=19=00\307\n \"\202=1D=00\310\n \"=1B= \311\305\312=0B \"#*\207" [source actions action-or-name del-action helm-a= ttr action helm-get-attribute-from-source-type rassoc assoc helm-attrset de= lete] 5 (#$ . 37091)]) 343c470 < (defalias 'helm-add-action-to-source-if #[(name fn source predicate &rest= #1=3D#:--cl-rest--) "\203\f=00\211A=10@\202=0D=00\306=19\211A=10@=1A\2= 03\"=00\307\310\311\312G\\D\"\210\313\314=0B\"\206.=00\315\314=0B\"A=1C\31= 3\316=0B\"=1D=0E=1C=0E=1DBC=1E=1E\317\320\321\322\323=0E=1FD\324BB\325\304\= 323=0E=1ED FD\326BBE=1E \f9\203d=00\327\314\330\fBC=0B#\210=0D9\203l=00=0DC= =15\n\203|=00\331\332\333=0E C=0D\"\"\202\211=00\327\316\331\332\333=0E C= =0D\"\"=0B#.=06\207" [#1# index test-only source actions action-transformer= s 4 signal wrong-number-of-arguments helm-add-action-to-source-if 6 helm-at= tr action helm-get-attribute-from-source-type action-transformer lambda (ac= tions candidate) cond funcall quote (candidate) helm-append-at-nth ((t acti= ons)) helm-attrset "Default action" delq nil append name fn new-action pred= icate transformer] 8 (#$ . 36771)]) --- > (defalias 'helm-add-action-to-source-if #[(name fn source predicate &rest= #1=3D#:--cl-rest--) "\203\f=00\211A=10@\202=0D=00\306=19\211A=10@=1A\2= 03\"=00\307\310\311\312G\\D\"\210\313\314=0B\"\206.=00\315\314=0B\"A=1C\31= 3\316=0B\"=1D=0E=1C=0E=1DBC=1E=1E\317\320\321\322\323=0E=1FD\324BB\325\304\= 323=0E=1ED FD\326BBE=1E \f9\203d=00\327\314\330\fBC=0B#\210=0D9\203l=00=0DC= =15\n\203|=00\331\332\333=0E C=0D\"\"\202\211=00\327\316\331\332\333=0E C= =0D\"\"=0B#.=06\207" [#1# index test-only source actions action-transformer= s 4 signal wrong-number-of-arguments helm-add-action-to-source-if 6 helm-at= tr action helm-get-attribute-from-source-type action-transformer lambda (ac= tions candidate) cond funcall quote (candidate) helm-append-at-nth ((t acti= ons)) helm-attrset "Default action" delq nil append name fn new-action pred= icate transformer] 8 (#$ . 37530)]) 372c499 < (defalias 'helm-set-source-filter #[(sources) "<\203*=00=19\306=1A\307= =1B :\203!=00 @\211=12;\211=13\203!=00 A\211=11\202\f=00=0B\205&=00\307+\20= 4/=00\310\311\"\210r\fq\210\312\306\307\")=1D=16=0E\313\314!\210\315=0D!)= \207" [sources #1=3D#:--cl-var-- name #2=3D#:--cl-flag-- helm-buffer cur-di= sp-sel nil t error "Invalid data in `helm-set-source-filter': %S" helm-get-= selection helm-log-eval-internal (helm-source-filter) helm-force-update hel= m-source-filter] 4 (#$ . 38707)]) --- > (defalias 'helm-set-source-filter #[(sources) "<\203*=00=19\306=1A\307= =1B :\203!=00 @\211=12;\211=13\203!=00 A\211=11\202\f=00=0B\205&=00\307+\20= 4/=00\310\311\"\210r\fq\210\312\306\307\")=1D=16=0E\313\314!\210\315=0D!)= \207" [sources #1=3D#:--cl-var-- name #2=3D#:--cl-flag-- helm-buffer cur-di= sp-sel nil t error "Invalid data in `helm-set-source-filter': %S" helm-get-= selection helm-log-eval-internal (helm-source-filter) helm-force-update hel= m-source-filter] 4 (#$ . 39466)]) 376c503 < (defalias 'helm-set-sources #[(sources &optional no-init no-update) "rq\= 210\306=11\n=13\307\310!\210)\f\204=15=00\311\312!\210=0D?\205=1C=00\313 \2= 07" [helm-buffer helm-compiled-sources sources helm-sources no-init no-upda= te nil helm-log-eval-internal (helm-compiled-sources helm-sources) helm-fun= call-foreach init helm-update] 2 (#$ . 40044)]) --- > (defalias 'helm-set-sources #[(sources &optional no-init no-update) "rq\= 210\306=11\n=13\307\310!\210)\f\204=15=00\311\312!\210=0D?\205=1C=00\313 \2= 07" [helm-buffer helm-compiled-sources sources helm-sources no-init no-upda= te nil helm-log-eval-internal (helm-compiled-sources helm-sources) helm-fun= call-foreach init helm-update] 2 (#$ . 40803)]) 385c512 < (defalias 'helm-get-sources #[nil "\303 \203=07=00\207 \206=15=00\304\n= \"\211=11\305\306!\210\207" [helm-sources helm-compiled-sources helm-compil= e-source-functions helm-action-window helm-compile-sources helm-log-eval-in= ternal (helm-compiled-sources)] 3 (#$ . 40541)]) --- > (defalias 'helm-get-sources #[nil "\303 \203=07=00\207 \206=15=00\304\n= \"\211=11\305\306!\210\207" [helm-sources helm-compiled-sources helm-compil= e-source-functions helm-action-window helm-compile-sources helm-log-eval-in= ternal (helm-compiled-sources)] 3 (#$ . 41300)]) 393c520 < (defalias 'helm-get-selection #[(&rest #1=3D#:--cl-rest--) "\205=05=00\3= 06=19\211A=10@=1A\211A=10@=1B\203 =00\307\310\311\312G\\D\"\210\n\203,= =00 \203,=00\n\202-=00\f=12\313\n!?\205\222=00r\nq\210=0B\314=3D\203C=00\31= 5\202D=00\316=1D=0B\204S=00\317\320=0E=1A!\321\"\206\202=00=0D\320=0E=1A!\3= 22=0E=1A!S\"\323 =1E=1B=1E=1C=0B?\205n=00\324\325=0E=1B\"\211=1E=1D\203=00= \326=0E=1B=0E=1D=0E=1C#\202\201=00=0E=1C+\211=1E=1E\327\232?\205\221=00\330= \331!\210=0E=1E++\207" [#1# buffer-s buffer force-display-part helm-buffer = disp-fn t signal wrong-number-of-arguments helm-get-selection 2 helm-empty-= buffer-p withprop buffer-substring buffer-substring-no-properties get-text-= property overlay-start helm-realvalue overlay-end helm-get-current-source a= ssoc-default display-to-real helm-funcall-with-source "" helm-log-eval-inte= rnal (selection) helm-selection-overlay source disp it selection] 6 (#$ . 4= 0998)]) --- > (defalias 'helm-get-selection #[(&rest #1=3D#:--cl-rest--) "\205=05=00\3= 06=19\211A=10@=1A\211A=10@=1B\203 =00\307\310\311\312G\\D\"\210\n\203,= =00 \203,=00\n\202-=00\f=12\313\n!?\205\222=00r\nq\210=0B\314=3D\203C=00\31= 5\202D=00\316=1D=0B\204S=00\317\320=0E=1A!\321\"\206\202=00=0D\320=0E=1A!\3= 22=0E=1A!S\"\323 =1E=1B=1E=1C=0B?\205n=00\324\325=0E=1B\"\211=1E=1D\203=00= \326=0E=1B=0E=1D=0E=1C#\202\201=00=0E=1C+\211=1E=1E\327\232?\205\221=00\330= \331!\210=0E=1E++\207" [#1# buffer-s buffer force-display-part helm-buffer = disp-fn t signal wrong-number-of-arguments helm-get-selection 2 helm-empty-= buffer-p withprop buffer-substring buffer-substring-no-properties get-text-= property overlay-start helm-realvalue overlay-end helm-get-current-source a= ssoc-default display-to-real helm-funcall-with-source "" helm-log-eval-inte= rnal (selection) helm-selection-overlay source disp it selection] 6 (#$ . 4= 1757)]) 397c524 < (defalias 'helm-get-action #[nil "\301\302 !?\205!=00\303\304!\211=18\203= =1D=00\305\306 \303\307!\310 $\202 =00\303\307!)\207" [it helm-empty-buffe= r-p helm-buffer-get helm-attr action-transformer helm-composed-funcall-with= -source helm-get-current-source action helm-get-selection] 6 (#$ . 42123)]) --- > (defalias 'helm-get-action #[nil "\301\302 !?\205!=00\303\304!\211=18\203= =1D=00\305\306 \303\307!\310 $\202 =00\303\307!)\207" [it helm-empty-buffe= r-p helm-buffer-get helm-attr action-transformer helm-composed-funcall-with= -source helm-get-current-source action helm-get-selection] 6 (#$ . 42882)]) 400c527 < (defalias 'helm-get-current-source #[nil "\302\300!\203=0D=00;\203=0D=00= \207r\303 q\210\304`\305\"\206=1C=00\306\307\215)\207" [helm-source-name s= ource boundp helm-buffer-get get-text-property helm-source --cl-block-exit-= - (byte-code "\306!b\210\307 \206\f=00\310 =19\212 \204=17=00\311\312\313\= "\210 b\210\314 )=1A\315 =1B\313=1C\316=1D\313=1E=11=0B:\203J=00=0B@=14\317= \320\f\"\n\232\205:=00\f\211=16=11?\211=15\203J=00=0BA\211=13\202)=00=0E=11= .=06\207" [helm-selection-overlay header-pos source-name #1=3D#:--cl-var-- = source #2=3D#:--cl-flag-- overlay-start helm-get-previous-header-pos helm-g= et-next-header-pos throw --cl-block-exit-- nil helm-current-line-contents h= elm-get-sources t assoc-default name #3=3D#:--cl-var--] 4)] 3 (#$ . 42554)]) --- > (defalias 'helm-get-current-source #[nil "\302\300!\203=0D=00;\203=0D=00= \207r\303 q\210\304`\305\"\206=1C=00\306\307\215)\207" [helm-source-name s= ource boundp helm-buffer-get get-text-property helm-source --cl-block-exit-= - (byte-code "\306!b\210\307 \206\f=00\310 =19\212 \204=17=00\311\312\313\= "\210 b\210\314 )=1A\315 =1B\313=1C\316=1D\313=1E=11=0B:\203J=00=0B@=14\317= \320\f\"\n\232\205:=00\f\211=16=11?\211=15\203J=00=0BA\211=13\202)=00=0E=11= .=06\207" [helm-selection-overlay header-pos source-name #1=3D#:--cl-var-- = source #2=3D#:--cl-flag-- overlay-start helm-get-previous-header-pos helm-g= et-next-header-pos throw --cl-block-exit-- nil helm-current-line-contents h= elm-get-sources t assoc-default name #3=3D#:--cl-var--] 4)] 3 (#$ . 43313)]) 402c529 < (defalias 'helm-buffer-is-modified #[(buffer) "\306!=19\307 !\310\311\31= 2!Q=1A\313\n=0B\"\206=15=00\314=1C\315 !=1D\f=0DU?=1E=11\316\n=0D=0B#\210\3= 17\320!\210=0E=11-\207" [buffer b key helm-tick-hash source-tick buffer-tic= k get-buffer buffer-name "/" helm-attr name gethash 0 buffer-chars-modified= -tick puthash helm-log-eval-internal (buffer modifiedp) modifiedp] 4 (#$ . = 43342)]) --- > (defalias 'helm-buffer-is-modified #[(buffer) "\306!=19\307 !\310\311\31= 2!Q=1A\313\n=0B\"\206=15=00\314=1C\315 !=1D\f=0DU?=1E=11\316\n=0D=0B#\210\3= 17\320!\210=0E=11-\207" [buffer b key helm-tick-hash source-tick buffer-tic= k get-buffer buffer-name "/" helm-attr name gethash 0 buffer-chars-modified= -tick puthash helm-log-eval-internal (buffer modifiedp) modifiedp] 4 (#$ . = 44101)]) 404c531 < (defalias 'helm-current-buffer-is-modified #[nil "\301!\207" [helm-curre= nt-buffer helm-buffer-is-modified] 2 (#$ . 43767)]) --- > (defalias 'helm-current-buffer-is-modified #[nil "\301!\207" [helm-curre= nt-buffer helm-buffer-is-modified] 2 (#$ . 44526)]) 407c534 < (defalias 'helm-run-after-quit #[(function &rest args) "\303=10\304 \210\= 305\306!\210\307\310\311\312 \n%\210\313 \207" [helm-quit function args t h= elm-kill-async-processes helm-log-eval-internal #'args apply run-with-timer= 0.1 nil helm-exit-minibuffer] 6 (#$ . 43967)]) --- > (defalias 'helm-run-after-quit #[(function &rest args) "\303=10\304 \210\= 305\306!\210\307\310\311\312 \n%\210\313 \207" [helm-quit function args t h= elm-kill-async-processes helm-log-eval-internal #'args apply run-with-timer= 0.1 nil helm-exit-minibuffer] 6 (#$ . 44726)]) 412c539 < (defalias 'define-helm-type-attribute #[(type definition &optional doc) "= =19\305=1A :\203=18=00 @=12\305\306\307\217\210 A\211=11\202=05=00*\310=0B= \"\210\f\203'=00\311=0B\f\"\210\305\207" [definition #1=3D#:--cl-var-- i t= ype doc nil (byte-code "\301\302\"=10\302\207" [i delete nil] 3) ((error))= helm-add-type-attribute helm-document-type-attribute] 4 (#$ . 44336)]) --- > (defalias 'define-helm-type-attribute #[(type definition &optional doc) "= =19\305=1A :\203=18=00 @=12\305\306\307\217\210 A\211=11\202=05=00*\310=0B= \"\210\f\203'=00\311=0B\f\"\210\305\207" [definition #1=3D#:--cl-var-- i t= ype doc nil (byte-code "\301\302\"=10\302\207" [i delete nil] 3) ((error))= helm-add-type-attribute helm-document-type-attribute] 4 (#$ . 45095)]) 416c543 < (defalias 'helm-document-attribute #[(attribute short-doc &optional long-= doc) "\203\f=00\303 \304Q=11\202=10=00 =10\305=11\306\307\n\310#\210\311\n= \312\313\314\n!\315 \316\317\260=07#\207" [long-doc short-doc attribute "(= " ")" "" add-to-list helm-attributes t put helm-attrdoc "- " symbol-name " = " "\n\n" "\n"] 10 (#$ . 44872)]) --- > (defalias 'helm-document-attribute #[(attribute short-doc &optional long-= doc) "\203\f=00\303 \304Q=11\202=10=00 =10\305=11\306\307\n\310#\210\311\n= \312\313\314\n!\315 \316\317\260=07#\207" [long-doc short-doc attribute "(= " ")" "" add-to-list helm-attributes t put helm-attrdoc "- " symbol-name " = " "\n\n" "\n"] 10 (#$ . 45631)]) 424c551 < (defalias 'helm-interpret-value #[(value &optional source) "\203=0F=00\3= 02 !\203=0F=00\303 \"\207\302 !\203=18=00 \207 9\203&=00\304 !\203&=00 J\= 207 9\203/=00\305\306!\207 \207" [source value functionp helm-funcall-with-= source boundp error "helm-interpret-value: Symbol must be a function or a v= ariable"] 3 (#$ . 45421)]) --- > (defalias 'helm-interpret-value #[(value &optional source) "\203=0F=00\3= 02 !\203=0F=00\303 \"\207\302 !\203=18=00 \207 9\203&=00\304 !\203&=00 J\= 207 9\203/=00\305\306!\207 \207" [source value functionp helm-funcall-with-= source boundp error "helm-interpret-value: Symbol must be a function or a v= ariable"] 3 (#$ . 46180)]) 429c556 < (defalias 'helm-empty-buffer-p #[(&rest #1=3D#:--cl-rest--) "\203\f=00\= 211A=10@\202=0D=00 =1A\203=1B=00\303\304\305GTD\"\210\306\307\n\205$=00\3= 10\n!!!)\207" [#1# helm-buffer buffer signal wrong-number-of-arguments helm= -empty-buffer-p zerop buffer-size get-buffer] 4 (#$ . 46064)]) --- > (defalias 'helm-empty-buffer-p #[(&rest #1=3D#:--cl-rest--) "\203\f=00\= 211A=10@\202=0D=00 =1A\203=1B=00\303\304\305GTD\"\210\306\307\n\205$=00\3= 10\n!!!)\207" [#1# helm-buffer buffer signal wrong-number-of-arguments helm= -empty-buffer-p zerop buffer-size get-buffer] 4 (#$ . 46823)]) 433c560 < (defalias 'helm-empty-source-p #[nil "\301\302 !=18r\303\216\304@\305\"\= 210\306 \206+=00\307 \205+=00\310 \311 =3D\205+=00\212\312y\210\313 )\206+= =00o+\207" [save-selected-window--state internal--before-with-selected-wind= ow helm-window ((internal--after-with-selected-window save-selected-window-= -state)) select-window norecord helm-empty-buffer-p helm-end-of-source-p po= int-at-bol point-at-eol -1 helm-pos-header-line-p] 3 (#$ . 46452)]) --- > (defalias 'helm-empty-source-p #[nil "\302 \303\304\305 \"=18=19r\306\216= \307\310 \311\"\210\312 \206/=00\313 \205/=00\314 \315 =3D\205/=00\212\316y= \210\317 )\206/=00o,\207" [save-selected-window-alist save-selected-window-= window selected-window mapcar #[(frame) "\301!D\207" [frame frame-selecte= d-window] 3] frame-list ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @!\2= 03)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*= \307\f!\203<=00\312\f\311\"\210\305\207" [save-selected-window-alist elt #1= =3D#:--cl-dolist-temp-- x save-selected-window-window nil frame-live-p wind= ow-live-p set-frame-selected-window norecord select-window] 5)) select-wind= ow helm-window norecord helm-empty-buffer-p helm-end-of-source-p point-at-b= ol point-at-eol -1 helm-pos-header-line-p] 4 (#$ . 47211)]) 440c567 < (defalias 'helm-let-internal #[(binding bodyfunc) "=11\303\216\n )\207" = [binding helm-let-variables bodyfunc ((byte-code "\301\211=10\207" [helm-le= t-variables nil] 2))] 1 (#$ . 47045)]) --- > (defalias 'helm-let-internal #[(binding bodyfunc) "=11\303\216\n )\207" = [binding helm-let-variables bodyfunc ((byte-code "\301\211=10\207" [helm-le= t-variables nil] 2))] 1 (#$ . 48146)]) 442c569 < (defalias 'helm-current-line-contents #[nil "\300\301 \302 \"\207" [buffe= r-substring-no-properties point-at-bol point-at-eol] 3 (#$ . 47528)]) --- > (defalias 'helm-current-line-contents #[nil "\300\301 \302 \"\207" [buffe= r-substring-no-properties point-at-bol point-at-eol] 3 (#$ . 48629)]) 446c573 < (defalias 'helm-funcall-with-source #[(source functions &rest args) "\306= \307\"\310 !\203=0F=00 C\202=10=00 =1A=1B\311\312!\210\313=1C\n=1D\313=1E= =0D=0D:\2034=00=0D@=16=0D\314=0E=0D=0E=0E\"=14=0DA\211=15\202=1E=00\f-\207"= [source functions funs helm-source-name result #1=3D#:--cl-var-- assoc-def= ault name functionp helm-log-eval-internal (helm-source-name functions args= ) nil apply fn args] 4 (#$ . 47718)]) --- > (defalias 'helm-funcall-with-source #[(source functions &rest args) "\306= \307\"\310 !\203=0F=00 C\202=10=00 =1A=1B\311\312!\210\313=1C\n=1D\313=1E= =0D=0D:\2034=00=0D@=16=0D\314=0E=0D=0E=0E\"=14=0DA\211=15\202=1E=00\f-\207"= [source functions funs helm-source-name result #1=3D#:--cl-var-- assoc-def= ault name functionp helm-log-eval-internal (helm-source-name functions args= ) nil apply fn args] 4 (#$ . 48819)]) 448c575 < (defalias 'helm-funcall-foreach #[(sym &optional sources) "\206=06=00\30= 5 \211=18\306=19\211=1A\205)=00\n@=11\307=0B \"\211=1C\203 =00\310 \f\"\210= )\nA\211=12\204=0F=00\306+\207" [sources source --dolist-tail-- sym it helm= -get-sources nil assoc-default helm-funcall-with-source] 4 (#$ . 48247)]) --- > (defalias 'helm-funcall-foreach #[(sym &optional sources) "\206=06=00\30= 5 \211=18\306=19\211=1A\205)=00\n@=11\307=0B \"\211=1C\203 =00\310 \f\"\210= )\nA\211=12\204=0F=00\306+\207" [sources source #1=3D#:--cl-dolist-temp-- s= ym it helm-get-sources nil assoc-default helm-funcall-with-source] 4 (#$ . = 49348)]) 450c577 < (defalias 'helm-normalize-sources #[(sources) "\203 =009\204=14=00<\20= 3=17=00\302\236\203=17=00C\207\206=1C=00 \207" [sources helm-sources nam= e] 2 (#$ . 48570)]) --- > (defalias 'helm-normalize-sources #[(sources) "\203 =009\204=14=00<\20= 3=17=00\302\236\203=17=00C\207\206=1C=00 \207" [sources helm-sources nam= e] 2 (#$ . 49679)]) 454c581 < (defalias 'helm-approximate-candidate-number #[(&optional in-current-sour= ce) "rq\210\305 \204=0E=00\306 \203=12=00\307\202z=00\212 \203=1E=00\310 b= \210\202!=00eb\210\311y\210\311=1A\312 \203U=00\212 \203>=00\212\313y\210\3= 14 \206:=00m)\202?=00m\204P=00\315=0B\316\317#\203P=00\nT=12\202,=00\n)\202= y=00\212\307=1C \203e=00\314 \204w=00m\202f=00m\204w=00\314 \204q=00\fT=14\= 311y\210\202X=00\f**)\207" [helm-buffer in-current-source count-multi helm-= candidate-separator ln helm-empty-buffer-p helm-empty-source-p 0 helm-get-p= revious-header-pos 1 helm-pos-multiline-p 2 helm-pos-header-line-p search-f= orward nil t] 4 (#$ . 48786)]) --- > (defalias 'helm-approximate-candidate-number #[(&optional in-current-sour= ce) "rq\210\305 \204=0E=00\306 \203=12=00\307\202z=00\212 \203=1E=00\310 b= \210\202!=00eb\210\311y\210\311=1A\312 \203U=00\212 \203>=00\212\313y\210\3= 14 \206:=00m)\202?=00m\204P=00\315=0B\316\317#\203P=00\nT=12\202,=00\n)\202= y=00\212\307=1C \203e=00\314 \204w=00m\202f=00m\204w=00\314 \204q=00\fT=14\= 311y\210\202X=00\f**)\207" [helm-buffer in-current-source count-multi helm-= candidate-separator ln helm-empty-buffer-p helm-empty-source-p 0 helm-get-p= revious-header-pos 1 helm-pos-multiline-p 2 helm-pos-header-line-p search-f= orward nil t] 4 (#$ . 49895)])(if macro-declaration-function (funcall macro= -declaration-function (quote with-helm-quittable) (quote (declare (indent 0= ) (debug t))))) 456,457c583 < (defalias 'with-helm-quittable '(macro . #[(&rest body) "\301\302\303\304= \305B\306BBBE\207" [body let (inhibit-quit) condition-case v progn ((quit = (setq helm-quit t) (exit-minibuffer) (keyboard-quit)))] 6 (#$ . 49501)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put with-helm-qu= ittable lisp-indent-function 0 edebug-form-spec t] 4) --- > (defalias 'with-helm-quittable '(macro . #[(&rest body) "\301\302\303\304= \305B\306BBBE\207" [body let (inhibit-quit) condition-case v progn ((quit = (setq helm-quit t) (exit-minibuffer) (keyboard-quit)))] 6 (#$ . 50745)])) 485c611 < (defalias 'helm-compose #[(arg-lst func-lst) "\304=19\211=1A\203=19=00\n= @=11=0B\305 =0B\"\240\210\nA\211=12\204=00*=0B@\207" [func-lst func --doli= st-tail-- arg-lst nil apply] 5 (#$ . 49916)]) --- > (defalias 'helm-compose #[(arg-lst func-lst) "\304=19\211=1A\203=19=00\n= @=11=0B\305 =0B\"\240\210\nA\211=12\204=00*=0B@\207" [func-lst func #1=3D#= :--cl-dolist-temp-- arg-lst nil apply] 5 (#$ . 51033)]) 488c614 < (defalias 'helm-composed-funcall-with-source #[(source funcs &rest args) = "\303!\203=0D=00\304\305 \n$\207\304\305 \306\n$\207" [funcs source args = functionp apply helm-funcall-with-source #[(&rest oargs) "\302 \"\207" [oa= rgs funcs helm-compose] 3]] 5 (#$ . 51291)]) --- > (defalias 'helm-composed-funcall-with-source #[(source funcs &rest args) = "\303!\203=0D=00\304\305 \n$\207\304\305 \306\n$\207" [funcs source args = functionp apply helm-funcall-with-source #[(&rest oargs) "\302 \"\207" [oa= rgs funcs helm-compose] 3]] 5 (#$ . 52416)]) 581c707 < (defalias 'helm #[(&rest plist) "\203=0B=00\303 \304\"\204=15=00\203=19= =00\305 >\203=19=00\306\202%=00\307 @!\203$=00\310\202%=00\311=1A\203J=00\= n\310=3D\203J=00\300 \203;=00\312\313!\202^=00r\314 q\210\315\316!\317 \210= )\202^=00\307 @!\203Z=00\320\321 !\322\"\202^=00\323\n \")\207" [helm-alive= -p plist fn plist-get :allow-nest allow-nest helm-nest keywordp helm helm-i= nternal error "Error: Trying to run helm within a running helm session" hel= m-buffer-get message "Aborting an helm session running in background" helm-= keyboard-quit helm-let-internal helm-parse-keys #[nil "\302\303\304 \"\"\2= 07" [fn helm-argument-keys apply mapcar #[(key) "\302 \"\207" [plist key p= list-get] 3]] 5] apply] 3 (#$ . 51800)]) --- > (defalias 'helm #[(&rest plist) "\203=0B=00\303 \304\"\204=15=00\203=19= =00\305 >\203=19=00\306\202%=00\307 @!\203$=00\310\202%=00\311=1A\203J=00\= n\310=3D\203J=00\300 \203;=00\312\313!\202^=00r\314 q\210\315\316!\317 \210= )\202^=00\307 @!\203Z=00\320\321 !\322\"\202^=00\323\n \")\207" [helm-alive= -p plist fn plist-get :allow-nest allow-nest helm-nest keywordp helm helm-i= nternal error "Error: Trying to run helm within a running helm session" hel= m-buffer-get message "Aborting an helm session running in background" helm-= keyboard-quit helm-let-internal helm-parse-keys #[nil "\302\303\304 \"\"\2= 07" [fn helm-argument-keys apply mapcar #[(key) "\302 \"\207" [plist key p= list-get] 3]] 5] apply] 3 (#$ . 52925)]) 585c711 < (defalias 'helm-alive-p #[nil "\205=15=00\302 \303\"\205=15=00\304\305 != \205=15=00\306p!\207" [helm-alive-p helm-buffer get-buffer-window visible m= inibuffer-window-active-p minibuffer-window minibufferp] 3 (#$ . 55183)]) --- > (defalias 'helm-alive-p #[nil "\205=15=00\302 \303\"\205=15=00\304\305 != \205=15=00\306p!\207" [helm-alive-p helm-buffer get-buffer-window visible m= inibuffer-window-active-p minibuffer-window minibufferp] 3 (#$ . 56308)]) 593c719 < (defalias 'helm-parse-keys #[(keys) "=19\306\211=1A=1B\306\211=1C=1D\306= \211=1E=0D=1E=0E :\203T=00 \211=12\211A=12@=13\n@=14\307=0B!\310\306O=15\31= 1\312\313=0D\"\2033=00=0D\2026=00\314=0DP!=16=0D=0B=0E=0F>\204I=00=0E=0D\fB= =0E=0EB=16=0E \211AA\262=01\211=11\202=11=00=0E=0E\237.=07\207" [keys #1=3D= #:--cl-var-- #2=3D#:--cl-var-- key value symname nil symbol-name 1 intern s= tring-match "^helm-" "helm-" sym #3=3D#:--cl-var-- helm-argument-keys] 5 (#= $ . 55554)]) --- > (defalias 'helm-parse-keys #[(keys) "=19\306\211=1A=1B\306\211=1C=1D\306= \211=1E=0D=1E=0E :\203U=00 \211=12\211A=12@=13\n@=14\307=0B!\310\306O=15\31= 1\312\313=0D\"\2033=00=0D\2026=00\314=0DP!=16=0D=0B=0E=0F>\204I=00=0E=0D\fB= =0E=0EB=16=0E \211=1E=10AA)\211=11\202=11=00=0E=0E\237.=07\207" [keys #1=3D= #:--cl-var-- #2=3D#:--cl-var-- key value symname nil symbol-name 1 intern s= tring-match "^helm-" "helm-" sym #3=3D#:--cl-var-- helm-argument-keys x] 5 = (#$ . 56679)]) 597c723 < (defalias 'helm-internal #[(&optional any-sources any-input any-prompt an= y-resume any-preselect any-buffer any-keymap any-default any-history) "\300= \301\215\207" [exit (byte-code "\306\307\310\311\312\"P!\210\313\314!\210\= 315\211 \206>=00\316\n!=1B\317=1C\315=1D\317=1E=14=0B:\203;=00=0B@\211=14= =0E=15>\211=16=14?\211=15\203;=00=0BA\211=13\202 =00=0E=14,=19=1E=16=1E=17= =1E=18\320\216\321\322\323\217-\207" [overriding-local-map helm-maybe-use-d= efault-as-input any-sources #1=3D#:--cl-var-- s #2=3D#:--cl-flag-- helm-log= "[Start session] " make-string 41 43 helm-log-eval-internal (any-prompt an= y-preselect any-buffer any-keymap any-default) t helm-normalize-sources nil= ((byte-code "\304\305!\210=11\306\211=12=13\307 \207" [old-overridding-lo= cal-map overriding-local-map helm-alive-p helm-in-file-completion-p helm-lo= g-eval-internal ((setq helm-alive-p nil)) nil helm-log-save-maybe] 3)) v (b= yte-code "\306\211\211\206=00 =19=1A=1B=1C\307\310=0D\"=1E=15\311\216\312= =0E=16=0E=17=0E=18=0E=19$\210\313 !\210\314\315!\210\316\216\317=0E=1A=0E= =17=0E=1B=0E=16=0E=1C=0E=18=0E=1D\205C=00=0E=1D9\205C=00=0E=1D&=07\210+\n?\= 205N=00\320 \314\321\322\323\324\"P!\210,\207" [any-buffer helm-buffer helm= -quit helm-in-persistent-action helm-source-name helm-restored-variables ni= l mapcar #[(v) "\211JB\207" [v] 2] ((byte-code "=19\304\211=1A=1B :\203= =1F=00 @\211=12\211A=12@\211=13\nL\210 A\211=11\202=07=00+\305\306!\207" [o= rig-vars #3=3D#:--cl-var-- value var nil helm-log "restore variables"] 3)) = helm-initialize helm-display-buffer helm-log "show prompt" ((helm-cleanup))= helm-read-pattern-maybe helm-execute-selection-action "[End session] " mak= e-string 41 45 orig-vars any-resume any-input any-default any-sources any-p= rompt any-preselect any-keymap any-history] 8) ((quit (byte-code "\300 \210= \301\302\303\304\305\"P!\210\306\207" [helm-restore-position-on-quit helm-l= og "[End session (quit)] " make-string 34 45 nil] 5))) #4=3D#:--cl-var-- he= lm-sources-using-default-as-input non-essential cursor-in-echo-area old-ove= rridding-local-map] 6)] 2 (#$ . 56278)]) --- > (defalias 'helm-internal #[(&optional any-sources any-input any-prompt an= y-resume any-preselect any-buffer any-keymap any-default any-history) "\300= \301\215\207" [exit (byte-code "\306\307\310\311\312\"P!\210\313\314!\210\= 315\211 \206>=00\316\n!=1B\317=1C\315=1D\317=1E=14=0B:\203;=00=0B@\211=14= =0E=15>\211=16=14?\211=15\203;=00=0BA\211=13\202 =00=0E=14,=19=1E=16=1E=17= =1E=18\320\216\321\322\323\217-\207" [overriding-local-map helm-maybe-use-d= efault-as-input any-sources #1=3D#:--cl-var-- s #2=3D#:--cl-flag-- helm-log= "[Start session] " make-string 41 43 helm-log-eval-internal (any-prompt an= y-preselect any-buffer any-keymap any-default) t helm-normalize-sources nil= ((byte-code "\304\305!\210=11\306\211=12=13\307 \207" [old-overridding-lo= cal-map overriding-local-map helm-alive-p helm-in-file-completion-p helm-lo= g-eval-internal ((setq helm-alive-p nil)) nil helm-log-save-maybe] 3)) v (b= yte-code "\306\211\211\206=00 =19=1A=1B=1C\307\310=0D\"=1E=15\311\216\312= =0E=16=0E=17=0E=18=0E=19$\210\313 !\210\314\315!\210\316\216\317=0E=1A=0E= =17=0E=1B=0E=16=0E=1C=0E=18=0E=1D\205C=00=0E=1D9\205C=00=0E=1D&=07\210+\n?\= 205N=00\320 \314\321\322\323\324\"P!\210,\207" [any-buffer helm-buffer helm= -quit helm-in-persistent-action helm-source-name helm-restored-variables ni= l mapcar #[(v) "\211JB\207" [v] 2] ((byte-code "=19\304\211=1A=1B :\203= =1F=00 @\211=12\211A=12@\211=13\nL\210 A\211=11\202=07=00+\305\306!\207" [o= rig-vars #3=3D#:--cl-var-- value var nil helm-log "restore variables"] 3)) = helm-initialize helm-display-buffer helm-log "show prompt" ((helm-cleanup))= helm-read-pattern-maybe helm-execute-selection-action "[End session] " mak= e-string 41 45 orig-vars any-resume any-input any-default any-sources any-p= rompt any-preselect any-keymap any-history] 8) ((quit (byte-code "\300 \210= \301\302\303\304\305\"P!\210\306\207" [helm-restore-position-on-quit helm-l= og "[End session (quit)] " make-string 34 45 nil] 5))) #4=3D#:--cl-var-- he= lm-sources-using-default-as-input non-essential cursor-in-echo-area old-ove= rridding-local-map] 6)] 2 (#$ . 57403)]) 602c728 < (defalias 'helm-resume #[(arg) "\306\211\211=18=19=1A=0B\203\"=00=0B;\203= =1C=00\307\310=0B!!\203=1C=00=0B=12\202$=00\311 =12\202$=00\f=12\n\204,=00\= 312\313!\210r\nq\210\306=15)\314\301\310\n!\"=11\306=16=18\314\315\310\n!\"= =10\316=0E=19!\204N=00p=16=19\203X=00\317!\206Z=00=0E=1A=1E=1A\320\321\31= 4\322\310\n!\"\323\314\324\310\n!\"\325\326\327\n&,\207" [cur-dir helm-ful= l-frame any-buffer arg helm-last-buffer cursor-type nil bufferp get-buffer = helm-resume-select-buffer error "helm-resume: No helm buffers found to resu= me" buffer-local-value helm-default-directory buffer-live-p file-name-as-di= rectory helm :sources helm-sources :input helm-input-local :resume t :buffe= r helm-compiled-sources helm-current-buffer default-directory] 9 (#$ . 5834= 3) "P"]) --- > (defalias 'helm-resume #[(arg) "\306\211\211=18=19=1A=0B\203\"=00=0B;\203= =1C=00\307\310=0B!!\203=1C=00=0B=12\202$=00\311 =12\202$=00\f=12\n\204,=00\= 312\313!\210r\nq\210\306=15)\314\301\310\n!\"=11\306=16=18\314\315\310\n!\"= =10\316=0E=19!\204N=00p=16=19\203X=00\317!\206Z=00=0E=1A=1E=1A\320\321\31= 4\322\310\n!\"\323\314\324\310\n!\"\325\326\327\n&,\207" [cur-dir helm-ful= l-frame any-buffer arg helm-last-buffer cursor-type nil bufferp get-buffer = helm-resume-select-buffer error "helm-resume: No helm buffers found to resu= me" buffer-local-value helm-default-directory buffer-live-p file-name-as-di= rectory helm :sources helm-sources :input helm-input-local :resume t :buffe= r helm-compiled-sources helm-current-buffer default-directory] 9 (#$ . 5946= 8) "P"]) 604c730 < (defalias 'helm-resume-previous-session-after-quit #[(arg) "\203=18=00 G= \nV\203=18=00\303\304\305\306\307\n\310BBDE!\207\311\312!\207" [helm-alive-= p helm-buffers arg helm-run-after-quit lambda nil helm-resume nth (helm-buf= fers) message "No previous helm sessions to resume yet!"] 7 (#$ . 59260) "p= "]) --- > (defalias 'helm-resume-previous-session-after-quit #[(arg) "\203=18=00 G= \nV\203=18=00\303\304\305\306\307\n\310BBDE!\207\311\312!\207" [helm-alive-= p helm-buffers arg helm-run-after-quit lambda nil helm-resume nth (helm-buf= fers) message "No previous helm sessions to resume yet!"] 7 (#$ . 60385) "p= "]) 606c732 < (defalias 'helm-resume-list-buffers-after-quit #[nil "\203=0F=00 G\302V\= 203=0F=00\303\304!\207\305\306!\207" [helm-alive-p helm-buffers 0 helm-run-= after-quit #[nil "\300\301!\207" [helm-resume t] 2] message "No previous he= lm sessions to resume yet!"] 2 (#$ . 59610) nil]) --- > (defalias 'helm-resume-list-buffers-after-quit #[nil "\203=0F=00 G\302V\= 203=0F=00\303\304!\207\305\306!\207" [helm-alive-p helm-buffers 0 helm-run-= after-quit #[nil "\300\301!\207" [helm-resume t] 2] message "No previous he= lm sessions to resume yet!"] 2 (#$ . 60735) nil]) 608c734 < (defalias 'helm-resume-p #[(any-resume) "\301=3D\207" [any-resume t] 2 (= #$ . 59930)]) --- > (defalias 'helm-resume-p #[(any-resume) "\301=3D\207" [any-resume t] 2 (= #$ . 61055)]) 611c737 < (defalias 'helm-resume-select-buffer #[nil "\205=12=00\301\302\303\304\3= 05\306\307&=06\206=12=00\310 \207" [helm-buffers helm :sources (((name . "R= esume helm buffer") (candidates . helm-buffers) (action . identity))) :resu= me noresume :buffer "*helm resume*" keyboard-quit] 7 (#$ . 60070)]) --- > (defalias 'helm-resume-select-buffer #[nil "\205=12=00\301\302\303\304\3= 05\306\307&=06\206=12=00\310 \207" [helm-buffers helm :sources (((name . "R= esume helm buffer") (candidates . helm-buffers) (action . identity))) :resu= me noresume :buffer "*helm resume*" keyboard-quit] 7 (#$ . 61195)]) 614c740 < (defalias 'helm-other-buffer #[(any-sources any-buffer) "\302\303\304 $\= 207" [any-sources any-buffer helm :sources :buffer] 5 (#$ . 60470)]) --- > (defalias 'helm-other-buffer #[(any-sources any-buffer) "\302\303\304 $\= 207" [any-sources any-buffer helm :sources :buffer] 5 (#$ . 61595)]) 616c742 < (defalias 'helm-nest #[(&rest same-as-helm) "\306\307 !=18r\310\216\311@= \312\"\210 \n=0B\f=1D=1E=14=1E=15=1E=16\313\216\314\211\211\315=0E=17\316\"= \206.=00\317=0E=178\206.=00\320\314\211\321\211=1E=18=1E=19=1E=1A=1E=1B=1A= =1E=1C=19=1E=1D\322\323=0E=17\".=10\207" [save-selected-window--state helm-= current-buffer helm-buffer helm-last-frame-or-window-configuration helm-one= window-p orig-one-window-p internal--before-with-selected-window helm-windo= w ((internal--after-with-selected-window save-selected-window--state)) sele= ct-window norecord ((byte-code "rq\210\306=11=12\307\n!\210\310 \204=15= =00\311\306!\210=0B=14\306=15=0E\n=16=0B=0E\f=16=0D)\306\207" [orig-helm-bu= ffer helm-alive-p helm-buffer orig-helm-last-frame-or-window-configuration = helm-last-frame-or-window-configuration cursor-type t helm-initialize-overl= ays helm-empty-buffer-p helm-mark-current-line orig-helm-current-buffer hel= m-current-buffer orig-one-window-p helm-onewindow-p] 2)) nil getf :buffer 5= "*Helm*" t apply helm orig-helm-last-frame-or-window-configuration orig-he= lm-buffer orig-helm-current-buffer same-as-helm enable-recursive-minibuffer= s helm-full-frame helm-compiled-sources helm-sources helm-pattern helm-curr= ent-position] 8 (#$ . 60733)]) --- > (defalias 'helm-nest #[(&rest same-as-helm) "\306 \307\310\311 \"=18=19r\= 312\216\313\314 \315\"\210\n=0B\f=0D=1E=17=1E=18=1E=19=1E=1A\316\216\317\21= 1\211\320=0E=1B\321\"\2063=00\322=0E=1B8\2063=00\323\317\211\324\211=1E=1C= =1E=1D=1E=1E=1E=1F=1B=1E =1A=1E!\325\326=0E=1B\".=11\207" [save-selected-wi= ndow-alist save-selected-window-window helm-current-buffer helm-buffer helm= -last-frame-or-window-configuration helm-onewindow-p selected-window mapcar= #[(frame) "\301!D\207" [frame frame-selected-window] 3] frame-list ((byt= e-code "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)= =00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"= \210\305\207" [save-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x s= ave-selected-window-window nil frame-live-p window-live-p set-frame-selecte= d-window norecord select-window] 5)) select-window helm-window norecord ((b= yte-code "rq\210\306=11=12\307\n!\210\310 \204=15=00\311\306!\210=0B=14\3= 06=15=0E\n=16=0B=0E\f=16=0D)\306\207" [orig-helm-buffer helm-alive-p helm-b= uffer orig-helm-last-frame-or-window-configuration helm-last-frame-or-windo= w-configuration cursor-type t helm-initialize-overlays helm-empty-buffer-p = helm-mark-current-line orig-helm-current-buffer helm-current-buffer orig-on= e-window-p helm-onewindow-p] 2)) nil getf :buffer 5 "*Helm*" t apply helm o= rig-one-window-p orig-helm-last-frame-or-window-configuration orig-helm-buf= fer orig-helm-current-buffer same-as-helm enable-recursive-minibuffers helm= -full-frame helm-compiled-sources helm-sources helm-pattern helm-current-po= sition] 8 (#$ . 61858)]) 619c745 < (defalias 'helm-current-position #[(save-or-restore) "\302\303\"\203=16= =00\304\305`\306 B\"\210`\306 B\211=11\207\302\307\"\2050=00\304\310 \311p= !#\210 @b\210\312\313 A\314#\207" [save-or-restore helm-current-position e= ql save helm-log "Save position at %S" window-start restore "Restore positi= on at %S in buffer %s" buffer-name set-window-start selected-window t] 5 (= #$ . 61929)]) --- > (defalias 'helm-current-position #[(save-or-restore) "\302=3D\203=15=00\= 303\304`\305 B\"\210`\305 B\211=11\207\306=3D\205.=00\303\307 \310p!#\210 = @b\210\311\312 A\313#\207" [save-or-restore helm-current-position save hel= m-log "Save position at %S" window-start restore "Restore position at %S i= n buffer %s" buffer-name set-window-start selected-window t] 5 (#$ . 63397)= ]) 624,625c750,751 < (defalias 'helm-frame-or-window-configuration #[(save-or-restore) "\306\3= 07!\210\310\311\"=18\312 \313\"\203=18=00\nA \211=13\202F=00\312 \314\"\20= 5F=00\n@=0B!\210=0B<\205-=00=0BA@@=1C\315\f!\204B=00\316=0D!\203?=00\317 \2= 02A=00\320 =14\321\f!))\207" [window-persistent-parameters save-or-restore = helm-save-configuration-functions helm-last-frame-or-window-configuration f= rame helm-current-buffer helm-log-eval-internal (helm-save-configuration-fu= nctions) append ((no-other-window . t)) eql save restore framep minibufferp= selected-frame last-nonminibuffer-frame select-frame-set-input-focus] 3 (#= $ . 62425)]) < (defalias 'helm-split-window-default-fn #[(window) "\305=18\306\307!\203\= 227=00\310 !\204\227=00\311\312!\204=18=00\n\203!=00\313\314 \305=0B#\202\2= 32=00\315=0B\316\"\2039=00\307\316!\206\232=00\307\317!\206\232=00\314 \202= \232=00\315=0B\317\"\203Q=00\307\317!\206\232=00\307\316!\206\232=00\314 \2= 02\232=00\315=0B\320\"\203i=00\307\320!\206\232=00\307\321!\206\232=00\314 = \202\232=00\315=0B\321\"\203\201=00\307\321!\206\232=00\307\320!\206\232=00= \314 \202\232=00\315=0B\322\"\203\215=00\314 \202\232=00\323 \206\232=00\31= 4 \202\232=00\324\f!)\207" [split-width-threshold helm-current-buffer helm-= split-window-in-side-p helm-split-window-default-side window nil fboundp wi= ndow-in-direction minibufferp one-window-p t split-window selected-window e= ql left above right below same window-next-sibling split-window-sensibly] 4= ]) --- > (defalias 'helm-frame-or-window-configuration #[(save-or-restore) "\306\3= 07!\210\310\311\"=18 \312=3D\203=17=00\nA \211=13\202H=00 \313=3D\205H=00\= n@=0B!\210=0B<\205.=00=0B\211=1CA@)@=1D\314=0D!\204D=00\315=0E=11!\203A=00\= 316 \202C=00\317 =15\320=0D!))\207" [window-persistent-parameters save-or-r= estore helm-save-configuration-functions helm-last-frame-or-window-configur= ation x frame helm-log-eval-internal (helm-save-configuration-functions) ap= pend ((no-other-window . t)) save restore framep minibufferp selected-frame= last-nonminibuffer-frame select-frame-set-input-focus helm-current-buffer]= 4 (#$ . 63879)]) > (defalias 'helm-split-window-default-fn #[(window) "\305=18\306\307!\203\= 222=00\310 !\204\222=00\311\312!\204=18=00\n\203!=00\313\314 \305=0B#\202\2= 25=00=0B\315=3D\2038=00\307\315!\206\225=00\307\316!\206\225=00\314 \202\22= 5=00=0B\316=3D\203O=00\307\316!\206\225=00\307\315!\206\225=00\314 \202\225= =00=0B\317=3D\203f=00\307\317!\206\225=00\307\320!\206\225=00\314 \202\225= =00=0B\320=3D\203}=00\307\320!\206\225=00\307\317!\206\225=00\314 \202\225= =00=0B\321=3D\203\210=00\314 \202\225=00\322 \206\225=00\314 \202\225=00\32= 3\f!)\207" [split-width-threshold helm-current-buffer helm-split-window-in-= side-p helm-split-window-default-side window nil fboundp window-in-directio= n minibufferp one-window-p t split-window selected-window left above right = below same window-next-sibling split-window-sensibly] 4]) 628c754 < (defalias 'helm-display-buffer #[(buffer) "\306 \204N=00\n\203N=00=0B\30= 7=3D\203=1A=00\f\310=3D\203=1A=00\310\202O=00=0B\307=3D\203*=00\f\311=3D\20= 3*=00\311\202O=00=0B\307=3D\203:=00\f\312=3D\203:=00\310\202O=00=0B\307=3D\= 203J=00\f\313=3D\203J=00\311\202O=00\f\202O=00\f=1C=1D=1E=0Fr=0E=10q\210=0E= =11)=0E=10!\314\315!=16=12\316 \210+\207" [helm-split-window-preferred-func= tion helm-full-frame helm-reuse-last-window-split-state helm-split-window-s= tate helm-split-window-default-side split-window-preferred-function nil hor= izontal left right above below one-window-p t helm-prevent-switching-other-= window pop-up-frames buffer helm-display-function helm-onewindow-p] 4 (#$ .= 63988)]) --- > (defalias 'helm-display-buffer #[(buffer) "\306 \204N=00\n\203N=00=0B\30= 7=3D\203=1A=00\f\310=3D\203=1A=00\310\202O=00=0B\307=3D\203*=00\f\311=3D\20= 3*=00\311\202O=00=0B\307=3D\203:=00\f\312=3D\203:=00\310\202O=00=0B\307=3D\= 203J=00\f\313=3D\203J=00\311\202O=00\f\202O=00\f=1C=1D=1E=0Fr=0E=10q\210=0E= =11)=0E=10!\314\315!=16=12\316 \210+\207" [helm-split-window-preferred-func= tion helm-full-frame helm-reuse-last-window-split-state helm-split-window-s= tate helm-split-window-default-side split-window-preferred-function nil hor= izontal left right above below one-window-p t helm-prevent-switching-other-= window pop-up-frames buffer helm-display-function helm-onewindow-p] 4 (#$ .= 65403)]) 633c759 < (defalias 'helm-prevent-switching-other-window #[(&rest #1=3D#:--cl-rest-= -) "\303>\206=07=00\304A@=19=1A\n\2036=00\n@\305>\203=1F=00\nAA\211=12\20= 2=0D=00\306>A@\203-=00\307\211=12\202=0D=00\310\311\n@\"\210\202\f=00)\312= \313\314\")\207" [#1# enabled #2=3D#:--cl-keys-- :enabled (nil t) (:enabled= :allow-other-keys) :allow-other-keys nil error "Keyword argument %s not on= e of (:enabled)" walk-windows #[(w) "\302\303 #\207" [w enabled set-window= -parameter no-other-window] 4] 0] 4 (#$ . 64656)]) --- > (defalias 'helm-prevent-switching-other-window #[(&rest #1=3D#:--cl-rest-= -) "\303>\206=07=00\304A@=19=1A\n\2036=00\n@\305>\203=1F=00\nAA\211=12\20= 2=0D=00\306>A@\203-=00\307\211=12\202=0D=00\310\311\n@\"\210\202\f=00)\312= \313\314\")\207" [#1# enabled #2=3D#:--cl-keys-- :enabled (nil t) (:enabled= :allow-other-keys) :allow-other-keys nil error "Keyword argument %s not on= e of (:enabled)" walk-windows #[(w) "\302\303 #\207" [w enabled set-window= -parameter no-other-window] 4] 0] 4 (#$ . 66071)]) 637c763 < (defalias 'helm-default-display-buffer #[(buffer) "\305\306\307!\"\204= =15=00 \310=3D\203=1C=00\311\312!\203=1C=00\313 \210\314!\207\n\2033=00 \3= 10=3D\2043=00\315=0B!\2043=00\f\2043=00\313 \210\316!\207" [buffer helm-sp= lit-window-default-side helm-always-two-windows helm-current-buffer helm-sp= lit-window-in-side-p buffer-local-value helm-full-frame get-buffer same one= -window-p t delete-other-windows switch-to-buffer minibufferp pop-to-buffer= ] 4 (#$ . 65278)]) --- > (defalias 'helm-default-display-buffer #[(buffer) "\305\306\307!\"\204= =15=00 \310=3D\203=1C=00\311\312!\203=1C=00\313 \210\314!\207\n\2033=00 \3= 10=3D\2043=00\315=0B!\2043=00\f\2043=00\313 \210\316!\207" [buffer helm-sp= lit-window-default-side helm-always-two-windows helm-current-buffer helm-sp= lit-window-in-side-p buffer-local-value helm-full-frame get-buffer same one= -window-p t delete-other-windows switch-to-buffer minibufferp pop-to-buffer= ] 4 (#$ . 66693)]) 640c766 < (defalias 'helm-initialize #[(any-resume any-input any-default any-source= s) "\306\307 #\210\310\311!\210\312\n!=13\306\313=0B\"\210\314\311!\210\31= 5!\203%=00\316\317 !\210\202)=00\320\f!\210\321=15\322=3D\204;=00\323=0E= =18\324\"\210=0E=18=16=19 \203E=00 =16=1A =16=1B\315!\203O=00\325\326!\210= \306\327!\207" [any-resume any-input any-sources helm-sources any-default h= elm-alive-p helm-log "start initialization: any-resume=3D%S any-input=3D%S"= helm-frame-or-window-configuration save helm-normalize-sources "sources = =3D %S" helm-current-position helm-resume-p helm-initialize-overlays helm-b= uffer-get helm-initial-setup t noresume helm-recent-push helm-buffers helm-= funcall-foreach resume "end initialization" helm-buffer helm-last-buffer he= lm-input helm-pattern] 4 (#$ . 65900)]) --- > (defalias 'helm-initialize #[(any-resume any-input any-default any-source= s) "\306\307 #\210\310\311!\210\312\n!=13\306\313=0B\"\210\314\311!\210\31= 5!\203%=00\316\317 !\210\202)=00\320\f!\210\321=15\322=3D\204;=00\323=0E= =18\324\"\210=0E=18=16=19 \203E=00 =16=1A =16=1B\315!\203O=00\325\326!\210= \306\327!\207" [any-resume any-input any-sources helm-sources any-default h= elm-alive-p helm-log "start initialization: any-resume=3D%S any-input=3D%S"= helm-frame-or-window-configuration save helm-normalize-sources "sources = =3D %S" helm-current-position helm-resume-p helm-initialize-overlays helm-b= uffer-get helm-initial-setup t noresume helm-recent-push helm-buffers helm-= funcall-foreach resume "end initialization" helm-buffer helm-last-buffer he= lm-input helm-pattern] 4 (#$ . 67315)]) 642c768 < (defalias 'helm-initialize-overlays #[(buffer) "\302\303!\210\203=11=00\= 304ee\305 !$\207\306ee\305 !#=10\307\310\311#\207" [helm-selection-overla= y buffer helm-log "overlay setup" move-overlay get-buffer make-overlay over= lay-put face helm-selection] 6 (#$ . 66752)]) --- > (defalias 'helm-initialize-overlays #[(buffer) "\302\303!\210\203=11=00\= 304ee\305 !$\207\306ee\305 !#=10\307\310\311#\207" [helm-selection-overla= y buffer helm-log "overlay setup" move-overlay get-buffer make-overlay over= lay-put face helm-selection] 6 (#$ . 68167)]) 644c770 < (defalias 'helm-restore-position-on-quit #[nil "\300\301!\207" [helm-curr= ent-position restore] 2 (#$ . 67057)]) --- > (defalias 'helm-restore-position-on-quit #[nil "\300\301!\207" [helm-curr= ent-position restore] 2 (#$ . 68472)]) 646c772 < (defalias 'helm-recent-push #[(elt list-var) " J\235\211=1A\203=12=00 \3= 04\n@ J\"L\210 \211=1B=0BJBL*\207" [elt list-var m #1=3D#:v delq] 5 (#$ . = 67232)]) --- > (defalias 'helm-recent-push #[(elt list-var) " J\235\211=1A\203=12=00 \3= 03\n@ J\"L\210  JBL)\207" [elt list-var m delq] 5 (#$ . 68647)]) 648c774 < (defalias 'helm-initial-setup #[(any-default) "\306\307!\210\310\211=10= =11\310=12\311\312 !\203=18=00\313\314 !\202=19=00p=13\f=15\310\211=16=1D= =16=1E\310=16=1F=0E \203/=00=0E!\204M=00=0E\"\203D=00=0E\"\250\203J=00=0E\"= \315 \316\\Y\203J=00\317=16!\202M=00\320=16!\321\322=0E#\205Y=00\323\324\32= 5 \"\"\210=0E$\203|=00=0E%\206}=00r\326=0B!\203p=00=0B\206s=00p\211=13q\210= \327\330!)\206}=00\331=16&\331=16'\332=0E(!\210\333 \210\306\334!\207" [hel= m-current-prefix-arg helm-suspend-update-flag helm-delayed-init-executed he= lm-current-buffer buffer-file-name helm-buffer-file-name helm-log-run-hook = helm-before-initialize-hook nil minibuffer-window-active-p minibuffer-windo= w window-buffer active-minibuffer-window frame-width 4 vertical horizontal = helm-funcall-foreach init remove-if-not #[(s) "\302\303\" \235\207" [s hel= m-source-filter assoc-default name] 3] helm-get-sources buffer-live-p thing= -at-point symbol "" clrhash helm-create-helm-buffer helm-after-initialize-h= ook helm-issued-errors helm-compiled-sources helm-saved-current-source helm= -reuse-last-window-split-state helm-split-window-state split-width-threshol= d helm-source-filter helm-maybe-use-default-as-input any-default helm-patte= rn helm-input helm-candidate-cache] 6 (#$ . 67445)]) --- > (defalias 'helm-initial-setup #[(any-default) "\306\307!\210\310\211=10= =11\310=12\311\312 !\203=18=00\313\314 !\202=19=00p=13\f=15\310\211=16=1D= =16=1E\310=16=1F=0E \203/=00=0E!\204M=00=0E\"\203D=00=0E\"\250\203J=00=0E\"= \315 \316\\Y\203J=00\317=16!\202M=00\320=16!\321\322=0E#\205Y=00\323\324\32= 5 \"\"\210=0E$\203|=00=0E%\206}=00r\326=0B!\203p=00=0B\206s=00p\211=13q\210= \327\330!)\206}=00\331=16&\331=16'\332=0E(!\210\333 \210\306\334!\207" [hel= m-current-prefix-arg helm-suspend-update-flag helm-delayed-init-executed he= lm-current-buffer buffer-file-name helm-buffer-file-name helm-log-run-hook = helm-before-initialize-hook nil minibuffer-window-active-p minibuffer-windo= w window-buffer active-minibuffer-window frame-width 4 vertical horizontal = helm-funcall-foreach init remove-if-not #[(s) "\302\303\" \235\207" [s hel= m-source-filter assoc-default name] 3] helm-get-sources buffer-live-p thing= -at-point symbol "" clrhash helm-create-helm-buffer helm-after-initialize-h= ook helm-issued-errors helm-compiled-sources helm-saved-current-source helm= -reuse-last-window-split-state helm-split-window-state split-width-threshol= d helm-source-filter helm-maybe-use-default-as-input any-default helm-patte= rn helm-input helm-candidate-cache] 6 (#$ . 68848)]) 650c776 < (defalias 'helm-create-helm-buffer #[nil "=19r\306\n!q\210\307\310\311 \= "\210\312 \210\313\303!\210\314=13\315 \210\316 \210\313\304!\210\f=14\313\= 317!\210\313\305!\210\320=15\313\321!\210=0E=11=16=11\313\322!\210\320=16= =12\313\323!\210=0E=1C\203I=00\324\202K=00=0E=1D=16=13\313\325!\210 =16=15\= 313\300!\210 =10\326 \210\327\330!\210=0E=1E=1E=1F\320\211=1E =1E!=0E=1F:\2= 03\217=00=0E=1F@\211=16 \211A=16 @=16!\313=0E!!=0E L\210=0E=1FA\211=16=1F\2= 02m=00+\320=16\"\331=16#)\332\n!\210\333\n!)\207" [default-directory root-d= ir helm-buffer inhibit-read-only helm-map helm-follow-mode get-buffer-creat= e helm-log "kill local variables: %S" buffer-local-variables kill-all-local= -variables make-local-variable t buffer-disable-undo erase-buffer helm-sour= ces nil helm-display-function helm-selection-point scroll-margin 0 helm-def= ault-directory helm-initialize-persistent-action helm-log-eval-internal (he= lm-display-function helm-let-variables) "Helm" helm-initialize-overlays get= -buffer helm-display-source-at-screen-top helm-completion-window-scroll-mar= gin helm-let-variables #1=3D#:--cl-var-- val var cursor-type mode-name] 4 (= #$ . 68665)]) --- > (defalias 'helm-create-helm-buffer #[nil "=19r\306\n!q\210\307\310\311 \= "\210\312 \210\313\303!\210\314=13\315 \210\316 \210\313\304!\210\f=14\313\= 317!\210\313\305!\210\320=15\313\321!\210=0E=11=16=11\313\322!\210\320=16= =12\313\323!\210=0E=1C\203I=00\324\202K=00=0E=1D=16=13\313\325!\210 =16=15\= 313\300!\210 =10\326 \210\327\330!\210=0E=1E=1E=1F\320\211=1E =1E!=0E=1F:\2= 03\217=00=0E=1F@\211=16 \211A=16 @=16!\313=0E!!=0E L\210=0E=1FA\211=16=1F\2= 02m=00+\320=16\"\331=16#)\332\n!\210\333\n!)\207" [default-directory root-d= ir helm-buffer inhibit-read-only helm-map helm-follow-mode get-buffer-creat= e helm-log "kill local variables: %S" buffer-local-variables kill-all-local= -variables make-local-variable t buffer-disable-undo erase-buffer helm-sour= ces nil helm-display-function helm-selection-point scroll-margin 0 helm-def= ault-directory helm-initialize-persistent-action helm-log-eval-internal (he= lm-display-function helm-let-variables) "Helm" helm-initialize-overlays get= -buffer helm-display-source-at-screen-top helm-completion-window-scroll-mar= gin helm-let-variables #1=3D#:--cl-var-- val var cursor-type mode-name] 4 (= #$ . 70068)]) 653c779 < (defalias 'helm-read-pattern-maybe #[(any-prompt any-input any-preselect = any-resume any-keymap any-default any-history) "\306!\203=12=00\307 \203= =12=00\310\311!\210\202=16=00\312 !\210r\313 q\210\307 =1A\314\315\n\"=1B\f= \206+=00\314\316\n\"=1D\317=1E(=0E)@=1E*\320\n\236\206J=00\320=0E*9\203G=00= =0E*J\202I=00=0E*\236=1E+=0B\206W=00=0E,\206W=00=0E-=16-\321\322!\210=0E+\2= 03l=00\323\324\325\"\210\326\327\324\"\210=0E.\203\204=00=0E+\204\204=00\33= 0=16/\317=16.\331 \203\204=00\332 \210=0E0\203\231=00=0E+\204\231=00\333 \3= 34U\203\231=00\317\202\373=00=0E1\203\272=00=0E+\204\272=00\333 \335U\203\2= 72=00\311=162\336=0E1!\205\373=00=0E1 \202\373=00=0E3\206\326=00r\337=0E4!\= 203\314=00=0E4\206\320=00p\211=164q\210\340\341!)=1E5\342\216\317=1E6\343= =166\344\216\326\345=0E6\"\210\346=0E7\206\357=00\347=0E8=0E-\317=0D=0E5\31= 1&=07,.=07\207" [any-resume any-preselect src src-keymap any-history hist h= elm-resume-p helm-get-current-source helm-mark-current-line t helm-update h= elm-buffer-get assoc-default keymap history nil delayed helm-log-eval-inter= nal ((helm-approximate-candidate-number) helm-execute-action-at-once-if-one= helm-quit-if-no-candidate) defalias #1=3D#:helm-hook59425 #[nil "\300\216\= 301 )\207" [((byte-code "\300\301\302\"\207" [remove-hook helm-after-update= -hook #1#] 3)) helm-exit-or-quit-maybe] 1] add-hook helm-after-update-hook = "" helm-empty-buffer-p helm-force-update helm-approximate-candidate-number = 1 0 functionp buffer-live-p thing-at-point symbol ((byte-code "\203\n=00\3= 01!\210\302=10\302\207" [timer cancel-timer nil] 2)) #[nil "\303\304\"\21= 0\305 \306]\307\310#\211=12\207" [#2=3D#:setup-hook helm-input-idle-delay t= imer remove-hook minibuffer-setup-hook run-with-idle-timer 0.01 repeat #[ni= l "\206=05=00 ?\205=15=00\303 =1Ar\304\216\305 \210\306 +\207" [helm-in-pe= rsistent-action helm-suspend-update-flag save-selected-window--state intern= al--before-save-selected-window ((internal--after-save-selected-window save= -selected-window--state)) helm-check-minibuffer-input helm-print-error-mess= ages] 1]] 4] ((byte-code "\301\302\"\207" [#2# remove-hook minibuffer-setu= p-hook] 3)) minibuffer-setup-hook read-from-minibuffer "pattern: " timer he= lm-sources first-src source-delayed-p any-keymap helm-map helm-maybe-use-de= fault-as-input helm-pattern helm-execute-action-at-once-if-one helm-quit-if= -no-candidate helm-quit any-default helm-current-buffer tap #2# any-prompt = any-input] 8 (#$ . 69749)]) --- > (defalias 'helm-read-pattern-maybe #[(any-prompt any-input any-preselect = any-resume any-keymap any-default any-history) "\306!\203=12=00\307 \203= =12=00\310\311!\210\202=16=00\312 !\210r\313 q\210\307 =1A\314\315\n\"=1B\f= \206+=00\314\316\n\"=1D\317=1E(=0E)@=1E*\320\n\236\206J=00\320=0E*9\203G=00= =0E*J\202I=00=0E*\236=1E+=0B\206W=00=0E,\206W=00=0E-=16-\321\322!\210=0E+\2= 03l=00\323\324\325\"\210\326\327\324\"\210=0E.\203\204=00=0E+\204\204=00\33= 0=16/\317=16.\331 \203\204=00\332 \210=0E0\203\231=00=0E+\204\231=00\333 \3= 34U\203\231=00\317\202\373=00=0E1\203\272=00=0E+\204\272=00\333 \335U\203\2= 72=00\311=162\336=0E1!\205\373=00=0E1 \202\373=00=0E3\206\326=00r\337=0E4!\= 203\314=00=0E4\206\320=00p\211=164q\210\340\341!)=1E5\342\216\317=1E6\343= =166\344\216\326\345=0E6\"\210\346=0E7\206\357=00\347=0E8=0E-\317=0D=0E5\31= 1&=07,.=07\207" [any-resume any-preselect src src-keymap any-history hist h= elm-resume-p helm-get-current-source helm-mark-current-line t helm-update h= elm-buffer-get assoc-default keymap history nil delayed helm-log-eval-inter= nal ((helm-approximate-candidate-number) helm-execute-action-at-once-if-one= helm-quit-if-no-candidate) defalias #1=3D#:helm-hook84928 #[nil "\300\216\= 301 )\207" [((byte-code "\300\301\302\"\207" [remove-hook helm-after-update= -hook #1#] 3)) helm-exit-or-quit-maybe] 1] add-hook helm-after-update-hook = "" helm-empty-buffer-p helm-force-update helm-approximate-candidate-number = 1 0 functionp buffer-live-p thing-at-point symbol ((byte-code "\203\n=00\3= 01!\210\302=10\302\207" [timer cancel-timer nil] 2)) #[nil "\303\304\"\21= 0\305 \306]\307\310#\211=12\207" [#2=3D#:setup-hook helm-input-idle-delay t= imer remove-hook minibuffer-setup-hook run-with-idle-timer 0.01 repeat #[ni= l "\206=05=00 ?\205=1B=00\304 \305\306\307 \"=1A=1Br\310\216\311 \210\312 = ,\207" [helm-in-persistent-action helm-suspend-update-flag save-selected-wi= ndow-alist save-selected-window-window selected-window mapcar #[(frame) "\= 301!B\207" [frame frame-selected-window] 3] frame-list ((byte-code "\304= =19\211=1A\203(=00\n@=11\305 @!\203!=00\306 A!\203!=00\307 @ A\310#\210\nA\= 211=12\204=00*\306=0B!\2034=00\311=0B\310\"\210\304\207" [save-selected-wi= ndow-alist elt #3=3D#:--cl-dolist-temp-- save-selected-window-window nil fr= ame-live-p window-live-p set-frame-selected-window norecord select-window] = 5)) helm-check-minibuffer-input helm-print-error-messages] 4]] 4] ((byte-co= de "\301\302\"\207" [#2# remove-hook minibuffer-setup-hook] 3)) minibuffer= -setup-hook read-from-minibuffer "pattern: " timer helm-sources first-src s= ource-delayed-p any-keymap helm-map helm-maybe-use-default-as-input helm-pa= ttern helm-execute-action-at-once-if-one helm-quit-if-no-candidate helm-qui= t any-default helm-current-buffer tap #2# any-prompt any-input] 8 (#$ . 711= 52)]) 657c783 < (defalias 'helm-exit-or-quit-maybe #[nil "\304\305 !=18r\306\216\307@\31= 0\"\210 \203=1E=00\311 \312U\203=1E=00\313 \2026=00\n\2056=00\311 \314U\205= 6=00\315=13\316\n!\2034=00\n \210\317 +\207" [save-selected-window--state h= elm-execute-action-at-once-if-one helm-quit-if-no-candidate helm-quit inter= nal--before-with-selected-window helm-window ((internal--after-with-selecte= d-window save-selected-window--state)) select-window norecord helm-approxim= ate-candidate-number 1 helm-exit-minibuffer 0 t functionp keyboard-quit] 3 = (#$ . 72160)]) --- > (defalias 'helm-exit-or-quit-maybe #[nil "\305 \306\307\310 \"=18=19r\311= \216\312\313 \314\"\210\n\203\"=00\315 \316U\203\"=00\317 \202:=00=0B\205:= =00\315 \320U\205:=00\321=14\322=0B!\2038=00=0B \210\323 ,\207" [save-selec= ted-window-alist save-selected-window-window helm-execute-action-at-once-if= -one helm-quit-if-no-candidate helm-quit selected-window mapcar #[(frame) "= \301!D\207" [frame frame-selected-window] 3] frame-list ((byte-code "\30= 5=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211= =1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" = [save-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-selected-w= indow-window nil frame-live-p window-live-p set-frame-selected-window norec= ord select-window] 5)) select-window helm-window norecord helm-approximate-= candidate-number 1 helm-exit-minibuffer 0 t functionp keyboard-quit] 4 (#$ = . 73889)]) 660c786 < (defalias 'helm-toggle-suspend-update #[nil "?\211=10\203\f=00\302 \210\= 303=11\304\203=15=00\305\202=16=00\306!\207" [helm-suspend-update-flag hel= m-pattern helm-kill-async-processes "" message "Helm update suspended!" "He= lm update reenabled!"] 2 (#$ . 72874) nil]) --- > (defalias 'helm-toggle-suspend-update #[nil "?\211=10\203\f=00\302 \210\= 303=11\304\203=15=00\305\202=16=00\306!\207" [helm-suspend-update-flag hel= m-pattern helm-kill-async-processes "" message "Helm update suspended!" "He= lm update reenabled!"] 2 (#$ . 74945) nil]) 666c792 < (defalias 'helm-maybe-update-keymap #[nil "\304\305 !=18r\306\216\307@\3= 10\"\210\311 \211=19<\205=1A=00\312\313 \"\211=1A\205\"=00\n\211=13-\207" [= save-selected-window--state source kmap overriding-local-map internal--befo= re-with-selected-window helm-window ((internal--after-with-selected-window = save-selected-window--state)) select-window norecord helm-get-current-sourc= e assoc-default keymap] 4 (#$ . 73501)]) --- > (defalias 'helm-maybe-update-keymap #[nil "\305 \306\307\310 \"=18=19r\31= 1\216\312\313 \314\"\210\315 \211=1A<\205=1E=00\316\317\n\"\211=1B\205&=00= =0B\211=14.=06\207" [save-selected-window-alist save-selected-window-window= source kmap overriding-local-map selected-window mapcar #[(frame) "\301!= D\207" [frame frame-selected-window] 3] frame-list ((byte-code "\305=19\21= 1=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\= 311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" [save-s= elected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-selected-window-w= indow nil frame-live-p window-live-p set-frame-selected-window norecord sel= ect-window] 5)) select-window helm-window norecord helm-get-current-source = assoc-default keymap] 5 (#$ . 75572)]) 669c795 < (defalias 'helm-cleanup #[nil "\303\304!\210rq\210\305 \210\306\307!\210= )\310 \210\311\312!\210\313\314!\210\315!\210\316\211=11=12\317 \207" [hel= m-buffer helm-alive-p helm-in-file-completion-p helm-log "start cleanup" bu= ry-buffer helm-funcall-foreach cleanup helm-kill-async-processes helm-log-r= un-hook helm-cleanup-hook helm-frame-or-window-configuration restore replac= e-buffer-in-windows nil helm-clean-up-minibuffer] 3 (#$ . 74210)]) --- > (defalias 'helm-cleanup #[nil "\303\304!\210rq\210\305 \210\306\307!\210= )\310 \210\311\312!\210\313\314!\210\315!\210\316\211=11=12\317 \207" [hel= m-buffer helm-alive-p helm-in-file-completion-p helm-log "start cleanup" bu= ry-buffer helm-funcall-foreach cleanup helm-kill-async-processes helm-log-r= un-hook helm-cleanup-hook helm-frame-or-window-configuration restore replac= e-buffer-in-windows nil helm-clean-up-minibuffer] 3 (#$ . 76623)]) 671c797 < (defalias 'helm-clean-up-minibuffer #[nil "\301 =18\302!?\205=13=00r\303= !q\210\304 ))\207" [miniwin minibuffer-window minibuffer-window-active-p w= indow-buffer delete-minibuffer-contents] 2 (#$ . 74694)]) --- > (defalias 'helm-clean-up-minibuffer #[nil "\301 =18\302!?\205=13=00r\303= !q\210\304 ))\207" [miniwin minibuffer-window minibuffer-window-active-p w= indow-buffer delete-minibuffer-contents] 2 (#$ . 77107)]) 673c799 < (defalias 'helm-check-minibuffer-input #[nil "\301=18\302\303\304\217)\20= 7" [inhibit-quit nil v (byte-code "\301\302 \206=00\303 !=18r\304\216\305= @\306\"\210\307\310 !+\207" [save-selected-window--state internal--before-w= ith-selected-window active-minibuffer-window minibuffer-window ((internal--= after-with-selected-window save-selected-window--state)) select-window nore= cord helm-check-new-input minibuffer-contents] 3) ((quit (byte-code "\301= =10\302 \210\303 \207" [helm-quit t exit-minibuffer keyboard-quit] 1)))] 3 = (#$ . 74931)]) --- > (defalias 'helm-check-minibuffer-input #[nil "\301=18\302\303\304\217)\20= 7" [inhibit-quit nil v (byte-code "\302 \303\304\305 \"=18=19r\306\216\307\= 310 \206=14=00\311 \312\"\210\313\314 !,\207" [save-selected-window-alist s= ave-selected-window-window selected-window mapcar #[(frame) "\301!D\207" = [frame frame-selected-window] 3] frame-list ((byte-code "\305=19\211=1A\20= 30=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\311#\21= 0\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" [save-selected= -window-alist elt #1=3D#:--cl-dolist-temp-- x save-selected-window-window n= il frame-live-p window-live-p set-frame-selected-window norecord select-win= dow] 5)) select-window active-minibuffer-window minibuffer-window norecord = helm-check-new-input minibuffer-contents] 4) ((quit (byte-code "\301=10\302= \210\303 \207" [helm-quit t exit-minibuffer keyboard-quit] 1)))] 3 (#$ . 7= 7344)]) 675c801 < (defalias 'helm-check-new-input #[(input) "\203=12=00 =12\304\305\306\"\= 210\307\310\305\"\210\311=10\n \232?\205(=00\n=11\312 \204\"=00 =13\313\314= !\210\315 \207" [helm-maybe-use-default-as-input helm-pattern input helm-in= put defalias #1=3D#:helm-hook59426 #[nil "\301\216\302\211=10)\207" [helm-p= attern ((byte-code "\300\301\302\"\207" [remove-hook helm-after-update-hook= #1#] 3)) ""] 2] add-hook helm-after-update-hook nil helm-action-window hel= m-log-eval-internal (helm-pattern helm-input) helm-update] 3 (#$ . 75491)]) --- > (defalias 'helm-check-new-input #[(input) "\203=12=00 =12\304\305\306\"\= 210\307\310\305\"\210\311=10\n \232?\205(=00\n=11\312 \204\"=00 =13\313\314= !\210\315 \207" [helm-maybe-use-default-as-input helm-pattern input helm-in= put defalias #1=3D#:helm-hook84929 #[nil "\301\216\302\211=10)\207" [helm-p= attern ((byte-code "\300\301\302\"\207" [remove-hook helm-after-update-hook= #1#] 3)) ""] 2] add-hook helm-after-update-hook nil helm-action-window hel= m-log-eval-internal (helm-pattern helm-input) helm-update] 3 (#$ . 78246)]) 679c805 < (defalias 'helm-compile-sources #[(sources funcs) "\301\302\"\207" [sour= ces mapcar #[(source) "<\203 =00\202=0B=00J=18 =1A\304=1B\n:\203#=00\n@\= 211=13!=10\nA\211=12\202=11=00+\207" [source funcs #1=3D#:--cl-var-- f ni= l] 3]] 3 (#$ . 76062)]) --- > (defalias 'helm-compile-sources #[(sources funcs) "\301\302\"\207" [sour= ces mapcar #[(source) "<\203 =00\202=0B=00J=18 =1A\304=1B\n:\203#=00\n@\= 211=13!=10\nA\211=12\202=11=00+\207" [source funcs #1=3D#:--cl-var-- f ni= l] 3]] 3 (#$ . 78817)]) 681c807 < (defalias 'helm-process-delayed-init #[(source) "\306\301\"\211=19\n\235= ?\205G=00\306\307\"\211=1B\205F=00r\fq\210\310=0B\"\210\311=0B!\203)=00= =0BC\202*=00=0B\312=1D\211=1E\f\205E=00=0E\f@=15\313\302 \"\210=0E\fA\211= =16\f\2042=00\312+))\207" [source name helm-delayed-init-executed it helm-c= urrent-buffer f assoc-default delayed-init helm-funcall-with-source functio= np nil add-to-list --dolist-tail--] 4 (#$ . 76399)]) --- > (defalias 'helm-process-delayed-init #[(source) "\306\301\"\211=19\n\235= ?\205G=00\306\307\"\211=1B\205F=00r\fq\210\310=0B\"\210\311=0B!\203)=00= =0BC\202*=00=0B\312=1D\211=1E\f\205E=00=0E\f@=15\313\302 \"\210=0E\fA\211= =16\f\2042=00\312+))\207" [source name helm-delayed-init-executed it helm-c= urrent-buffer f assoc-default delayed-init helm-funcall-with-source functio= np nil add-to-list #1=3D#:--cl-dolist-temp--] 4 (#$ . 79154)]) 683c809 < (defalias 'helm-get-candidates #[(source) "\306!\210\307=19\310\305\"= =1A\310\311\"=1B\312=1C\313\314\315\217=1D\316=0D!\203&=00=0B\204&=00\317\= 320\n\"\210\316=0D!\2030=00=0D\202F=00=0D\2048=00=0D\202F=00=0D<\203D=00\32= 1=0D\"\202F=00\f -\207" [source inhibit-quit candidate-fn candidate-proc t= ype-error candidates helm-process-delayed-init nil assoc-default candidates= -process #[(&optional err) "\303\304\206=07=00 \n\206\f=00\305#\207" [cand= idate-fn candidate-proc err error "`%s' must either be a function, a variab= le or a list: %S" ""] 4] err (byte-code "\203 =00\306 \"\207\n\204=1E=00= =0B\204=1E=00\307\f!\204=1E=00\310\311 \"\203#=00\306=0D \"\207\312\313\314= \217\211=1E=0D<\2050=00=0E=0D)\207" [candidate-proc source helm-force-updat= ing-p helm-never-delay-on-input helm-pattern candidate-fn helm-interpret-va= lue file-remote-p assoc no-delay-on-input nil (byte-code "\301=18\302\303\2= 15)\207" [inhibit-quit nil #1=3D#:input (byte-code "\303=18\304 \n\")\207" = [throw-on-input candidate-fn source #1# helm-interpret-value] 3)] 2) ((quit= (byte-code "\301=10\302\303!\207" [quit-flag t eval (ignore nil)] 2))) res= ult] 4) ((invalid-regexp) (error (funcall type-error err))) processp warn "= Candidates function `%s' should be called in a `candidates-process' attribu= te" helm-transform-candidates] 3 (#$ . 76818)]) --- > (defalias 'helm-get-candidates #[(source) "\306!\210\307=19\310\305\"= =1A\310\311\"=1B\312=1C\313\314\315\217=1D\316=0D!\203&=00=0B\204&=00\317\= 320\n\"\210\316=0D!\2030=00=0D\202F=00=0D\2048=00=0D\202F=00=0D<\203D=00\32= 1=0D\"\202F=00\f -\207" [source inhibit-quit candidate-fn candidate-proc t= ype-error candidates helm-process-delayed-init nil assoc-default candidates= -process #[(&optional err) "\303\304\206=07=00 \n\206\f=00\305#\207" [cand= idate-fn candidate-proc err error "`%s' must either be a function, a variab= le or a list: %S" ""] 4] err (byte-code "\203 =00\306 \"\207\n\204=1E=00= =0B\204=1E=00\307\f!\204=1E=00\310\311 \"\203#=00\306=0D \"\207\312\313\314= \217\211=1E=0D<\2050=00=0E=0D)\207" [candidate-proc source helm-force-updat= ing-p helm-never-delay-on-input helm-pattern candidate-fn helm-interpret-va= lue file-remote-p assoc no-delay-on-input nil (byte-code "\301=18\302\303\2= 15)\207" [inhibit-quit nil #1=3D#:input (byte-code "\303=18\304 \n\")\207" = [throw-on-input candidate-fn source #1# helm-interpret-value] 3)] 2) ((quit= (byte-code "\301=10\302\303!\207" [quit-flag t eval (ignore nil)] 2))) res= ult] 4) ((invalid-regexp) (error (funcall type-error err))) processp warn "= Candidates function `%s' should be called in a `candidates-process' attribu= te" helm-transform-candidates] 3 (#$ . 79581)])(if macro-declaration-functi= on (funcall macro-declaration-function (quote helm-while-no-input) (quote (= declare (debug t) (indent 0))))) 685,686c811 < (defalias 'helm-while-no-input '(macro . #[(&rest body) "\302\303!=18\304= \305\306D\307\310\306DDC BBE)D\207" [catch-sym body make-symbol "input" w= ith-local-quit catch quote let throw-on-input] 7 (#$ . 78112)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put helm-while-n= o-input edebug-form-spec t lisp-indent-function 0] 4) --- > (defalias 'helm-while-no-input '(macro . #[(&rest body) "\302\303!=18\304= \305\306D\307\310\306DDC BBE)D\207" [catch-sym body make-symbol "input" w= ith-local-quit catch quote let throw-on-input] 7 (#$ . 81010)])) 689c814 < (defalias 'helm-get-cached-candidates #[(source) "\306\301\"=19\307 \n\"= \211=1B\211=1C\203=18=00\f\310\311!\210\202P=00\310\312!\210\313!=1D\314= =0D!\203A=00=0D\315\316\317B\320\321BD\"B=0E=18B=16=18\322=0D\323\"\210\32= 4=15\202N=00\325\326\"\204N=00\327 =0D\n#\210=0D)+\207" [source name helm-= candidate-cache candidate-cache it candidates assoc-default gethash helm-lo= g "Use cached candidates" "No cached candidates, calculate candidates" helm= -get-candidates processp append item-count 0 incomplete-line "" set-process= -filter helm-output-filter nil assoc volatile puthash helm-async-processes]= 7 (#$ . 78526)]) --- > (defalias 'helm-get-cached-candidates #[(source) "\306\301\"=19\307 \n\"= \211=1B\211=1C\203=18=00\f\310\311!\210\202P=00\310\312!\210\313!=1D\314= =0D!\203A=00=0D\315\316\317B\320\321BD\"B=0E=18B=16=18\322=0D\323\"\210\32= 4=15\202N=00\325\326\"\204N=00\327 =0D\n#\210=0D)+\207" [source name helm-= candidate-cache candidate-cache it candidates assoc-default gethash helm-lo= g "Use cached candidates" "No cached candidates, calculate candidates" helm= -get-candidates processp append item-count 0 incomplete-line "" set-process= -filter helm-output-filter nil assoc volatile puthash helm-async-processes]= 7 (#$ . 81297)]) 699c824 < (defalias 'helm-transform-mapcar #[#'args "=19\305\211=1A=1B :\203-=00 @= \211=12:\203 =00\n@\f\nA!B=0BB=13\202&=00\f\n!=0BB=13 A\211=11\202=07=00=0B= \237+\207" [args #1=3D#:--cl-var-- arg #2=3D#:--cl-var-- function nil] 4 (#= $ . 79214)]) --- > (defalias 'helm-transform-mapcar #[#'args "=19\305\211=1A=1B :\203-=00 @= \211=12:\203 =00\n@\f\nA!B=0BB=13\202&=00\f\n!=0BB=13 A\211=11\202=07=00=0B= \237+\207" [args #1=3D#:--cl-var-- arg #2=3D#:--cl-var-- function nil] 4 (#= $ . 81985)]) 701c826 < (defalias 'helm-process-candidate-transformer #[(candidates source) "\303= \304\"\211=19\203=11=00\305 \n#\202=12=00\n)\207" [source it candidates a= ssoc-default candidate-transformer helm-composed-funcall-with-source] 5 (#$= . 79696)]) --- > (defalias 'helm-process-candidate-transformer #[(candidates source) "\303= \304\"\211=19\203=11=00\305 \n#\202=12=00\n)\207" [source it candidates a= ssoc-default candidate-transformer helm-composed-funcall-with-source] 5 (#$= . 82467)]) 703c828 < (defalias 'helm-process-filtered-candidate-transformer #[(candidates sour= ce) "\303\304\"\211=19\203=12=00\305 \n$\202=13=00\n)\207" [source it ca= ndidates assoc-default filtered-candidate-transformer helm-composed-funcall= -with-source] 6 (#$ . 79996)]) --- > (defalias 'helm-process-filtered-candidate-transformer #[(candidates sour= ce) "\303\304\"\211=19\203=12=00\305 \n$\202=13=00\n)\207" [source it ca= ndidates assoc-default filtered-candidate-transformer helm-composed-funcall= -with-source] 6 (#$ . 82767)]) 707c832 < (defalias 'helm-process-filtered-candidate-transformer-maybe #[(candidate= s source process-p) "\203 =00\303 \n\"\207 \207" [process-p candidates sou= rce helm-process-filtered-candidate-transformer] 3 (#$ . 80325)]) --- > (defalias 'helm-process-filtered-candidate-transformer-maybe #[(candidate= s source process-p) "\203 =00\303 \n\"\207 \207" [process-p candidates sou= rce helm-process-filtered-candidate-transformer] 3 (#$ . 83096)]) 709c834 < (defalias 'helm-process-real-to-display #[(candidates source) "\303\304\= "\211=19\203=14=00\305\306\307\n$\211=12\202=15=00\n)\207" [source it cand= idates assoc-default real-to-display helm-funcall-with-source mapcar #[(can= d_) ":\203=0D=00 A!AB\207 !B\207" [cand_ it] 2]] 6 (#$ . 80736)]) --- > (defalias 'helm-process-real-to-display #[(candidates source) "\303\304\= "\211=19\203=14=00\305\306\307\n$\211=12\202=15=00\n)\207" [source it cand= idates assoc-default real-to-display helm-funcall-with-source mapcar #[(can= d_) ":\203=0D=00 A!AB\207 !B\207" [cand_ it] 2]] 6 (#$ . 83507)]) 715c840 < (defalias 'helm-transform-candidates #[(candidates source &optional proce= ss-p) "\303\304\305 \" \n# \"\207" [candidates source process-p helm-proce= ss-real-to-display helm-process-filtered-candidate-transformer-maybe helm-p= rocess-candidate-transformer] 5 (#$ . 81083)]) --- > (defalias 'helm-transform-candidates #[(candidates source &optional proce= ss-p) "\303\304\305 \" \n# \"\207" [candidates source process-p helm-proce= ss-real-to-display helm-process-filtered-candidate-transformer-maybe helm-p= rocess-candidate-transformer] 5 (#$ . 83854)]) 722c847 < (defalias 'helm-candidate-number-limit #[(source) "\303\236\211=19\203= =11=00 A\206=16=00\304\202=16=00\n\206=16=00\304)\207" [source it helm-cand= idate-number-limit candidate-number-limit 99999999] 3 (#$ . 81677)]) --- > (defalias 'helm-candidate-number-limit #[(source) "\303\236\211=19\203= =11=00 A\206=16=00\304\202=16=00\n\206=16=00\304)\207" [source it helm-cand= idate-number-limit candidate-number-limit 99999999] 3 (#$ . 84448)]) 725c850 < (defalias 'helm-candidate-get-display #[(candidate) "\301\302\242\206= =00\"\207" [candidate format "%s"] 3 (#$ . 82131)]) --- > (defalias 'helm-candidate-get-display #[(candidate) "\301\302\242\206= =00\"\207" [candidate format "%s"] 3 (#$ . 84902)]) 727c852 < (defalias 'helm-process-pattern-transformer #[(pattern source) "\303\304= \"\211=19\203=11=00\305 \n#\202=12=00\n)\207" [source it pattern assoc-def= ault pattern-transformer helm-composed-funcall-with-source] 5 (#$ . 82365)]) --- > (defalias 'helm-process-pattern-transformer #[(pattern source) "\303\304= \"\211=19\203=11=00\305 \n#\202=12=00\n)\207" [source it pattern assoc-def= ault pattern-transformer helm-composed-funcall-with-source] 5 (#$ . 85136)]) 730c855 < (defalias 'helm-default-match-function #[(candidate) "\302 \"\207" [helm= -pattern candidate string-match] 3 (#$ . 82653)]) --- > (defalias 'helm-default-match-function #[(candidate) "\302 \"\207" [helm= -pattern candidate string-match] 3 (#$ . 85424)]) 736c861 < (defalias 'helm-accumulate-candidates-internal '(macro . #[(cand newmatch= es hash item-count limit) "\305\306 E\307\310 F\311\nE\312=0BD\313\314= =0B\fE\315BB\257=06\207" [cand hash newmatches item-count limit unless geth= ash puthash t push incf when =3D ((return))] 9 (#$ . 83083)])) --- > (defalias 'helm-accumulate-candidates-internal '(macro . #[(cand newmatch= es hash item-count limit) "\305\306 E\307\310 F\311\nE\312=0BD\313\314= =0B\fE\315BB\257=06\207" [cand hash newmatches item-count limit unless geth= ash puthash t push incf when =3D ((return))] 9 (#$ . 85854)])) 739c864 < (defalias 'helm-take-first-elements #[(seq n) "G V\203=0D=00\302\303 #\= 207\207" [seq n subseq 0] 4 (#$ . 83521)]) --- > (defalias 'helm-take-first-elements #[(seq n) "G V\203=0D=00\302\303 #\= 207\207" [seq n subseq 0] 4 (#$ . 86292)]) 745,747c870,872 < (defalias 'helm-set-case-fold-search #[(&rest #1=3D#:--cl-rest--) "\203\= f=00\211A=10@\202=0D=00 =1A\203=1B=00\306\307\310GTD\"\210\311\312 \236\= 211=1B\203)=00=0BA\202*=00\f)\313\314\n\"\203:=00\315\316\n!!\202;=00\n=1D= =1C\317=0D!+\207" [#1# helm-pattern pattern it helm-case-fold-search bn-or-= pattern signal wrong-number-of-arguments helm-set-case-fold-search case-fol= d-search helm-get-current-source string-match "[~/]*" file-name-nondirector= y directory-file-name helm-set-case-fold-search-1] 5 (#$ . 83779)]) < (defalias 'helm-set-case-fold-search-1 #[(pattern) "\303\304\"\203=14=00= \305=19\306\307\n\"?\205=12=00\310)\207\207" [helm-case-fold-search case-f= old-search pattern eql smart nil string-match "[A-Z]" t] 3]) < (defalias 'helm-match-from-candidates #[(cands matchfns limit source) "\3= 01=18\302\303\304\217\210)\207" [matches nil err (byte-code "\306\307 \310= =18=19=1A\311=0B!\210\f\310=1D\211=1E=0E\203e=00=0E=0E@=15\310=1E=0F\312\31= 3\215\210\314=0E=10\315=0E=0F!\"=16=10=0E=11=1E=12\310\211=1E=13=1E=14=0E= =12:\203U=00=0E=12@\211=16=13=0E=10\235\204L=00=0E=13=0E=14B=16=14=0E=12A\2= 11=16=12\2025=00=0E=14\237+=16=11)=0E=0EA\211=16=0E\204=14=00-\310\207" [ex= it case-fold-search item-count helm-match-hash matchfns match 0 helm-set-ca= se-fold-search nil clrhash --cl-block-nil-- (byte-code "\306=19\211=1A\203= <=00\n@=11=0B\307 !!\2035=00\310 \f\"\2045=00\311 \312\f#\210 =0DB=15=0E=0D= T\211=16=0D=0E=0EU\2035=00\313\314\306\"\210\nA\211=12\204=00*\306\207" [c= ands candidate --dolist-tail-- match helm-match-hash newmatches nil helm-ca= ndidate-get-display gethash puthash t throw --cl-block-nil-- item-count lim= it] 5) append reverse --dolist-tail-- newmatches matches cands #1=3D#:--cl-= var-- i #2=3D#:--cl-var--] 5) ((invalid-regexp (byte-code "\301\211=10\207"= [matches nil] 2)) (error (byte-code "\302\303\304\305\" @ \211A@\262=01$\= 207" [source err helm-log-error "helm-match-from-candidates in source `%s':= %s %s" assoc-default name] 6)))] 3]) --- > (defalias 'helm-set-case-fold-search #[(&rest #1=3D#:--cl-rest--) "\203\= f=00\211A=10@\202=0D=00 =1A\203=1B=00\306\307\310GTD\"\210\311\312 \236\= 211=1B\203)=00=0BA\202*=00\f)\313\314\n\"\203:=00\315\316\n!!\202;=00\n=1D= =1C\317=0D!+\207" [#1# helm-pattern pattern it helm-case-fold-search bn-or-= pattern signal wrong-number-of-arguments helm-set-case-fold-search case-fol= d-search helm-get-current-source string-match "[~/]*" file-name-nondirector= y directory-file-name helm-set-case-fold-search-1] 5 (#$ . 86550)]) > (defalias 'helm-set-case-fold-search-1 #[(pattern) "\303=3D\203=13=00\30= 4=19\305\306\n\"?\205=11=00\307)\207\207" [helm-case-fold-search case-fold= -search pattern smart nil string-match "[A-Z]" t] 3]) > (defalias 'helm-match-from-candidates #[(cands matchfns limit source) "\3= 01=18\302\303\304\217\210)\207" [matches nil err (byte-code "\306\307 \310= =18=19=1A\311=0B!\210\f\310=1D\211=1E=0E\203e=00=0E=0E@=15\310=1E=0F\312\31= 3\215\210\314=0E=10\315=0E=0F!\"=16=10=0E=11=1E=12\310\211=1E=13=1E=14=0E= =12:\203U=00=0E=12@\211=16=13=0E=10\235\204L=00=0E=13=0E=14B=16=14=0E=12A\2= 11=16=12\2025=00=0E=14\237+=16=11)=0E=0EA\211=16=0E\204=14=00-\310\207" [ex= it case-fold-search item-count helm-match-hash matchfns match 0 helm-set-ca= se-fold-search nil clrhash --cl-block-nil-- (byte-code "\306=19\211=1A\203= <=00\n@=11=0B\307 !!\2035=00\310 \f\"\2045=00\311 \312\f#\210 =0DB=15=0E=0D= T\211=16=0D=0E=0EU\2035=00\313\314\306\"\210\nA\211=12\204=00*\306\207" [c= ands candidate #1=3D#:--cl-dolist-temp-- match helm-match-hash newmatches n= il helm-candidate-get-display gethash puthash t throw --cl-block-nil-- item= -count limit] 5) append reverse #2=3D#:--cl-dolist-temp-- newmatches matche= s cands #3=3D#:--cl-var-- i #4=3D#:--cl-var--] 5) ((invalid-regexp (byte-co= de "\301\211=10\207" [matches nil] 2)) (error (byte-code "\303\304\305\306= \" @ \211=1AA@)$\207" [source err x helm-log-error "helm-match-from-candida= tes in source `%s': %s %s" assoc-default name] 6)))] 3]) 749c874 < (defalias 'helm-compute-matches #[(source) "r\305!\306\307\"\310!\311 = \"=19=1A=1B=1C\312 \313\232\204 =00\f\314\232\203)=00\315\316!\n\"\2021= =00\317\316!\f\n$\"-\207" [source helm-pattern limit helm-source-name ma= tchfns helm-match-functions assoc-default name helm-candidate-number-limit = helm-process-pattern-transformer helm-process-filtered-candidate-transforme= r "" (identity) helm-take-first-elements helm-get-cached-candidates helm-ma= tch-from-candidates] 6 (#$ . 85711)]) --- > (defalias 'helm-compute-matches #[(source) "r\305!\306\307\"\310!\311 = \"=19=1A=1B=1C\312 \313\232\204 =00\f\314\232\203)=00\315\316!\n\"\2021= =00\317\316!\f\n$\"-\207" [source helm-pattern limit helm-source-name ma= tchfns helm-match-functions assoc-default name helm-candidate-number-limit = helm-process-pattern-transformer helm-process-filtered-candidate-transforme= r "" (identity) helm-take-first-elements helm-get-cached-candidates helm-ma= tch-from-candidates] 6 (#$ . 88488)]) 751c876 < (defalias 'helm-process-source #[(source) "\306\307!\210\310!\211=19\205= M=00\311!\210\312\236\204=1D=00\313\314 \"\202M=00`\315=1A=1B \315=1C\211= =1D\203E=00=0D@=14\n\2036=00\316 \210\2028=00\317=12\320\f\321#\210=0DA\21= 1=15\204)=00*\322=0B`\323\317$*)\207" [source matches separate start match = --dolist-tail-- helm-log-eval-internal ((assoc-default 'name source)) helm-= compute-matches helm-insert-header-from-source multiline mapc #[(m) "\302\= 303 #\207" [m source helm-insert-match insert] 4] nil helm-insert-candidate= -separator t helm-insert-match insert put-text-property helm-multiline] 6 (= #$ . 86225)]) --- > (defalias 'helm-process-source #[(source) "\306\307!\210\310!\211=19\205= M=00\311!\210\312\236\204=1D=00\313\314 \"\202M=00`\315=1A=1B \315=1C\211= =1D\203E=00=0D@=14\n\2036=00\316 \210\2028=00\317=12\320\f\321#\210=0DA\21= 1=15\204)=00*\322=0B`\323\317$*)\207" [source matches separate start match = #1=3D#:--cl-dolist-temp-- helm-log-eval-internal ((assoc-default 'name sour= ce)) helm-compute-matches helm-insert-header-from-source multiline mapc #[(= m) "\302\303 #\207" [m source helm-insert-match insert] 4] nil helm-insert= -candidate-separator t helm-insert-match insert put-text-property helm-mult= iline] 6 (#$ . 89002)]) 756c881 < (defalias 'helm-process-delayed-sources #[(delayed-sources &optional pres= elect source) "\301=18\302\303\304\217)\207" [inhibit-quit nil v (byte-code= "\306\307!\210rq\210\212db\210\310\311 \"\210\312 \204$=00\313\n!\314\n!U= \203$=00\315\316!\210)=0B\203.=00\317=0B\f\"\210\212eb\210\320\321!\210)\32= 2=15\323\324\f\"?\205D=00\320\325!)\207" [helm-buffer delayed-sources helm-= selection-overlay preselect source helm-force-updating-p helm-log-eval-inte= rnal ((mapcar (lambda (s) (assoc-default 'name s)) delayed-sources)) mapc h= elm-process-source helm-empty-buffer-p overlay-start overlay-end helm-updat= e-move-first-line without-hook helm-preselect helm-log-run-hook helm-update= -hook nil assoc candidates-process helm-after-update-hook] 3) ((quit (byte-= code "\301=10\302 \210\303 \207" [helm-quit t exit-minibuffer keyboard-quit= ] 1)))] 3 (#$ . 86869)]) --- > (defalias 'helm-process-delayed-sources #[(delayed-sources &optional pres= elect source) "\301=18\302\303\304\217)\207" [inhibit-quit nil v (byte-code= "\306\307!\210rq\210\212db\210\310\311 \"\210\312 \204$=00\313\n!\314\n!U= \203$=00\315\316!\210)=0B\203.=00\317=0B\f\"\210\212eb\210\320\321!\210)\32= 2=15\323\324\f\"?\205D=00\320\325!)\207" [helm-buffer delayed-sources helm-= selection-overlay preselect source helm-force-updating-p helm-log-eval-inte= rnal ((mapcar (lambda (s) (assoc-default 'name s)) delayed-sources)) mapc h= elm-process-source helm-empty-buffer-p overlay-start overlay-end helm-updat= e-move-first-line without-hook helm-preselect helm-log-run-hook helm-update= -hook nil assoc candidates-process helm-after-update-hook] 3) ((quit (byte-= code "\301=10\302 \210\303 \207" [helm-quit t exit-minibuffer keyboard-quit= ] 1)))] 3 (#$ . 89654)]) 761c886 < (defalias 'helm-update #[(&optional preselect source) "\306\307!\210\310 = \210\311\312 !=18r\313\216\314@\315\"\210 \203=1C=00\316 \210+r\317 q\210\= 320\303!\210\n=13\321 \210\322\211=1C=1D\323\216\324\325\326 \"=1E=19\322\2= 11=1E=1A=1E=1B\322=1E=1C=0E=19:\203t=00=0E=19@=16=1A\327=0E=1A!\203^=00=0E= =1B=0E=1AC\244=16=1B\202k=00=0E=1C=0E=1AC\244=16=1C\330=0E=1A!\210=0E=19A\2= 11=16=19\202C=00=0E=1B=15=0E=1C=14.\322\207" [save-selected-window--state = helm-onewindow-p helm-pattern helm-input-local normal-sources delayed-sourc= es helm-log "Start updating" helm-kill-async-processes internal--before-wit= h-selected-window helm-window ((internal--after-with-selected-window save-s= elected-window--state)) select-window norecord delete-other-windows helm-bu= ffer-get make-local-variable erase-buffer nil ((byte-code "\306\307!\210\2= 03=1D=00 \203=1D=00\n\203=1D=00\310\311\"\210\312=0B\"\210\202F=00 \203(= =00\313\314!\210\202F=00\313 \210\315\316=0B\"\2046=00\317\320!\210\203D= =00\310\311\"\210\312=0B\"\210\321=14 \203\220=00=0D=1E=18 =1E=19\321\211= =1E=1A=1E=1B=0E=19:\203|=00=0E=19@=16=1A\322\323=0E=1A\"\211=16=1B\203s=00= =0E=18=0E=1B]=16=18=0E=19A\211=16=19\202X=00=0E=18,=1D\324=0D=0E=1C]\325]\3= 21\326 =0B&=06\210)\310\327!\207" [preselect delayed-sources normal-source= s source helm-force-updating-p helm-idle-delay helm-log-eval-internal ((map= car (lambda (s) (assoc-default 'name s)) delayed-sources)) helm-log "Update= preselect candidate %s" helm-preselect helm-update-move-first-line without= -hook assoc candidates-process helm-log-run-hook helm-after-update-hook nil= assoc-default delayed run-with-idle-timer 0.01 helm-process-delayed-source= s "end update" delay #1=3D#:--cl-var-- s d helm-input-idle-delay] 8)) remov= e-if-not helm-update-source-p helm-get-sources helm-delayed-source-p helm-p= rocess-source #2=3D#:--cl-var-- source ds ns] 4 (#$ . 87900)]) --- > (defalias 'helm-update #[(&optional preselect source) "\306\307!\210\310 = \210\311 \312\313\314 \"=18=19r\315\216\316\317 \320\"\210\n\203 =00\321 \2= 10,r\322 q\210\323\304!\210=0B=14\324 \210\325\211=1D=1E=1C\326\216\327\330= \331 \"=1E=1D\325\211=1E=1E=1E=1F\325=1E =0E=1D:\203y=00=0E=1D@=16=1E\332= =0E=1E!\203c=00=0E=1F=0E=1EC\244=16=1F\202p=00=0E =0E=1EC\244=16 \333=0E=1E= !\210=0E=1DA\211=16=1D\202H=00=0E=1F=16=1C=0E =15.\325\207" [save-selected= -window-alist save-selected-window-window helm-onewindow-p helm-pattern hel= m-input-local normal-sources helm-log "Start updating" helm-kill-async-proc= esses selected-window mapcar #[(frame) "\301!D\207" [frame frame-selected= -window] 3] frame-list ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @!\20= 3)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\= 307\f!\203<=00\312\f\311\"\210\305\207" [save-selected-window-alist elt #1= =3D#:--cl-dolist-temp-- x save-selected-window-window nil frame-live-p wind= ow-live-p set-frame-selected-window norecord select-window] 5)) select-wind= ow helm-window norecord delete-other-windows helm-buffer-get make-local-var= iable erase-buffer nil ((byte-code "\306\307!\210\203=1D=00 \203=1D=00\n\2= 03=1D=00\310\311\"\210\312=0B\"\210\202F=00 \203(=00\313\314!\210\202F=00= \313 \210\315\316=0B\"\2046=00\317\320!\210\203D=00\310\311\"\210\312=0B= \"\210\321=14 \203\220=00=0D=1E=18 =1E=19\321\211=1E=1A=1E=1B=0E=19:\203|= =00=0E=19@=16=1A\322\323=0E=1A\"\211=16=1B\203s=00=0E=18=0E=1B]=16=18=0E=19= A\211=16=19\202X=00=0E=18,=1D\324=0D=0E=1C]\325]\321\326 =0B&=06\210)\310\= 327!\207" [preselect delayed-sources normal-sources source helm-force-updat= ing-p helm-idle-delay helm-log-eval-internal ((mapcar (lambda (s) (assoc-de= fault 'name s)) delayed-sources)) helm-log "Update preselect candidate %s" = helm-preselect helm-update-move-first-line without-hook assoc candidates-pr= ocess helm-log-run-hook helm-after-update-hook nil assoc-default delayed ru= n-with-idle-timer 0.01 helm-process-delayed-sources "end update" delay #2= =3D#:--cl-var-- s d helm-input-idle-delay] 8)) remove-if-not helm-update-so= urce-p helm-get-sources helm-delayed-source-p helm-process-source delayed-s= ources #3=3D#:--cl-var-- source ds ns] 5 (#$ . 90685)]) 763c888 < (defalias 'helm-update-source-p #[(source) "\306\307\310\"\203\f=00 \203= =14=00\311\312\313\n#\202=15=00\n!=1B\f\203$=00\314\315\"\f\235\205F=00=0B= \307\316\"\211=1D\2037=00=0DA\2068=00\317\2028=00\320)Y\205F=00\311\321\31= 3\n#=0E=12\235?)\207" [source helm-match-plugin-mode helm-pattern len helm-= source-filter it string-width assoc no-matchplugin replace-regexp-in-string= " " "" assoc-default name requires-pattern 1 0 "\\s\\" helm-update-blackli= st-regexps] 6 (#$ . 89833)]) --- > (defalias 'helm-update-source-p #[(source) "\306\307\310\"\203\f=00 \203= =14=00\311\312\313\n#\202=15=00\n!=1B\f\203$=00\314\315\"\f\235\205F=00=0B= \307\316\"\211=1D\2037=00=0DA\2068=00\317\2028=00\320)Y\205F=00\311\321\31= 3\n#=0E=12\235?)\207" [source helm-match-plugin-mode helm-pattern len helm-= source-filter it string-width assoc no-matchplugin replace-regexp-in-string= " " "" assoc-default name requires-pattern 1 0 "\\s\\" helm-update-blackli= st-regexps] 6 (#$ . 92962)]) 765c890 < (defalias 'helm-delayed-source-p #[(source) "\302\303\"\206=14=00 \205= =14=00\304\305p!!\306d!W\207" [source helm-quick-update assoc delayed windo= w-height get-buffer-window line-number-at-pos] 3 (#$ . 90319)]) --- > (defalias 'helm-delayed-source-p #[(source) "\302\303\"\206=14=00 \205= =14=00\304\305p!!\306d!W\207" [source helm-quick-update assoc delayed windo= w-height get-buffer-window line-number-at-pos] 3 (#$ . 93448)]) 767c892 < (defalias 'helm-update-move-first-line #[(&optional without-hook) "eb\210= \204=0D=00\212\301\302!\210)\303 \207" [without-hook helm-log-run-hook hel= m-update-hook helm-next-line] 2 (#$ . 90569)]) --- > (defalias 'helm-update-move-first-line #[(&optional without-hook) "eb\210= \204=0D=00\212\301\302!\210)\303 \207" [without-hook helm-log-run-hook hel= m-update-hook helm-next-line] 2 (#$ . 93698)]) 774c899 < (defalias 'helm-force-update #[(&optional preselect) "\306 \307\310\311\"= \310=18=19=1A\311=13\n\203=16=00\312\313\314 \"\210\315\f\206=1C=00 \n\"\21= 0\316\317 !=1Dr\320\216\321=0D@\322\"\210\323 .=06\207" [helm-quick-update = selection source helm-force-updating-p preselect save-selected-window--stat= e helm-get-current-source helm-get-selection nil t mapc helm-force-update--= reinit helm-get-sources helm-update internal--before-with-selected-window h= elm-window ((internal--after-with-selected-window save-selected-window--sta= te)) select-window norecord recenter] 4 (#$ . 90801) nil]) --- > (defalias 'helm-force-update #[(&optional preselect) "\306 \307\310\311\"= \310=18=19=1A\311=13\n\203=16=00\312\313\314 \"\210\315\f\206=1C=00 \n\"\21= 0\316 \317\320\321 \"=1D=1E=17r\322\216\323\324 \325\"\210\326 .=07\207" [h= elm-quick-update selection source helm-force-updating-p preselect save-sele= cted-window-alist helm-get-current-source helm-get-selection nil t mapc hel= m-force-update--reinit helm-get-sources helm-update selected-window mapcar = #[(frame) "\301!D\207" [frame frame-selected-window] 3] frame-list ((byte= -code "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00= \310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\21= 0\305\207" [save-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x save= -selected-window-window nil frame-live-p window-live-p set-frame-selected-w= indow norecord select-window] 5)) select-window helm-window norecord recent= er save-selected-window-window] 4 (#$ . 93930) nil]) 776c901 < (defalias 'helm-force-update--reinit #[(source) "\304\305\"\211=19\203= =0D=00\306 !\210)\307\310=1A\211=1B\203/=00=0B@=12\311\n\"\211=19\203'=00\= 304 \"\210)=0BA\211=13\204=16=00*\312!\207" [source it attr --dolist-tail= -- helm-funcall-with-source helm-candidate-buffer kill-buffer (update init)= nil assoc-default helm-remove-candidate-cache] 4 (#$ . 91690)]) --- > (defalias 'helm-force-update--reinit #[(source) "\304\305\"\211=19\203= =0D=00\306 !\210)\307\310=1A\211=1B\203/=00=0B@=12\311\n\"\211=19\203'=00\= 304 \"\210)=0BA\211=13\204=16=00*\312!\207" [source it attr #1=3D#:--cl-d= olist-temp-- helm-funcall-with-source helm-candidate-buffer kill-buffer (up= date init) nil assoc-default helm-remove-candidate-cache] 4 (#$ . 95162)]) 778c903 < (defalias 'helm-remove-candidate-cache #[(source) "\302\303\304\" \"\207= " [source helm-candidate-cache remhash assoc-default name] 4 (#$ . 92088)]) --- > (defalias 'helm-remove-candidate-cache #[(source) "\302\303\304\" \"\207= " [source helm-candidate-cache remhash assoc-default name] 4 (#$ . 95568)]) 782c907 < (defalias 'helm-insert-match #[(match insert-function source) "\306`!\24= 2\206 =00\243=19=1A=1B\n9\203=19=00\307\n!\202%=00\n\247\203$=00\310\n!\2= 02%=00\n\211=12;\205R=00\f\n!\210\311=0B\312\"\204B=00 \203B=00\313=0B\314 = \312 $\210=0D\203O=00\313=0B\314 \315=0E=0F$\210\f\316!+\207" [match realva= lue dispvalue start insert-function helm-source-in-each-line-flag point-at-= bol symbol-name number-to-string get-text-property helm-realvalue put-text-= property point-at-eol helm-source "\n" source] 6 (#$ . 92287)]) --- > (defalias 'helm-insert-match #[(match insert-function source) "\306`!\24= 2\206 =00\243=19=1A=1B\n9\203=19=00\307\n!\202%=00\n\247\203$=00\310\n!\2= 02%=00\n\211=12;\205R=00\f\n!\210\311=0B\312\"\204B=00 \203B=00\313=0B\314 = \312 $\210=0D\203O=00\313=0B\314 \315=0E=0F$\210\f\316!+\207" [match realva= lue dispvalue start insert-function helm-source-in-each-line-flag point-at-= bol symbol-name number-to-string get-text-property helm-realvalue put-text-= property point-at-eol helm-source "\n" source] 6 (#$ . 95767)]) 786c911 < (defalias 'helm-insert-header-from-source #[(source) "\303\301\"=19\304 = \303\305\"\211=1A\205=15=00\306\n #)\")\207" [source name it assoc-defaul= t helm-insert-header header-name helm-funcall-with-source] 7 (#$ . 92952)]) --- > (defalias 'helm-insert-header-from-source #[(source) "\303\301\"=19\304 = \303\305\"\211=1A\205=15=00\306\n #)\")\207" [source name it assoc-defaul= t helm-insert-header header-name helm-funcall-with-source] 7 (#$ . 96432)]) 790c915 < (defalias 'helm-insert-header #[(name &optional display-string) "o\204=11= =00`=18\303c\210\304`\305\306$\210)`=18 c\210\304\307 \310 \311\306$\210\n= \203.=00\312\313\307 \310 \"\314\n#\210\303c\210\304`\315\316$)\207" [star= t name display-string "\n" put-text-property helm-header-separator t point-= at-bol point-at-eol helm-header overlay-put make-overlay display face helm-= source-header] 5 (#$ . 93315)]) --- > (defalias 'helm-insert-header #[(name &optional display-string) "o\204=11= =00`=18\303c\210\304`\305\306$\210)`=18 c\210\304\307 \310 \311\306$\210\n= \203.=00\312\313\307 \310 \"\314\n#\210\303c\210\304`\315\316$)\207" [star= t name display-string "\n" put-text-property helm-header-separator t point-= at-bol point-at-eol helm-header overlay-put make-overlay display face helm-= source-header] 5 (#$ . 96795)]) 792c917 < (defalias 'helm-insert-candidate-separator #[nil "\301\302\303#c\210\304= \305 \306 \300\307$\210\310c\207" [helm-candidate-separator propertize face= helm-separator put-text-property point-at-bol point-at-eol t "\n"] 5 (#$ .= 93874)]) --- > (defalias 'helm-insert-candidate-separator #[nil "\301\302\303#c\210\304= \305 \306 \300\307$\210\310c\207" [helm-candidate-separator propertize face= helm-separator put-text-property point-at-bol point-at-eol t "\n"] 5 (#$ .= 97354)]) 794c919 < (defalias 'helm-output-filter #[(process output-string) "\303\304 \"\n\"= \207" [process helm-async-processes output-string helm-output-filter-1 asso= c] 4 (#$ . 94166)]) --- > (defalias 'helm-output-filter #[(process output-string) "\303\304 \"\n\"= \207" [process helm-async-processes output-string helm-output-filter-1 asso= c] 4 (#$ . 97646)]) 796c921 < (defalias 'helm-output-filter--process-source #[(process output-string so= urce limit) "\300\301\215\207" [--cl-block-nil-- (byte-code "\306\307\310\= 311\"\312\313 \"\" \314#\315=1A\211=1B\205b=00=0B@=12\316 \236\2034=00`=1C\= 317 \210\320\n\321 #\210\322\f`\323\314$\210)\202:=00\320\n\321 #\210\312\3= 24 \"\211=1D\211AT\241\210)\325\324 \"=0E=19Y\203Z=00\326=0E=1A!\210\327\33= 0\315\"\210=0BA\211=13\204=15=00\315*\207" [output-string source candidate = --dolist-tail-- start #1=3D#:v helm-transform-candidates helm-output-filter= --collect-candidates split-string "\n" assoc incomplete-line t nil multilin= e helm-insert-candidate-separator helm-insert-match insert-before-markers p= ut-text-property helm-multiline item-count assoc-default helm-kill-async-pr= ocess throw --cl-block-nil-- limit process] 7)] 2]) --- > (defalias 'helm-output-filter--process-source #[(process output-string so= urce limit) "\300\301\215\207" [--cl-block-nil-- (byte-code "\306\307\310\= 311\"\312\313 \"\" \314#\315=1A\211=1B\205a=00=0B@=12\316 \236\2034=00`=1C\= 317 \210\320\n\321 #\210\322\f`\323\314$\210)\202:=00\320\n\321 #\210\312\3= 24 \"\312\324 \"AT\241\210\325\324 \"=0DY\203Y=00\326=0E=19!\210\327\330\31= 5\"\210=0BA\211=13\204=15=00\315*\207" [output-string source candidate #1= =3D#:--cl-dolist-temp-- start limit helm-transform-candidates helm-output-f= ilter--collect-candidates split-string "\n" assoc incomplete-line t nil mul= tiline helm-insert-candidate-separator helm-insert-match insert-before-mark= ers put-text-property helm-multiline item-count assoc-default helm-kill-asy= nc-process throw --cl-block-nil-- process] 7)] 2]) 798,799c923,924 < (defalias 'helm-output-filter--collect-candidates #[(lines incomplete-lin= e-info) "\305\306!\210\307=19\310\211=1A=1B :\203.=00 @=12\fA\203#=00\fA\n= P\f\310\241\210\202$=00\n=0BB=13 A\211=11\202\f=00\f\n\241\210=0B\237+!\207= " [lines #1=3D#:--cl-var-- line #2=3D#:--cl-var-- incomplete-line-info helm= -log-eval-internal ((cdr incomplete-line-info)) butlast nil] 5 (#$ . 95637)= ]) < (defalias 'helm-output-filter--post-process #[nil "\304 =18\305\306!\210\= 307 \310\"\211=1A\205/=00\311\n!=1Br\312\216\313=0B@\314\"\210\315\316!\210= \317 \210\320!\210\321 \210\305\322!+*\207" [src helm-buffer it save-selec= ted-window--state helm-get-current-source helm-log-run-hook helm-update-hoo= k get-buffer-window visible internal--before-with-selected-window ((interna= l--after-with-selected-window save-selected-window--state)) select-window n= orecord helm-skip-noncandidate-line next helm-mark-current-line helm-displa= y-mode-line helm-maybe-update-keymap helm-after-update-hook] 4]) --- > (defalias 'helm-output-filter--collect-candidates #[(lines incomplete-lin= e-info) "\305\306!\210\307=19\310\211=1A=1B :\203.=00 @=12\fA\203#=00\fA\n= P\f\310\241\210\202$=00\n=0BB=13 A\211=11\202\f=00\f\n\241\210=0B\237+!\207= " [lines #1=3D#:--cl-var-- line #2=3D#:--cl-var-- incomplete-line-info helm= -log-eval-internal ((cdr incomplete-line-info)) butlast nil] 5 (#$ . 99118)= ]) > (defalias 'helm-output-filter--post-process #[nil "\305 =18\306\307!\210\= 310 \311\"\211=1A\2053=00\312 \313\314\315 \"=1B=1Cr\316\216\317\n\320\"\21= 0\321\322!\210\323 \210\324!\210\325 \210\306\326!,*\207" [src helm-buffer= it save-selected-window-alist save-selected-window-window helm-get-current= -source helm-log-run-hook helm-update-hook get-buffer-window visible select= ed-window mapcar #[(frame) "\301!D\207" [frame frame-selected-window] 3] = frame-list ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \2= 11=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<= =00\312\f\311\"\210\305\207" [save-selected-window-alist elt #1=3D#:--cl-do= list-temp-- x save-selected-window-window nil frame-live-p window-live-p se= t-frame-selected-window norecord select-window] 5)) select-window norecord = helm-skip-noncandidate-line next helm-mark-current-line helm-display-mode-l= ine helm-maybe-update-keymap helm-after-update-hook] 5]) 802c927 < (defalias 'helm-process-deferred-sentinel-hook #[(process event file) "\= 305\230\205%=00\306 !\204=10=00\n\205%=00\307=12\310=0B!\210\311\312\304!\2= 03!=00\f\206\"=00\313\314\315#\207" [event file helm-suspend-update-flag pr= ocess tramp-connection-min-time-diff "finished\n" file-remote-p t helm-kill= -async-process run-at-time boundp 5 nil #[nil "\205=00\302=11\303 \207" [= helm-alive-p helm-suspend-update-flag nil helm-check-minibuffer-input] 1]] = 4 (#$ . 96646)]) --- > (defalias 'helm-process-deferred-sentinel-hook #[(process event file) "\= 305\230\205%=00\306 !\204=10=00\n\205%=00\307=12\310=0B!\210\311\312\304!\2= 03!=00\f\206\"=00\313\314\315#\207" [event file helm-suspend-update-flag pr= ocess tramp-connection-min-time-diff "finished\n" file-remote-p t helm-kill= -async-process run-at-time boundp 5 nil #[nil "\205=00\302=11\303 \207" [= helm-alive-p helm-suspend-update-flag nil helm-check-minibuffer-input] 1]] = 4 (#$ . 100469)]) 804c929 < (defalias 'helm-kill-async-processes #[nil "\205=15=00\301\211@@\262=01= !\210A\211=10\204=04=00\302\207" [helm-async-processes helm-kill-async-pro= cess nil] 4 (#$ . 97198)]) --- > (defalias 'helm-kill-async-processes #[nil "\205=15=00\302\211=19@@)!\2= 10A\211=10\204=04=00\303\207" [helm-async-processes x helm-kill-async-proc= ess nil] 3 (#$ . 101022)]) 806c931 < (defalias 'helm-kill-async-process #[(process) "\301\302\"\210\303!\207= " [process set-process-filter nil delete-process] 3 (#$ . 97437)]) --- > (defalias 'helm-kill-async-process #[(process) "\301\302\"\210\303!\207= " [process set-process-filter nil delete-process] 3 (#$ . 101261)]) 808c933 < (defalias 'helm-execute-selection-action #[nil "\300\301!\210\302\303!\21= 0\304\216\305 )\207" [helm-log-run-hook helm-before-action-hook helm-curren= t-position restore ((byte-code "\302!\211=19\203\f=00\303 !\210)\304\305!\= 207" [helm-action-buffer it get-buffer kill-buffer helm-log-run-hook helm-a= fter-action-hook] 3)) helm-execute-selection-action-1] 2 (#$ . 97650)]) --- > (defalias 'helm-execute-selection-action #[nil "\300\301!\210\302\303!\21= 0\304\216\305 )\207" [helm-log-run-hook helm-before-action-hook helm-curren= t-position restore ((byte-code "\302!\211=19\203\f=00\303 !\210)\304\305!\= 207" [helm-action-buffer it get-buffer kill-buffer helm-log-run-hook helm-a= fter-action-hook] 3)) helm-execute-selection-action-1] 2 (#$ . 101475)]) 811c936 < (defalias 'helm-execute-selection-action-1 #[(&optional selection action = preserve-saved-action) "\306\307!\210\310\206=1B=00 \206=1B=00\311\n!\203= =19=00\312\n!\202=1B=00\313 !=10=0B\206#=00\314 \315=1C=1D=0E=13\2068=00\31= 2 \2068=00\316\317=0D\"\2058=00\320=16=13=0E=14\204A=00\315=11=0E=13\205S= =00\205S=00\321=0D\322=0E=13=0D\"#*\207" [action helm-saved-action helm-a= ction-buffer helm-saved-current-source non-essential source helm-log "execu= ting action" helm-get-default-action get-buffer helm-get-selection helm-get= -action helm-get-current-source nil assoc accept-empty "" helm-funcall-with= -source helm-coerce-selection selection preserve-saved-action] 6 (#$ . 9808= 4)]) --- > (defalias 'helm-execute-selection-action-1 #[(&optional selection action = preserve-saved-action) "\306\307!\210\310\206=1B=00 \206=1B=00\311\n!\203= =19=00\312\n!\202=1B=00\313 !=10=0B\206#=00\314 \315=1C=1D=0E=13\2068=00\31= 2 \2068=00\316\317=0D\"\2058=00\320=16=13=0E=14\204A=00\315=11=0E=13\205S= =00\205S=00\321=0D\322=0E=13=0D\"#*\207" [action helm-saved-action helm-a= ction-buffer helm-saved-current-source non-essential source helm-log "execu= ting action" helm-get-default-action get-buffer helm-get-selection helm-get= -action helm-get-current-source nil assoc accept-empty "" helm-funcall-with= -source helm-coerce-selection selection preserve-saved-action] 6 (#$ . 1019= 10)]) 814c939 < (defalias 'helm-coerce-selection #[(selection source) "\303\304\"\211=19= \203=11=00\305 \n#\202=12=00\n)\207" [source it selection assoc-default co= erce helm-funcall-with-source] 5 (#$ . 98786)]) --- > (defalias 'helm-coerce-selection #[(selection source) "\303\304\"\211=19= \203=11=00\305 \n#\202=12=00\n)\207" [source it selection assoc-default co= erce helm-funcall-with-source] 5 (#$ . 102613)]) 816c941 < (defalias 'helm-get-default-action #[(action) "<\203=10=00\301!\204=10= =00\211@A\207\207" [action functionp] 2 (#$ . 99070)]) --- > (defalias 'helm-get-default-action #[(action) "<\203=12=00\302!\204=12= =00\211=19@A)\207\207" [action x functionp] 3 (#$ . 102898)]) 819c944 < (defalias 'helm-select-action #[nil "\306\307!\210\310 =10\311 \312\"\203= =1E=00\313\311 !\n\"\210\314 !\210\315=0B\316\"\207\203C=00\317 =14\320 = =1D\321=0D!\2035=00\322\323=0D\"\202A=00\324=0D!\210\325 \210\326=16=19\327= )\207\322\330!\207" [helm-saved-selection helm-action-buffer helm-buffer h= elm-input helm-saved-current-source actions helm-log-run-hook helm-select-a= ction-hook helm-get-selection get-buffer-window visible set-window-buffer k= ill-buffer helm-set-pattern noupdate helm-get-current-source helm-get-actio= n functionp message "Sole action: %s" helm-show-action-buffer helm-delete-m= inibuffer-contents dummy helm-check-minibuffer-input "No Actions available"= helm-pattern] 3 (#$ . 99251) nil]) --- > (defalias 'helm-select-action #[nil "\306\307!\210\310 =10\311 \312\"\203= =1E=00\313\311 !\n\"\210\314 !\210\315=0B\316\"\207\203C=00\317 =14\320 = =1D\321=0D!\2035=00\322\323=0D\"\202A=00\324=0D!\210\325 \210\326=16=19\327= )\207\322\330!\207" [helm-saved-selection helm-action-buffer helm-buffer h= elm-input helm-saved-current-source actions helm-log-run-hook helm-select-a= ction-hook helm-get-selection get-buffer-window visible set-window-buffer k= ill-buffer helm-set-pattern noupdate helm-get-current-source helm-get-actio= n functionp message "Sole action: %s" helm-show-action-buffer helm-delete-m= inibuffer-contents dummy helm-check-minibuffer-input "No Actions available"= helm-pattern] 3 (#$ . 103084) nil]) 823c948 < (defalias 'helm-display-source-at-screen-top-maybe #[(unit) "\205=14=00 = \302=3D\205=14=00\303\304 \212\305y\210`)\"\207" [helm-display-source-at-sc= reen-top unit source set-window-start selected-window -1] 3 (#$ . 100660)]) --- > (defalias 'helm-display-source-at-screen-top-maybe #[(unit) "\205=14=00 = \302=3D\205=14=00\303\304 \212\305y\210`)\"\207" [helm-display-source-at-sc= reen-top unit source set-window-start selected-window -1] 3 (#$ . 104494)]) 828c953 < (defalias 'helm-skip-noncandidate-line #[(direction) "\301!\210o\203=0B= =00\302y\210m\205=11=00\303y\207" [direction helm-skip-header-and-separator= -line 1 -1] 2 (#$ . 100982)]) --- > (defalias 'helm-skip-noncandidate-line #[(direction) "\301!\210o\203=0B= =00\302y\210m\205=11=00\303y\207" [direction helm-skip-header-and-separator= -line 1 -1] 2 (#$ . 104816)]) 831c956 < (defalias 'helm-skip-header-and-separator-line #[(direction) "o?\205&=00\= 301 \204=0F=00\302 \205&=00\303=3D\203 =00\304 e=3D\204 =00\305\202!=00\30= 6y\210\202=00=00\207" [direction helm-pos-header-line-p helm-pos-candidate-= separator-p previous point-at-bol -1 1] 2 (#$ . 101389)]) --- > (defalias 'helm-skip-header-and-separator-line #[(direction) "o?\205&=00\= 301 \204=0F=00\302 \205&=00\303=3D\203 =00\304 e=3D\204 =00\305\202!=00\30= 6y\210\202=00=00\207" [direction helm-pos-header-line-p helm-pos-candidate-= separator-p previous point-at-bol -1 1] 2 (#$ . 105223)]) 833c958 < (defalias 'helm-display-mode-line #[(source) "\306\301!\210\307<\203=11= =00\310\311\"\206=14=00\312\301!\"=11\302\236A\313=3D\205!=00\314=1A \20= 3I=00\315\316\315\317\315\n\320BBBBBB=13\321 <\203C=00 \211A@\262=01\202D= =00 !=14\202M=00\312\303!=13\307<\205W=00\310\322\"\"=1D\323\324\325 =0D= GZ]\326\"=1E=1A\327\315=0D=0E=1AQ\330\331#\211=16=1B+\207" [source helm-mod= e-line-string follow mode-line-format helm-mode-line-string-real hlstr make= -local-variable helm-interpret-value assoc-default mode-line default-value = 1 "(HF) " " " mode-line-buffer-identification (line-number-mode "L%l") ((:e= val (helm-show-candidate-number (when (listp helm-mode-line-string) (car-sa= fe helm-mode-line-string)))) " " helm-mode-line-string-real " -%-") substit= ute-command-keys header-line make-string 0 window-width 32 propertize face = helm-header hlend header-line-format] 7 (#$ . 101782)]) --- > (defalias 'helm-display-mode-line #[(source) "\306\301!\210\307<\203=11= =00\310\311\"\206=14=00\312\301!\"=11\302\236A\313=3D\205!=00\314=1A \20= 3I=00\315\316\315\317\315\n\320BBBBBB=13\321 <\203C=00 \211=1CA@)\202D=00 != =15\202M=00\312\303!=13\307<\205W=00\310\322\"\"=1E=1A\323\324\325 =0E= =1AGZ]\326\"=1E=1B\327\315=0E=1A=0E=1BQ\330\331#\211=16=1C+\207" [source he= lm-mode-line-string follow mode-line-format x helm-mode-line-string-real ma= ke-local-variable helm-interpret-value assoc-default mode-line default-valu= e 1 "(HF) " " " mode-line-buffer-identification (line-number-mode "L%l") ((= :eval (helm-show-candidate-number (when (listp helm-mode-line-string) (car-= safe helm-mode-line-string)))) " " helm-mode-line-string-real " -%-") subst= itute-command-keys header-line make-string 0 window-width 32 propertize fac= e helm-header hlstr hlend header-line-format] 8 (#$ . 105616)]) 837c962 < (defalias 'helm-show-candidate-number #[(&optional name) "\301 ?\205=15= =00\302\303\304\305\306!\206=11=00\307#\310\311#\207" [name helm-empty-sou= rce-p propertize format "[%s %s]" helm-approximate-candidate-number in-curr= ent-source "Candidate(s)" face helm-candidate-number] 5 (#$ . 102664)]) --- > (defalias 'helm-show-candidate-number #[(&optional name) "\301 ?\205=15= =00\302\303\304\305\306!\206=11=00\307#\310\311#\207" [name helm-empty-sou= rce-p propertize format "[%s %s]" helm-approximate-candidate-number in-curr= ent-source "Candidate(s)" face helm-candidate-number] 5 (#$ . 106500)]) 851c976 < (defalias 'helm-move-selection-common #[(&rest #1=3D#:--cl-rest--) "\306= >A@=19\307>A@=1A=1B=0B\2038=00=0B@\310>\203!=00=0BAA\211=13\202=0F=00\311= >A@\203/=00\312\211=13\202=0F=00\313\314=0B@\"\210\202=0E=00)\315 \316\"\2= 03b=00\315\n\317\"\203K=00\320\202\322=00\315\n\321\"\203V=00\322\202\322= =00\313\323\n\324#\205\322=00\312\202\322=00\315 \325\"\203\213=00\315\n\31= 7\"\203t=00\326\202\322=00\315\n\321\"\203=00\327\202\322=00\313\323\n\330= #\205\322=00\312\202\322=00\315 \331\"\203\264=00\315\n\317\"\203\235=00\33= 2\202\322=00\315\n\321\"\203\250=00\333\202\322=00\313\323\n\334#\205\322= =00\312\202\322=00\315 \335\"\205\322=00\315\n\317\"\203\306=00\336\202\322= =00\315\n\321\"\203\321=00\337\202\322=00\340=1C\341\342 !\206\335=00\343 ?= ?\205=0F=01\344\343 !=1Dr\345\216\346=0D@\347\"\210\350\351!\210\f \210\352= \n!\210\353 !\210\354 \203=06=01\355 \210\356\357 !\210\350\360!++\207" [#1= # where direction #2=3D#:--cl-keys-- move-func save-selected-window--state = :where :direction (:where :direction :allow-other-keys) :allow-other-keys n= il error "Keyword argument %s not one of (:where :direction)" eql line prev= ious helm-move--previous-line-fn next helm-move--next-line-fn "cl-ecase fai= led: %s, %s" (previous next) page helm-move--previous-page-fn helm-move--ne= xt-page-fn (previous next) edge helm-move--beginning-of-buffer-fn helm-move= --end-of-buffer-fn (previous next) source helm-move--previous-source-fn hel= m-move--next-source-fn #[nil "\301!\207" [direction helm-move--goto-source= -fn] 2] helm-empty-buffer-p helm-buffer-get helm-window internal--before-wi= th-selected-window ((internal--after-with-selected-window save-selected-win= dow--state)) select-window norecord helm-log-run-hook helm-move-selection-b= efore-hook helm-skip-noncandidate-line helm-display-source-at-screen-top-ma= ybe helm-get-previous-header-pos helm-mark-current-line helm-display-mode-l= ine helm-get-current-source helm-move-selection-after-hook] 5 (#$ . 103095)= ]) --- > (defalias 'helm-move-selection-common #[(&rest #1=3D#:--cl-rest--) "\306= >A@=19\307>A@=1A=1B=0B\2038=00=0B@\310>\203!=00=0BAA\211=13\202=0F=00\311= >A@\203/=00\312\211=13\202=0F=00\313\314=0B@\"\210\202=0E=00) \315=3D\203_= =00\n\316=3D\203I=00\317\202\306=00\n\320=3D\203S=00\321\202\306=00\313\322= \n\323#\205\306=00\312\202\306=00 \324=3D\203\205=00\n\316=3D\203o=00\325\2= 02\306=00\n\320=3D\203y=00\326\202\306=00\313\322\n\327#\205\306=00\312\202= \306=00 \330=3D\203\253=00\n\316=3D\203\225=00\331\202\306=00\n\320=3D\203\= 237=00\332\202\306=00\313\322\n\333#\205\306=00\312\202\306=00 \334=3D\205\= 306=00\n\316=3D\203\273=00\335\202\306=00\n\320=3D\203\305=00\336\202\306= =00\337=1C\340\341 !\206\321=00\342 ??\205=01\343 \344\345\346 \"=1D=1E3r\= 347\216\350\342 \351\"\210\352\353!\210\f \210\354\n!\210\355 !\210\356 \20= 3\377=00\357 \210\360\361 !\210\352\362!,+\207" [#1# where direction #2=3D#= :--cl-keys-- move-func save-selected-window-alist :where :direction (:where= :direction :allow-other-keys) :allow-other-keys nil error "Keyword argumen= t %s not one of (:where :direction)" line previous helm-move--previous-line= -fn next helm-move--next-line-fn "ecase failed: %s, %s" (previous next) pag= e helm-move--previous-page-fn helm-move--next-page-fn (previous next) edge = helm-move--beginning-of-buffer-fn helm-move--end-of-buffer-fn (previous nex= t) source helm-move--previous-source-fn helm-move--next-source-fn #[nil "\3= 01!\207" [direction helm-move--goto-source-fn] 2] helm-empty-buffer-p helm= -buffer-get helm-window selected-window mapcar #[(frame) "\301!D\207" [fr= ame frame-selected-window] 3] frame-list ((byte-code "\305=19\211=1A\2030= =00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\= nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" [save-selected-w= indow-alist elt #3=3D#:--cl-dolist-temp-- x save-selected-window-window nil= frame-live-p window-live-p set-frame-selected-window norecord select-windo= w] 5)) select-window norecord helm-log-run-hook helm-move-selection-before-= hook helm-skip-noncandidate-line helm-display-source-at-screen-top-maybe he= lm-get-previous-header-pos helm-mark-current-line helm-display-mode-line he= lm-get-current-source helm-move-selection-after-hook save-selected-window-w= indow] 5 (#$ . 106931)]) 862c987 < (defalias 'helm-previous-line #[nil "\300\301\302\303\304$\207" [helm-mov= e-selection-common :where line :direction previous] 5 (#$ . 106787) nil]) --- > (defalias 'helm-previous-line #[nil "\300\301\302\303\304$\207" [helm-mov= e-selection-common :where line :direction previous] 5 (#$ . 110902) nil]) 864c989 < (defalias 'helm-next-line #[nil "\300\301\302\303\304$\207" [helm-move-se= lection-common :where line :direction next] 5 (#$ . 106977) nil]) --- > (defalias 'helm-next-line #[nil "\300\301\302\303\304$\207" [helm-move-se= lection-common :where line :direction next] 5 (#$ . 111092) nil]) 866c991 < (defalias 'helm-previous-page #[nil "\300\301\302\303\304$\207" [helm-mov= e-selection-common :where page :direction previous] 5 (#$ . 107155) nil]) --- > (defalias 'helm-previous-page #[nil "\300\301\302\303\304$\207" [helm-mov= e-selection-common :where page :direction previous] 5 (#$ . 111270) nil]) 868c993 < (defalias 'helm-next-page #[nil "\300\301\302\303\304$\207" [helm-move-se= lection-common :where page :direction next] 5 (#$ . 107344) nil]) --- > (defalias 'helm-next-page #[nil "\300\301\302\303\304$\207" [helm-move-se= lection-common :where page :direction next] 5 (#$ . 111459) nil]) 870c995 < (defalias 'helm-beginning-of-buffer #[nil "\300\301\302\303\304$\207" [he= lm-move-selection-common :where edge :direction previous] 5 (#$ . 107528) n= il]) --- > (defalias 'helm-beginning-of-buffer #[nil "\300\301\302\303\304$\207" [he= lm-move-selection-common :where edge :direction previous] 5 (#$ . 111643) n= il]) 872c997 < (defalias 'helm-end-of-buffer #[nil "\300\301\302\303\304$\207" [helm-mov= e-selection-common :where edge :direction next] 5 (#$ . 107714) nil]) --- > (defalias 'helm-end-of-buffer #[nil "\300\301\302\303\304$\207" [helm-mov= e-selection-common :where edge :direction next] 5 (#$ . 111829) nil]) 874c999 < (defalias 'helm-previous-source #[nil "\300\301\302\303\304$\207" [helm-m= ove-selection-common :where source :direction previous] 5 (#$ . 107893) nil= ]) --- > (defalias 'helm-previous-source #[nil "\300\301\302\303\304$\207" [helm-m= ove-selection-common :where source :direction previous] 5 (#$ . 112008) nil= ]) 876c1001 < (defalias 'helm-next-source #[nil "\300\301\302\303\304$\207" [helm-move-= selection-common :where source :direction next] 5 (#$ . 108089) nil]) --- > (defalias 'helm-next-source #[nil "\300\301\302\303\304$\207" [helm-move-= selection-common :where source :direction next] 5 (#$ . 112204) nil]) 878c1003 < (defalias 'helm-goto-source #[(source-or-name) "\301\302\303\304$\207" [= source-or-name helm-move-selection-common :where source :direction] 5 (#$ .= 108273)]) --- > (defalias 'helm-goto-source #[(source-or-name) "\301\302\303\304$\207" [= source-or-name helm-move-selection-common :where source :direction] 5 (#$ .= 112388)]) 882c1007 < (defalias 'helm-mark-current-line #[(&optional resumep) "\306\307 !=18r\3= 10\216\311@\312\"\210 \203=15=00\nb\210\313=0B\314 \315 \203C=00\316 \317 = =1C\211=1D\204,=00\f\206?=00=0D\203:=00\f\203:=00\f=0DW\206?=00=0D\206?=00d= *\202F=00\320 T#\210\321=0B!=12+\322 \207" [save-selected-window--state res= umep helm-selection-point helm-selection-overlay separator-pos header-pos i= nternal--before-with-selected-window helm-window ((internal--after-with-sel= ected-window save-selected-window--state)) select-window norecord move-over= lay point-at-bol helm-pos-multiline-p helm-get-next-header-pos helm-get-nex= t-candidate-separator-pos point-at-eol overlay-start helm-follow-execute-pe= rsistent-action-maybe] 6 (#$ . 108488)]) --- > (defalias 'helm-mark-current-line #[(&optional resumep) "\306 \307\310\31= 1 \"=18=19r\312\216\313\314 \315\"\210\n\203=19=00=0Bb\210\316\f\317 \320 \= 203K=00\321 \322 =1D\211=1E=16\2041=00=0D\206G=00=0E=16\203A=00=0D\203A=00= =0D=0E=16W\206G=00=0E=16\206G=00d*\202N=00\323 T#\210\324\f!=13,\325 \207" = [save-selected-window-alist save-selected-window-window resumep helm-select= ion-point helm-selection-overlay separator-pos selected-window mapcar #[(fr= ame) "\301!D\207" [frame frame-selected-window] 3] frame-list ((byte-code= "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 = @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305= \207" [save-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-sele= cted-window-window nil frame-live-p window-live-p set-frame-selected-window= norecord select-window] 5)) select-window helm-window norecord move-overla= y point-at-bol helm-pos-multiline-p helm-get-next-header-pos helm-get-next-= candidate-separator-pos point-at-eol overlay-start helm-follow-execute-pers= istent-action-maybe header-pos] 6 (#$ . 112603)]) 889c1014 < (defalias 'helm-confirm-and-exit-minibuffer #[nil "rq\210ed)=3D\211=19?\= 205=18=00\305\306\307\310\311\312\"#\313\230=1A \204!=00\n\2031=00=0B\314= =3D\2031=00\314=14\311=13\315\316!\202I=00 \2049=00\n\203E=00=0B\317=3D\203= E=00\315\320!\202I=00\311=14\321 *\207" [helm-buffer empty-buffer-p unknow = minibuffer-completion-confirm helm-minibuffer-confirm-state get-text-proper= ty 0 display helm-get-selection nil withprop "[?]" confirm minibuffer-messa= ge " [confirm]" t " [No match]" helm-exit-minibuffer] 7 (#$ . 109304) nil]) --- > (defalias 'helm-confirm-and-exit-minibuffer #[nil "rq\210ed)=3D\211=19?\= 205=18=00\305\306\307\310\311\312\"#\313\230=1A \204!=00\n\2031=00=0B\314= =3D\2031=00\314=14\311=13\315\316!\202I=00 \2049=00\n\203E=00=0B\317=3D\203= E=00\315\320!\202I=00\311=14\321 *\207" [helm-buffer empty-buffer-p unknow = minibuffer-completion-confirm helm-minibuffer-confirm-state get-text-proper= ty 0 display helm-get-selection nil withprop "[?]" confirm minibuffer-messa= ge " [confirm]" t " [No match]" helm-exit-minibuffer] 7 (#$ . 113764) nil]) 892c1017 < (defalias 'helm-confirm-and-exit-hook #[nil "\302=3D\206=00 ??\205=0F= =00 \211=10\207" [minibuffer-completion-confirm helm-minibuffer-confirm-sta= te t] 2 (#$ . 110164)]) --- > (defalias 'helm-confirm-and-exit-hook #[nil "\302=3D\206=00 ??\205=0F= =00 \211=10\207" [minibuffer-completion-confirm helm-minibuffer-confirm-sta= te t] 2 (#$ . 114624)]) 894c1019 < (defalias 'helm-exit-minibuffer #[nil "\204=06=00 =10\303=12\304 \207" [= helm-current-prefix-arg current-prefix-arg helm-exit-status 0 exit-minibuff= er] 1 (#$ . 110388) nil]) --- > (defalias 'helm-exit-minibuffer #[nil "\204=06=00 =10\303=12\304 \207" [= helm-current-prefix-arg current-prefix-arg helm-exit-status 0 exit-minibuff= er] 1 (#$ . 114848) nil]) 897c1022 < (defalias 'helm-keyboard-quit #[nil "\302\303\"\203=0B=00\304!\210\305= =11\306 \207" [helm-action-buffer helm-exit-status get-buffer-window visibl= e kill-buffer 1 abort-recursive-edit] 3 (#$ . 110616) nil]) --- > (defalias 'helm-keyboard-quit #[nil "\302\303\"\203=0B=00\304!\210\305= =11\306 \207" [helm-action-buffer helm-exit-status get-buffer-window visibl= e kill-buffer 1 abort-recursive-edit] 3 (#$ . 115076) nil]) 899c1024 < (defalias 'helm-get-next-header-pos #[nil "\300`\301\"\207" [next-single-= property-change helm-header] 3 (#$ . 110888)]) --- > (defalias 'helm-get-next-header-pos #[nil "\300`\301\"\207" [next-single-= property-change helm-header] 3 (#$ . 115348)]) 901c1026 < (defalias 'helm-get-previous-header-pos #[nil "\300`\301\"\207" [previous= -single-property-change helm-header] 3 (#$ . 111065)]) --- > (defalias 'helm-get-previous-header-pos #[nil "\300`\301\"\207" [previous= -single-property-change helm-header] 3 (#$ . 115525)]) 903c1028 < (defalias 'helm-pos-multiline-p #[nil "\300`\301\"\207" [get-text-propert= y helm-multiline] 3 (#$ . 111254)]) --- > (defalias 'helm-pos-multiline-p #[nil "\300`\301\"\207" [get-text-propert= y helm-multiline] 3 (#$ . 115714)]) 905c1030 < (defalias 'helm-get-next-candidate-separator-pos #[nil "\300`\301\"\207" = [next-single-property-change helm-candidate-separator] 3 (#$ . 111443)]) --- > (defalias 'helm-get-next-candidate-separator-pos #[nil "\300`\301\"\207" = [next-single-property-change helm-candidate-separator] 3 (#$ . 115903)]) 907c1032 < (defalias 'helm-get-previous-candidate-separator-pos #[nil "\300`\301\"\2= 07" [previous-single-property-change helm-candidate-separator] 3 (#$ . 1116= 59)]) --- > (defalias 'helm-get-previous-candidate-separator-pos #[nil "\300`\301\"\2= 07" [previous-single-property-change helm-candidate-separator] 3 (#$ . 1161= 19)]) 909c1034 < (defalias 'helm-pos-header-line-p #[nil "\300\301 \302\"\206=0D=00\300\30= 1 \303\"\207" [get-text-property point-at-bol helm-header helm-header-separ= ator] 3 (#$ . 111887)]) --- > (defalias 'helm-pos-header-line-p #[nil "\300\301 \302\"\206=0D=00\300\30= 1 \303\"\207" [get-text-property point-at-bol helm-header helm-header-separ= ator] 3 (#$ . 116347)]) 911c1036 < (defalias 'helm-pos-candidate-separator-p #[nil "\300\301 \302\"\207" [ge= t-text-property point-at-bol helm-candidate-separator] 3 (#$ . 112108)]) --- > (defalias 'helm-pos-candidate-separator-p #[nil "\300\301 \302\"\207" [ge= t-text-property point-at-bol helm-candidate-separator] 3 (#$ . 116568)]) 913,914c1038,1039 < (defalias 'helm-debug-output #[nil "\300\301\302\"\207" [helm-help-intern= al " *Helm Debug*" helm-debug-output-function] 3 (#$ . 112315) nil]) < (defalias 'helm-debug-output-function #[(&optional vars) "\305\306!\210\3= 07c\210\206=13=00 \206=13=00\310\311\312\"\313=1A\211=1B\2037=00=0B@=12\31= 4\315\n!\316\315r\fq\210\317\n!)!\316\261=05\210=0BA\211=13\204=1A=00*\305\= 320!\207" [vars helm-debug-variables v --dolist-tail-- helm-buffer message = "Calculating all helm-related values..." "If you debug some variables or fo= rms, set `helm-debug-variables'\nto a list of forms.\n\n" apropos-internal = "^helm-" boundp nil "** " pp-to-string "\n" eval "Calculating all helm-rela= ted values...Done"] 7]) --- > (defalias 'helm-debug-output #[nil "\300\301\302\"\207" [helm-help-intern= al " *Helm Debug*" helm-debug-output-function] 3 (#$ . 116775) nil]) > (defalias 'helm-debug-output-function #[(&optional vars) "\305\306!\210\3= 07c\210\206=13=00 \206=13=00\310\311\312\"\313=1A\211=1B\2037=00=0B@=12\31= 4\315\n!\316\315r\fq\210\317\n!)!\316\261=05\210=0BA\211=13\204=1A=00*\305\= 320!\207" [vars helm-debug-variables v #1=3D#:--cl-dolist-temp-- helm-buffe= r message "Calculating all helm-related values..." "If you debug some varia= bles or forms, set `helm-debug-variables'\nto a list of forms.\n\n" apropos= -internal "^helm-" boundp nil "** " pp-to-string "\n" eval "Calculating all= helm-related values...Done"] 7]) 916c1041 < (defalias 'helm-kill-buffer-hook #[nil "\301\302\"\210\303\207" [helm-ti= ck-hash maphash #[(key #1=3D#:--cl-var--) "\302\303\304\305\306 !\"\"\205= =11=00\307 \"\207" [key helm-tick-hash string-match format "^%s/" regexp-q= uote buffer-name remhash] 5] nil] 3 (#$ . 113028)]) --- > (defalias 'helm-kill-buffer-hook #[nil "\301\302\"\210\303\207" [helm-ti= ck-hash maphash #[(key #1=3D#:--cl-var--) "\302\303\304\305\306 !\"\"\205= =11=00\307 \"\207" [key helm-tick-hash string-match format "^%s/" regexp-q= uote buffer-name remhash] 5] nil] 3 (#$ . 117496)]) 919c1044 < (defalias 'helm-preselect #[(candidate-or-regexp &optional source) "\305\= 306 !=18r\307\216\310@\311\"\210 \203=3D=00\n\203!=00=0B\203'=00\312=0B!\2= 10\202'=00eb\210\313y\210`=1C\314 \315\316#\204<=00\317 \315\316#\204<=00\f= b\210)\320 +\207" [save-selected-window--state candidate-or-regexp helm-for= ce-updating-p source start internal--before-with-selected-window helm-windo= w ((internal--after-with-selected-window save-selected-window--state)) sele= ct-window norecord helm-goto-source 1 search-forward nil t re-search-forwar= d helm-mark-current-line] 4 (#$ . 113417)]) --- > (defalias 'helm-preselect #[(candidate-or-regexp &optional source) "\306 = \307\310\311 \"=18=19r\312\216\313\314 \315\"\210\n\203A=00=0B\203%=00\f\20= 3+=00\316\f!\210\202+=00eb\210\317y\210`=1D\320\n\321\322#\204@=00\323\n\32= 1\322#\204@=00=0Db\210)\324 ,\207" [save-selected-window-alist save-selecte= d-window-window candidate-or-regexp helm-force-updating-p source start sele= cted-window mapcar #[(frame) "\301!D\207" [frame frame-selected-window] 3= ] frame-list ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 = \211=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203= <=00\312\f\311\"\210\305\207" [save-selected-window-alist elt #1=3D#:--cl-d= olist-temp-- x save-selected-window-window nil frame-live-p window-live-p s= et-frame-selected-window norecord select-window] 5)) select-window helm-win= dow norecord helm-goto-source 1 search-forward nil t re-search-forward helm= -mark-current-line] 4 (#$ . 117885)]) 921c1046 < (defalias 'helm-delete-current-selection #[nil "\303\304 !=18r\305\216\30= 6@\307\"\210\310 \203D=00\311 \211=19\203'=00\312 b\210\313 T|\210\2020= =00\314 b\210\312 d|\210)\315 \203b=00\314 \206<=00eb\210\316y\210\202b=00\= 312 \313 T|\210\315\317!\203b=00\212\320y\210\321 )?\211=1A\203a=00\320y\21= 0)\315\317!?\205k=00\322 +\207" [save-selected-window--state it headp inter= nal--before-with-selected-window helm-window ((internal--after-with-selecte= d-window save-selected-window--state)) select-window norecord helm-pos-mult= iline-p helm-get-next-candidate-separator-pos point-at-bol point-at-eol hel= m-get-previous-candidate-separator-pos helm-end-of-source-p 1 t -1 helm-pos= -header-line-p helm-mark-current-line] 4 (#$ . 114033) nil]) --- > (defalias 'helm-delete-current-selection #[nil "\304 \305\306\307 \"=18= =19r\310\216\311\312 \313\"\210\314 \203H=00\315 \211=1A\203+=00\316 \nb\21= 0\317 T|\210\2024=00\320 b\210\316 d|\210)\321 \203f=00\320 \206@=00eb\210\= 322y\210\202f=00\316 \317 T|\210\321\323!\203f=00\212\324y\210\325 )?\211= =1B\203e=00\324y\210)\321\323!?\205o=00\326 ,\207" [save-selected-window-al= ist save-selected-window-window it headp selected-window mapcar #[(frame) "= \301!D\207" [frame frame-selected-window] 3] frame-list ((byte-code "\30= 5=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211= =1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" = [save-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-selected-w= indow-window nil frame-live-p window-live-p set-frame-selected-window norec= ord select-window] 5)) select-window helm-window norecord helm-pos-multilin= e-p helm-get-next-candidate-separator-pos point-at-bol point-at-eol helm-ge= t-previous-candidate-separator-pos helm-end-of-source-p 1 t -1 helm-pos-hea= der-line-p helm-mark-current-line] 5 (#$ . 118846) nil]) 923,924c1048,1049 < (defalias 'helm-end-of-source-p #[(&optional at-point) "\212\203 =00\301= \202\n=00\302y\210\303 \304 =3D\206=1A=00\305 \206=1A=00m)\207" [at-point 0= 1 point-at-bol point-at-eol helm-pos-header-line-p] 2 (#$ . 114783)]) < (defalias 'helm-edit-current-selection-internal #[(func) "\304\305 !=18r\= 306\216\307@\310\"\210\311y\210\312`\313\"\312`\314\"=19=1A=0B \210\311y\2= 10\n\203-=00\315`\316 \313\n$\210 \2039=00\315`\316 \314 $\210\317 -\207" [= save-selected-window--state multiline realvalue func internal--before-with-= selected-window helm-window ((internal--after-with-selected-window save-sel= ected-window--state)) select-window norecord 0 get-text-property helm-realv= alue helm-multiline put-text-property point-at-eol helm-mark-current-line] = 5]) --- > (defalias 'helm-end-of-source-p #[(&optional at-point) "\212\203 =00\301= \202\n=00\302y\210\303 \304 =3D\206=1A=00\305 \206=1A=00m)\207" [at-point 0= 1 point-at-bol point-at-eol helm-pos-header-line-p] 2 (#$ . 119939)]) > (defalias 'helm-edit-current-selection-internal #[(func) "\305 \306\307\3= 10 \"=18=19r\311\216\312\313 \314\"\210\315y\210\316`\317\"\316`\320\"=1A= =1B\f \210\315y\210=0B\2031=00\321`\322 \317=0B$\210\n\203=3D=00\321`\322 \= 320\n$\210\323 .=06\207" [save-selected-window-alist save-selected-window-w= indow multiline realvalue func selected-window mapcar #[(frame) "\301!D\2= 07" [frame frame-selected-window] 3] frame-list ((byte-code "\305=19\211= =1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\3= 11#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" [save-se= lected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-selected-window-wi= ndow nil frame-live-p window-live-p set-frame-selected-window norecord sele= ct-window] 5)) select-window helm-window norecord 0 get-text-property helm-= realvalue helm-multiline put-text-property point-at-eol helm-mark-current-l= ine] 5])(if macro-declaration-function (funcall macro-declaration-function = (quote helm-edit-current-selection) (quote (declare (indent 0) (debug t))))) 927,928c1052 < (defalias 'helm-edit-current-selection '(macro . #[(&rest forms) "\301\30= 2\303BBD\207" [forms helm-edit-current-selection-internal lambda nil] 4 (#= $ . 115561)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put helm-edit-cu= rrent-selection lisp-indent-function 0 edebug-form-spec t] 4) --- > (defalias 'helm-edit-current-selection '(macro . #[(&rest forms) "\301\30= 2\303BBD\207" [forms helm-edit-current-selection-internal lambda nil] 4 (#= $ . 121204)])) 931c1055 < (defalias 'helm-set-pattern #[(pattern &optional noupdate) "\304\305 \206= =00\306 !=18r\307\216\310@\311\"\210\312 \210 c\210+\n\205!=00 \211=13\20= 7" [save-selected-window--state pattern noupdate helm-pattern internal--bef= ore-with-selected-window active-minibuffer-window minibuffer-window ((inter= nal--after-with-selected-window save-selected-window--state)) select-window= norecord delete-minibuffer-contents] 3 (#$ . 115965)]) --- > (defalias 'helm-set-pattern #[(pattern &optional noupdate) "\305 \306\307= \310 \"=18=19r\311\216\312\313 \206=14=00\314 \315\"\210\316 \210\nc\210,= =0B\205%=00\n\211=14\207" [save-selected-window-alist save-selected-window-= window pattern noupdate helm-pattern selected-window mapcar #[(frame) "\30= 1!D\207" [frame frame-selected-window] 3] frame-list ((byte-code "\305=19= \211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA= @)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" [sav= e-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-selected-windo= w-window nil frame-live-p window-live-p set-frame-selected-window norecord = select-window] 5)) select-window active-minibuffer-window minibuffer-window= norecord delete-minibuffer-contents] 4 (#$ . 121473)]) 934c1058 < (defalias 'helm-minibuffer-completion-contents #[nil "\300 `{\207" [field= -beginning] 2 (#$ . 116490)]) --- > (defalias 'helm-minibuffer-completion-contents #[nil "\300 `{\207" [field= -beginning] 2 (#$ . 122341)]) 939c1063 < (defalias 'helm-delete-minibuffer-contents #[(&optional arg) "\304\305!\2= 10\306 =18 \204=0F=00\n\203=14=00\307 \202=15=00\310=1B\311 \210G\312V\203= &=00\313=0B!\202(=00\314 *\207" [input arg helm-delete-minibuffer-contents-= from-point str require helm-utils minibuffer-contents helm-minibuffer-compl= etion-contents "" helm-reset-yank-point 0 helm-set-pattern helm-force-updat= e] 2 (#$ . 116709) "P"]) --- > (defalias 'helm-delete-minibuffer-contents #[(&optional arg) "\304\305!\2= 10\306 =18 \204=0F=00\n\203=14=00\307 \202=15=00\310=1B\311 \210G\312V\203= &=00\313=0B!\202(=00\314 *\207" [input arg helm-delete-minibuffer-contents-= from-point str require helm-utils minibuffer-contents helm-minibuffer-compl= etion-contents "" helm-reset-yank-point 0 helm-set-pattern helm-force-updat= e] 2 (#$ . 122560) "P"]) 944c1068 < (defalias 'helm-dummy-candidate #[(candidate source) "C\207" [helm-patte= rn] 1 (#$ . 117804)]) --- > (defalias 'helm-dummy-candidate #[(candidate source) "C\207" [helm-patte= rn] 1 (#$ . 123655)]) 1011c1135 < (defalias 'helm-candidates-in-buffer #[nil "\302\303 \304\305 \"\206\f= =00\306\304\307 \"\206=1F=00\310\311 \"\203=1E=00\312\202=1F=00\313\314 !\3= 10\311 \"\315\316!&=07\207" [helm-pattern source helm-candidates-in-buffer-= 1 helm-candidate-buffer assoc-default get-line buffer-substring-no-properti= es search assoc search-from-end (helm-candidates-in-buffer-search-from-end)= (helm-candidates-in-buffer-search-from-start) helm-candidate-number-limit = helm-attr match-part] 9 (#$ . 118255)]) --- > (defalias 'helm-candidates-in-buffer #[nil "\302\303 \304\305 \"\206\f= =00\306\304\307 \"\206=1F=00\310\311 \"\203=1E=00\312\202=1F=00\313\314 !\3= 10\311 \"\315\316!&=07\207" [helm-pattern source helm-candidates-in-buffer-= 1 helm-candidate-buffer assoc-default get-line buffer-substring-no-properti= es search assoc search-from-end (helm-candidates-in-buffer-search-from-end)= (helm-candidates-in-buffer-search-from-start) helm-candidate-number-limit = helm-attr match-part] 9 (#$ . 124106)]) 1013c1137 < (defalias 'helm-candidates-in-buffer-search-from-start #[(pattern) "\301= \302\303#\207" [pattern re-search-forward nil t] 4 (#$ . 121432)]) --- > (defalias 'helm-candidates-in-buffer-search-from-start #[(pattern) "\301= \302\303#\207" [pattern re-search-forward nil t] 4 (#$ . 127283)]) 1015c1139 < (defalias 'helm-candidates-in-buffer-search-from-end #[(pattern) "\301\3= 02\303#\207" [pattern re-search-backward nil t] 4 (#$ . 121647)]) --- > (defalias 'helm-candidates-in-buffer-search-from-end #[(pattern) "\301\3= 02\303#\207" [pattern re-search-backward nil t] 4 (#$ . 127498)]) 1018,1019c1142,1143 < (defalias 'helm-point-is-moved #[(proc) "`\212 \210`)U?\207" [proc] 2 (#= $ . 122327)]) < (defalias 'helm-search-from-candidate-buffer #[(pattern get-line-fn searc= h-fns limit search-from-end start-point endp match-part-fn) "\305\211\211\2= 11\306 =18=19=1A=1B=1C\307\310!-\207" [case-fold-search newmatches exit mat= ches buffer-read-only nil helm-set-case-fold-search helm-search-from-candid= ate-buffer-internal #[nil "\306!\210 \307=1A\211=1B\203'=00=0B@=12\fb\210\= 307=15\310\311\215\210\312=0E\f=0D\237\"=16\f=0BA\211=13\204\f=00*\313\307= =0E\f\"\207" [helm-cib-hash search-fns searcher --dolist-tail-- start-point= newmatches clrhash nil --cl-block-nil-- (byte-code "\306=18\307=19\310=1A\= 307=1B\f=0D!\203V=00=0E=12\311 \312 \"=11=0E=13\203$=00\313 =0D=0E=13#\203H= =00\314 =0E=14\"\204H=00\315 \310=0E=14#\210 =0E=15B=16=15T\211=10=0E=16U\= 203H=00\316\317\307\"\210\320\321!\204=00\307\211=13\211=12\204=00=0B\210= ,\307\207" [item-count cand #1=3D#:--cl-var-- #2=3D#:--cl-var-- searcher pa= ttern 0 nil t point-at-bol point-at-eol helm-search-match-part gethash puth= ash throw --cl-block-nil-- helm-point-is-moved #[nil "\203 =00\301 Sb\207\= 302y\207" [search-from-end point-at-bol 1] 1] get-line-fn match-part-fn hel= m-cib-hash newmatches limit] 5) append delq matches] 4]] 5]) --- > (defalias 'helm-point-is-moved #[(proc) "`\212 \210`)U?\207" [proc] 2 (#= $ . 128178)]) > (defalias 'helm-search-from-candidate-buffer #[(pattern get-line-fn searc= h-fns limit search-from-end start-point endp match-part-fn) "\305\211\211\2= 11\306 =18=19=1A=1B=1C\307\310!-\207" [case-fold-search newmatches exit mat= ches buffer-read-only nil helm-set-case-fold-search helm-search-from-candid= ate-buffer-internal #[nil "\306!\210 \307=1A\211=1B\203'=00=0B@=12\fb\210\= 307=15\310\311\215\210\312=0E\f=0D\237\"=16\f=0BA\211=13\204\f=00*\313\307= =0E\f\"\207" [helm-cib-hash search-fns searcher #1=3D#:--cl-dolist-temp-- s= tart-point newmatches clrhash nil --cl-block-nil-- (byte-code "\306=18\307= =19\310=1A\307=1B\f=0D!\203V=00=0E=12\311 \312 \"=11=0E=13\203$=00\313 =0D= =0E=13#\203H=00\314 =0E=14\"\204H=00\315 \310=0E=14#\210 =0E=15B=16=15T\21= 1=10=0E=16U\203H=00\316\317\307\"\210\320\321!\204=00\307\211=13\211=12\20= 4=00=0B\210,\307\207" [item-count cand #2=3D#:--cl-var-- #3=3D#:--cl-var--= searcher pattern 0 nil t point-at-bol point-at-eol helm-search-match-part = gethash puthash throw --cl-block-nil-- helm-point-is-moved #[nil "\203 =00= \301 Sb\207\302y\207" [search-from-end point-at-bol 1] 1] get-line-fn match= -part-fn helm-cib-hash newmatches limit] 5) append delq matches] 4]] 5]) 1021c1145 < (defalias 'helm-search-match-part #[(candidate pattern match-part-fn) " = !=1A\306\307=0B\"\2039=00\310=0B\307\311#=1C\312=1D\311=1E=0B\f:\203/=00\f@= =15\306=0D\n\"\211=16=0B\203/=00\fA\211=14\202=17=00=0E=0B\2055=00\311+\202= =3D=00\306=0B\n\")\207" [match-part-fn candidate part pattern #1=3D#:--cl-v= ar-- i string-match " " split-string t nil #2=3D#:--cl-flag--] 5 (#$ . 1235= 58)]) --- > (defalias 'helm-search-match-part #[(candidate pattern match-part-fn) " = !=1A\306\307=0B\"\2039=00\310=0B\307\311#=1C\312=1D\311=1E=0B\f:\203/=00\f@= =15\306=0D\n\"\211=16=0B\203/=00\fA\211=14\202=17=00=0E=0B\2055=00\311+\202= =3D=00\306=0B\n\")\207" [match-part-fn candidate part pattern #1=3D#:--cl-v= ar-- i string-match " " split-string t nil #2=3D#:--cl-flag--] 5 (#$ . 1294= 17)]) 1040c1164 < (defalias 'helm-candidate-buffer #[(&optional create-or-buffer) "\306\307= \"=19\306\310\311\n!#=1B\312=1C\313=1D\314=1E=10\315=1E=11=0E=12\2034=00\= f \210\316=0E=12!\2044=00=0E=12\317=3D\2030=00=0D \210=0E=10 \210=0E=11 .= =06\207" [helm-source-name global-bname helm-current-buffer local-bname reg= ister-func kill-buffers-func format " *helm candidates:%s*" " *helm candida= tes:%s*%s" buffer-name #[nil " B\303\304\n\"\n\"B\211=12\207" [helm-sourc= e-name create-or-buffer helm-candidate-buffer-alist delete assoc] 5] #[nil = "\303 =18\304=19:\203&=00@=11\305\306\307\310\n!\"\311 !\"\203=1F=00\312 = !\210A\211=10\202=06=00*\304\207" [#1=3D#:--cl-var-- b global-bname buffer= -list nil string-match format "^%s" regexp-quote buffer-name kill-buffer] 6= ] #[nil "r\303\304=3D\203\f=00 \202=0D=00\n!q\210\305 \210\306 \210\307\31= 0!)\207" [create-or-buffer global-bname local-bname get-buffer-create globa= l buffer-disable-undo erase-buffer font-lock-mode -1] 3] #[nil "\305!\206= =1D=00\305 !\206=1D=00\306\n=0B\"\211=1C\205=1C=00\307\f!\205=1C=00\f)\207"= [local-bname global-bname helm-source-name helm-candidate-buffer-alist it = get-buffer assoc-default buffer-live-p] 4] bufferp global create-func retur= n-func create-or-buffer] 5 (#$ . 124613)]) --- > (defalias 'helm-candidate-buffer #[(&optional create-or-buffer) "\306\307= \"=19\306\310\311\n!#=1B\312=1C\313=1D\314=1E=10\315=1E=11=0E=12\2034=00\= f \210\316=0E=12!\2044=00=0E=12\317=3D\2030=00=0D \210=0E=10 \210=0E=11 .= =06\207" [helm-source-name global-bname helm-current-buffer local-bname reg= ister-func kill-buffers-func format " *helm candidates:%s*" " *helm candida= tes:%s*%s" buffer-name #[nil " B\303\304\n\"\n\"B\211=12\207" [helm-sourc= e-name create-or-buffer helm-candidate-buffer-alist delete assoc] 5] #[nil = "\303 =18\304=19:\203&=00@=11\305\306\307\310\n!\"\311 !\"\203=1F=00\312 = !\210A\211=10\202=06=00*\304\207" [#1=3D#:--cl-var-- b global-bname buffer= -list nil string-match format "^%s" regexp-quote buffer-name kill-buffer] 6= ] #[nil "r\303\304=3D\203\f=00 \202=0D=00\n!q\210\305 \210\306 \210\307\31= 0!)\207" [create-or-buffer global-bname local-bname get-buffer-create globa= l buffer-disable-undo erase-buffer font-lock-mode -1] 3] #[nil "\305!\206= =1D=00\305 !\206=1D=00\306\n=0B\"\211=1C\205=1C=00\307\f!\205=1C=00\f)\207"= [local-bname global-bname helm-source-name helm-candidate-buffer-alist it = get-buffer assoc-default buffer-live-p] 4] bufferp global create-func retur= n-func create-or-buffer] 5 (#$ . 130472)]) 1045c1169 < (defalias 'helm-init-candidates-in-buffer #[(buffer data) "\305;\204\f= =00\306!\203=12=00\307!\202=13=00!=19r q\210\310 \210\n<\203=3D=00\n=1B\= 311=1C=0B:\2039=00=0B@\211=14\312Pc\210=0BA\211=13\202&=00*\202E=00\n;\203E= =00\nc\210*\207" [buffer buf data #1=3D#:--cl-var-- i helm-candidate-buffe= r bufferp get-buffer-create erase-buffer nil "\n"] 4 (#$ . 126284)]) --- > (defalias 'helm-init-candidates-in-buffer #[(buffer data) "\305;\204\f= =00\306!\203=12=00\307!\202=13=00!=19r q\210\310 \210\n<\203=3D=00\n=1B\= 311=1C=0B:\2039=00=0B@\211=14\312Pc\210=0BA\211=13\202&=00*\202E=00\n;\203E= =00\nc\210*\207" [buffer buf data #1=3D#:--cl-var-- i helm-candidate-buffe= r bufferp get-buffer-create erase-buffer nil "\n"] 4 (#$ . 132143)]) 1048c1172 < (defalias 'helm-toggle-resplit-window #[nil "\306\307\310\"\210\311\216\3= 12\313 !=18r\314\216\315@\316\"\210 \204=1F=00\317\320!\203%=00\321\322!\2= 02m=00\323 =1A\324 \210\325\315\323 \nU\203P=00=0B\326=3D\204@=00=0B\327=3D= \203I=00\330\331 \310\326#\202K=00\332 \333=14\202i=00\334=14=0B\327=3D\204= ^=00=0B\326=3D\203g=00\330\331 \310\327#\202i=00\335 !=0D\"),\207" [save-se= lected-window--state helm-full-frame before-height helm-split-window-defaul= t-side helm-split-window-state helm-buffer helm-prevent-switching-other-win= dow :enabled nil ((helm-prevent-switching-other-window)) internal--before-w= ith-selected-window helm-window ((internal--after-with-selected-window save= -selected-window--state)) select-window norecord one-window-p t message "Er= ror: Attempt to resplit a single window" window-height delete-window set-wi= ndow-buffer above left split-window selected-window split-window-vertically= vertical horizontal split-window-horizontally] 6 (#$ . 127116) nil]) --- > (defalias 'helm-toggle-resplit-window #[nil "\306\307\310\"\210\311\216\3= 12 \313\314\315 \"=18=19r\316\216\317\320 \321\"\210\n\204#=00\322\323!\203= )=00\324\325!\202r=00\326 =1B\327 \210\330\317\326 =0BU\203T=00\f\331=3D\20= 4D=00\f\332=3D\203M=00\333\312 \310\331#\202O=00\334 \335=15\202m=00\336=15= \f\332=3D\204b=00\f\331=3D\203k=00\333\312 \310\332#\202m=00\337 !=0E \")-\= 207" [save-selected-window-alist save-selected-window-window helm-full-fram= e before-height helm-split-window-default-side helm-split-window-state helm= -prevent-switching-other-window :enabled nil ((helm-prevent-switching-other= -window)) selected-window mapcar #[(frame) "\301!D\207" [frame frame-sele= cted-window] 3] frame-list ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @= !\203)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204= =00*\307\f!\203<=00\312\f\311\"\210\305\207" [save-selected-window-alist el= t #1=3D#:--cl-dolist-temp-- x save-selected-window-window nil frame-live-p = window-live-p set-frame-selected-window norecord select-window] 5)) select-= window helm-window norecord one-window-p t message "Error: Attempt to respl= it a single window" window-height delete-window set-window-buffer above lef= t split-window split-window-vertically vertical horizontal split-window-hor= izontally helm-buffer] 6 (#$ . 132975) nil]) 1051c1175 < (defalias 'helm-enlarge-window-1 #[(n) "?\205=1C=00 \305=3D=1A\306\307 != =1Br\310\216\311=0B@\312\"\210\313\f\n\",\207" [helm-full-frame helm-split-= window-state horizontal-p save-selected-window--state n horizontal internal= --before-with-selected-window helm-window ((internal--after-with-selected-w= indow save-selected-window--state)) select-window norecord enlarge-window] = 3 (#$ . 128096)]) --- > (defalias 'helm-enlarge-window-1 #[(n) "?\205 =00 \306=3D=1A\307 \310\31= 1\312 \"=1B=1Cr\313\216\314\315 \316\"\210\317=0D\n\"-\207" [helm-full-fram= e helm-split-window-state horizontal-p save-selected-window-alist save-sele= cted-window-window n horizontal selected-window mapcar #[(frame) "\301!D\= 207" [frame frame-selected-window] 3] frame-list ((byte-code "\305=19\211= =1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\3= 11#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" [save-se= lected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-selected-window-wi= ndow nil frame-live-p window-live-p set-frame-selected-window norecord sele= ct-window] 5)) select-window helm-window norecord enlarge-window] 4 (#$ . 1= 34286)]) 1053c1177 < (defalias 'helm-narrow-window #[nil "\300\301!\207" [helm-enlarge-window-= 1 -1] 2 (#$ . 128558) nil]) --- > (defalias 'helm-narrow-window #[nil "\300\301!\207" [helm-enlarge-window-= 1 -1] 2 (#$ . 135089) nil]) 1055c1179 < (defalias 'helm-enlarge-window #[nil "\300\301!\207" [helm-enlarge-window= -1 1] 2 (#$ . 128685) nil]) --- > (defalias 'helm-enlarge-window #[nil "\300\301!\207" [helm-enlarge-window= -1 1] 2 (#$ . 135216) nil]) 1057c1181 < (defalias 'helm-swap-windows #[nil "\203=0E=00\306\307!\203=0E=00\310\31= 1!\207\312 =19\n\313=3D=1B\314 =0B\"=1C\315 !=1D\316 !=1E=1A\317 !=1E=1B\32= 0 \321=0E=1B#=1E=1C\314=0E=1C=0B\"=1E=1D\315=0E=1C!=1E=1E\316=0E=1C!=1E=1F\= 322=1E \323 p=1E!=1E\"\324\216\325\317 !\326\"\210\327 =0D=0E=1E#\210\327= =0E=1C=0E=1E=0D#\210\f=0E=1DW\203y=00=0E=1D\f]=0E=1D\f^Z[\202\215=00\f=0E= =1DV\203\214=00=0E=1D\f]=0E=1D\f^Z\202\215=00\322\211=16 \203\233=00\330=0E= =1C=0E =0B#\210\331 =0E=1F\307#\210\331=0E=1C=0E=1A\307#.=0E\207" [helm-ful= l-frame w1 helm-split-window-state split-state w1size b1 one-window-p t err= or "Error: Can't swap windows in a single window" helm-window horizontal wi= ndow-total-size window-buffer window-start window-frame next-window 1 nil s= elected-frame ((byte-code "\302!\203=0B=00\303\304\"\210\305 !\203=14=00 = q\210\302\207" [#1=3D#:old-frame #2=3D#:old-buffer frame-live-p select-fram= e norecord buffer-live-p] 3)) select-frame norecord helm-replace-buffer-in-= window window-resize set-window-start s1 cur-frame w2 w2size b2 s2 resize #= 2# #1#] 5 (#$ . 128813) nil]) --- > (defalias 'helm-swap-windows #[nil "\203=0E=00\306\307!\203=0E=00\310\31= 1!\207\312 =19\n\313=3D=1B\314 =0B\"=1C\315 !=1D\316 !=1E=1A\317 !=1E=1B\32= 0 \321=0E=1B#=1E=1C\314=0E=1C=0B\"=1E=1D\315=0E=1C!=1E=1E\316=0E=1C!=1E=1F\= 322=1E \323 p=1E!=1E\"\324\216\325\317 !\326\"\210\327 =0D=0E=1E#\210\327= =0E=1C=0E=1E=0D#\210\f=0E=1DW\203y=00=0E=1D\f]=0E=1D\f^Z[\202\215=00\f=0E= =1DV\203\214=00=0E=1D\f]=0E=1D\f^Z\202\215=00\322\211=16 \203\233=00\330=0E= =1C=0E =0B#\210\331 =0E=1F\307#\210\331=0E=1C=0E=1A\307#.=0E\207" [helm-ful= l-frame w1 helm-split-window-state split-state w1size b1 one-window-p t err= or "Error: Can't swap windows in a single window" helm-window horizontal wi= ndow-total-size window-buffer window-start window-frame next-window 1 nil s= elected-frame ((byte-code "\302!\203=0B=00\303\304\"\210\305 !\203=14=00 = q\210\302\207" [#1=3D#:old-frame #2=3D#:old-buffer frame-live-p select-fram= e norecord buffer-live-p] 3)) select-frame norecord helm-replace-buffer-in-= window window-resize set-window-start s1 cur-frame w2 w2size b2 s2 resize #= 2# #1#] 5 (#$ . 135344) nil]) 1059c1183 < (defalias 'helm-replace-buffer-in-window #[(window buffer1 buffer2) "\303= !\205=0F=00\304 \"\210\305 \n\"\207" [buffer1 window buffer2 get-buffer-w= indow unrecord-window-buffer set-window-buffer] 3 (#$ . 129792)]) --- > (defalias 'helm-replace-buffer-in-window #[(window buffer1 buffer2) "\303= !\205=0F=00\304 \"\210\305 \n\"\207" [buffer1 window buffer2 get-buffer-w= indow unrecord-window-buffer set-window-buffer] 3 (#$ . 136323)]) 1061c1185 < (defalias 'helm-select-nth-action #[(n) "\303 \211=10\204=0B=00\304\305!\= 210\306 \307 \"=12\310 \207" [helm-saved-selection n helm-saved-action helm= -get-selection error "Nothing is selected" helm-get-nth-action helm-get-act= ion helm-exit-minibuffer] 4 (#$ . 130066)]) --- > (defalias 'helm-select-nth-action #[(n) "\303 \211=10\204=0B=00\304\305!\= 210\306 \307 \"=12\310 \207" [helm-saved-selection n helm-saved-action helm= -get-selection error "Nothing is selected" helm-get-nth-action helm-get-act= ion helm-exit-minibuffer] 4 (#$ . 136597)]) 1064c1188 < (defalias 'helm-select-2nd-action #[nil "\300\301!\207" [helm-select-nth-= action 1] 2 (#$ . 130659) nil]) --- > (defalias 'helm-select-2nd-action #[nil "\300\301!\207" [helm-select-nth-= action 1] 2 (#$ . 137190) nil]) 1066c1190 < (defalias 'helm-select-3rd-action #[nil "\300\301!\207" [helm-select-nth-= action 2] 2 (#$ . 130830) nil]) --- > (defalias 'helm-select-3rd-action #[nil "\300\301!\207" [helm-select-nth-= action 2] 2 (#$ . 137361) nil]) 1068c1192 < (defalias 'helm-select-4th-action #[nil "\300\301!\207" [helm-select-nth-= action 3] 2 (#$ . 131001) nil]) --- > (defalias 'helm-select-4th-action #[nil "\300\301!\207" [helm-select-nth-= action 3] 2 (#$ . 137532) nil]) 1072c1196 < (defalias 'helm-select-2nd-action-or-end-of-line #[nil "l\203=00\300\301= !\207\302\207" [helm-select-nth-action 1 nil] 2 (#$ . 131173) nil]) --- > (defalias 'helm-select-2nd-action-or-end-of-line #[nil "l\203=00\300\301= !\207\302\207" [helm-select-nth-action 1 nil] 2 (#$ . 137704) nil])(if mac= ro-declaration-function (funcall macro-declaration-function (quote with-hel= m-display-same-window) (quote (declare (indent 0) (debug t))))) 1075,1076c1199 < (defalias 'with-helm-display-same-window '(macro . #[(&rest body) "\301\3= 02BB\207" [body let ((display-buffer-function 'helm-persistent-action-disp= lay-buffer))] 3 (#$ . 131470)])) < (byte-code "\300\301\302\303#\210\300\301\304\305#\207" [put with-helm-di= splay-same-window lisp-indent-function 0 edebug-form-spec t] 4) --- > (defalias 'with-helm-display-same-window '(macro . #[(&rest body) "\301\3= 02BB\207" [body let ((display-buffer-function 'helm-persistent-action-disp= lay-buffer))] 3 (#$ . 138146)])) 1078c1201 < #@475 Perform the associated action ATTR without quitting helm. --- > #@482 Perform the associated action ATTR without quitting helm. 1088,1089c1211,1212 < (fn &optional (ATTR 'persistent-action) SPLIT-ONEWINDOW)=1F < (defalias 'helm-execute-persistent-action #[(&rest #1=3D#:--cl-rest--) "= \203\f=00\211A=10@\202=0D=00\306=19\211A=10@=1A\203\"=00\307\310\311\312= G\\D\"\210\313\314!\210\315 \316 \"\211=1B:\203<=00\317=0B!\204<=00=0B@\20= 2=3D=00=0B=1C=0B:\205L=00\317=0B!?\205L=00=0BA=1D\320\321 !=1E'r\322\216\32= 3=0E'@\324\"\210\325 =1E'r\326\216=0D\203n=00\327 \210\202w=00\327\n\206u= =00=0E(!\210\330\331!\210\332=1E)\333=1E*\334\335\f\206\211=00\336 \332#\21= 0\337\340!\210)=0E(\205\254=00\341 G\342V\205\254=00\343\344=0E+!!\345 \232= \205\254=00\346 .\f\207" [#1# attr split-onewindow attr-val fn no-split per= sistent-action signal wrong-number-of-arguments helm-execute-persistent-act= ion 2 helm-log "executing persistent-action" assoc-default helm-get-current= -source functionp internal--before-with-selected-window helm-window ((inter= nal--after-with-selected-window save-selected-window--state)) select-window= norecord internal--before-save-selected-window ((internal--after-save-sele= cted-window save-selected-window--state)) helm-select-persistent-action-win= dow helm-log-eval-internal ((current-buffer)) t helm-persistent-action-disp= lay-buffer helm-execute-selection-action-1 nil helm-get-action helm-log-run= -hook helm-after-persistent-action-hook window-list 1 buffer-name window-bu= ffer helm-buffer-get delete-other-windows save-selected-window--state helm-= onewindow-p helm-in-persistent-action display-buffer-function helm-persiste= nt-action-display-window] 6 (#$ . 132068) nil]) --- > (fn &optional (ATTR (quote persistent-action)) SPLIT-ONEWINDOW)=1F > (defalias 'helm-execute-persistent-action #[(&rest #1=3D#:--cl-rest--) "= \203\f=00\211A=10@\202=0D=00\306=19\211A=10@=1A\203\"=00\307\310\311\312= G\\D\"\210\313\314!\210\315 \316 \"\211=1B:\203<=00\317=0B!\204<=00=0B@\20= 2=3D=00=0B=1C=0B:\205L=00\317=0B!?\205L=00=0BA=1D\320 \321\322\323 \"=1E*= =1E+r\324\216\325\326 \327\"\210\320 \321\330\323 \"=1E*=1E+r\331\216=0D\20= 3y=00\332 \210\202\202=00\332\n\206\200=00=0E,!\210\333\334!\210\335=1E-\33= 6=1E.\337\340\f\206\224=00\341 \335#\210\342\343!\210)=0E,\205\267=00\344 G= \345V\205\267=00\346\347=0E/!!\350 \232\205\267=00\351 .=0E\207" [#1# attr = split-onewindow attr-val fn no-split persistent-action signal wrong-number-= of-arguments helm-execute-persistent-action 2 helm-log "executing persisten= t-action" assoc-default helm-get-current-source functionp selected-window m= apcar #[#3=3D(frame) "\301!D\207" [frame frame-selected-window] 3] frame-= list ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA= @)!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312= \f\311\"\210\305\207" [save-selected-window-alist elt #2=3D#:--cl-dolist-te= mp-- x save-selected-window-window nil frame-live-p window-live-p set-frame= -selected-window norecord select-window] 5)) select-window helm-window nore= cord #[#3# "\301!B\207" [frame frame-selected-window] 3] ((byte-code "\3= 04=19\211=1A\203(=00\n@=11\305 @!\203!=00\306 A!\203!=00\307 @ A\310#\210\n= A\211=12\204=00*\306=0B!\2034=00\311=0B\310\"\210\304\207" [save-selected-= window-alist elt #4=3D#:--cl-dolist-temp-- save-selected-window-window nil = frame-live-p window-live-p set-frame-selected-window norecord select-window= ] 5)) helm-select-persistent-action-window helm-log-eval-internal ((current= -buffer)) t helm-persistent-action-display-buffer helm-execute-selection-ac= tion-1 nil helm-get-action helm-log-run-hook helm-after-persistent-action-h= ook window-list 1 buffer-name window-buffer helm-buffer-get delete-other-wi= ndows save-selected-window-alist save-selected-window-window helm-onewindow= -p helm-in-persistent-action display-buffer-function helm-persistent-action= -display-window] 6 (#$ . 138607) nil]) 1092c1215 < (defalias 'helm-persistent-action-display-window #[(&optional split-onewi= ndow) "\305\306 !=18r\307\216\310@\311\"\210\312 !\203 =00 \313\n!\235\204= =00 \2024=00=0B\203)=00\314 \2024=00\315\f!\2064=00\316\317 \320\"\211=11+= \207" [save-selected-window--state helm-persistent-action-display-window he= lm-buffer split-onewindow helm-current-buffer internal--before-with-selecte= d-window helm-window ((internal--after-with-selected-window save-selected-w= indow--state)) select-window norecord window-live-p get-buffer-window-list = split-window get-buffer-window next-window selected-window 1] 3 (#$ . 13393= 8)]) --- > (defalias 'helm-persistent-action-display-window #[(&optional split-onewi= ndow) "\306 \307\310\311 \"=18=19r\312\216\313\314 \315\"\210\316\n!\203$= =00\n\317=0B!\235\204$=00\n\2028=00\f\203-=00\320 \2028=00\321=0D!\2068=00\= 322\306 \323\"\211=12,\207" [save-selected-window-alist save-selected-windo= w-window helm-persistent-action-display-window helm-buffer split-onewindow = helm-current-buffer selected-window mapcar #[(frame) "\301!D\207" [frame = frame-selected-window] 3] frame-list ((byte-code "\305=19\211=1A\2030=00\n= @=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\nA\21= 1=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" [save-selected-window= -alist elt #1=3D#:--cl-dolist-temp-- x save-selected-window-window nil fram= e-live-p window-live-p set-frame-selected-window norecord select-window] 5)= ) select-window helm-window norecord window-live-p get-buffer-window-list s= plit-window get-buffer-window next-window 1] 4 (#$ . 141096)]) 1095c1218 < (defalias 'helm-select-persistent-action-window #[(&optional split-onewin= dow) "\302\303\304 !!\210\302\305!\211=11!\207" [split-onewindow minibuffe= r-scroll-window select-window get-buffer-window helm-buffer-get helm-persis= tent-action-display-window] 3 (#$ . 134666)]) --- > (defalias 'helm-select-persistent-action-window #[(&optional split-onewin= dow) "\302\303\304 !!\210\302\305!\211=11!\207" [split-onewindow minibuffe= r-scroll-window select-window get-buffer-window helm-buffer-get helm-persis= tent-action-display-window] 3 (#$ . 142152)]) 1101,1102c1224,1225 < (defalias 'helm-persistent-action-display-buffer #[(buf &optional action)= "\306!=19\307\211=1A=1B\307=1C=0D\205=10=00=0E=16=1E=16=0D\205=18=00=0E= =17=1E=17=0D\205a=00 \310\311=0E=16\"\235\206a=00=0E=17=1E=18\307=1E=19\312= =1E=1A\307=1E=1B=0E=18:\203^=00=0E=18@=16=19\313=0E=19\242\206I=00=0E=19 \"= \211=16=1B?\211=16=1A\203^=00=0E=18A\211=16=18\2027=00=0E=1B,?\205f=00\314= =1E=1C\315=0E=17\204s=00=0E=16\203x=00\316 \202z=00\317 !=1E=1Dr\320\216\32= 1=0E=1D@\322\"\210\323\324!\307\"\210\325=0E=1E\".\n\207" [buf name displ= ay-buffer-function pop-up-windows pop-up-frames helm-persistent-action-use-= special-display buffer-name nil mapcar #[(x) "\242\206=06=00\207" [x] 1] = t string-match (".") internal--before-with-selected-window minibuffer-windo= w selected-window ((internal--after-with-selected-window save-selected-wind= ow--state)) select-window norecord set-window-dedicated-p get-buffer-window= display-buffer special-display-buffer-names special-display-regexps #1=3D#= :--cl-var-- x #2=3D#:--cl-flag-- #3=3D#:--cl-var-- same-window-regexps save= -selected-window--state action] 5 (#$ . 135075)]) < (defalias 'helm-other-window-base #[(command &optional scroll-amount) "\= 304=3D?\205=00 =10\305\306 !=1Ar\307\216\310\n@\311\"\210=0B!+\207" [scro= ll-amount helm-scroll-amount save-selected-window--state command noscroll i= nternal--before-with-selected-window helm-persistent-action-display-window = ((internal--after-with-selected-window save-selected-window--state)) select= -window norecord] 3]) --- > (defalias 'helm-persistent-action-display-buffer #[(buf &optional action)= "\306!=19\307\211=1A=1B\307=1C=0D\205=10=00=0E=17=1E=17=0D\205=18=00=0E= =18=1E=18=0D\205a=00 \310\311=0E=17\"\235\206a=00=0E=18=1E=19\307=1E=1A\312= =1E=1B\307=1E=1C=0E=19:\203^=00=0E=19@=16=1A\313=0E=1A\242\206I=00=0E=1A \"= \211=16=1C?\211=16=1B\203^=00=0E=19A\211=16=19\2027=00=0E=1C,?\205f=00\314= =1E=1D\315 \310\316\317 \"=1E=1E=1E=1Fr\320\216\321=0E=18\204\201=00=0E=17\= 203\206=00\322 \202\210=00\315 \323\"\210\324\325!\307\"\210\326=0E \".= =0B\207" [buf name display-buffer-function pop-up-windows pop-up-frames hel= m-persistent-action-use-special-display buffer-name nil mapcar #[(x) "\242= \206=06=00\207" [x] 1] t string-match (".") selected-window #[(frame) "\3= 01!D\207" [frame frame-selected-window] 3] frame-list ((byte-code "\305= =19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211= =1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" = [save-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-selected-w= indow-window nil frame-live-p window-live-p set-frame-selected-window norec= ord select-window] 5)) select-window minibuffer-window norecord set-window-= dedicated-p get-buffer-window display-buffer special-display-buffer-names s= pecial-display-regexps #2=3D#:--cl-var-- x #3=3D#:--cl-flag-- #4=3D#:--cl-v= ar-- same-window-regexps save-selected-window-alist save-selected-window-wi= ndow action] 5 (#$ . 142561)]) > (defalias 'helm-other-window-base #[(command &optional scroll-amount) "\= 305=3D?\205=00 =10\306 \307\310\311 \"=1A=1Br\312\216\313\314 \315\"\210\f= !,\207" [scroll-amount helm-scroll-amount save-selected-window-alist save-= selected-window-window command noscroll selected-window mapcar #[(frame) "= \301!D\207" [frame frame-selected-window] 3] frame-list ((byte-code "\305= =19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310 @ \211= =1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\305\207" = [save-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-selected-w= indow-window nil frame-live-p window-live-p set-frame-selected-window norec= ord select-window] 5)) select-window helm-persistent-action-display-window = norecord] 4]) 1104c1227 < (defalias 'helm-scroll-other-window #[nil "\300\301!\207" [helm-other-win= dow-base scroll-up] 2 (#$ . 136760) nil]) --- > (defalias 'helm-scroll-other-window #[nil "\300\301!\207" [helm-other-win= dow-base scroll-up] 2 (#$ . 144915) nil]) 1106c1229 < (defalias 'helm-scroll-other-window-down #[nil "\300\301!\207" [helm-othe= r-window-base scroll-down] 2 (#$ . 136929) nil]) --- > (defalias 'helm-scroll-other-window-down #[nil "\300\301!\207" [helm-othe= r-window-base scroll-down] 2 (#$ . 145084) nil]) 1108c1231 < (defalias 'helm-recenter-top-bottom-other-window #[nil "\300\301\302\"\20= 7" [helm-other-window-base recenter-top-bottom noscroll] 3 (#$ . 137107) ni= l]) --- > (defalias 'helm-recenter-top-bottom-other-window #[nil "\300\301\302\"\20= 7" [helm-other-window-base recenter-top-bottom noscroll] 3 (#$ . 145262) ni= l]) 1110c1233 < (defalias 'helm-reposition-window-other-window #[nil "\300\301\302\"\207"= [helm-other-window-base reposition-window noscroll] 3 (#$ . 137324) nil]) --- > (defalias 'helm-reposition-window-other-window #[nil "\300\301\302\"\207"= [helm-other-window-base reposition-window noscroll] 3 (#$ . 145479) nil]) 1117c1240 < (defalias 'helm-toggle-visible-mark #[nil "\302\303 !=18r\304\216\305@\3= 06\"\210\307 \211=19\203=1C=00\310 !\210\202=1F=00\311 \210)\312 +\207" [sa= ve-selected-window--state it internal--before-with-selected-window helm-win= dow ((internal--after-with-selected-window save-selected-window--state)) se= lect-window norecord helm-this-visible-mark helm-delete-visible-mark helm-m= ake-visible-mark helm-next-line] 4 (#$ . 138727) nil]) --- > (defalias 'helm-toggle-visible-mark #[nil "\303 \304\305\306 \"=18=19r\30= 7\216\310\311 \312\"\210\313 \211=1A\203 =00\314\n!\210\202#=00\315 \210)\3= 16 ,\207" [save-selected-window-alist save-selected-window-window it select= ed-window mapcar #[(frame) "\301!D\207" [frame frame-selected-window] 3] = frame-list ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \2= 11=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<= =00\312\f\311\"\210\305\207" [save-selected-window-alist elt #1=3D#:--cl-do= list-temp-- x save-selected-window-window nil frame-live-p window-live-p se= t-frame-selected-window norecord select-window] 5)) select-window helm-wind= ow norecord helm-this-visible-mark helm-delete-visible-mark helm-make-visib= le-mark helm-next-line] 5 (#$ . 146882) nil]) 1119c1242 < (defalias 'helm-mark-all #[nil "\306\307!\210\310\311 !=18r\312\216\313@= \314\"\210\212\315 b\210\316 \210\317 \211=19\205*=00\212 b\210\320y\210`)\= 211=1A\2060=00d=1B`=0BW\203\214=00\321 \210\322\323 \324\"=1C\325 =1D\326 \= 205K=00\327=0D!=1E'\330\331\332 \"=1E(\333 \204\202=00\f\334\230\204\202=00= \f\335\230\204\202=00\326 \204q=00=0E(\336\232\203=00\337\340=0E'\"\204\20= 2=00\341=0D!\203\202=00\342 \210,\343y\210\344\210\2021=00,\321 \210\345\3= 46=0E)G\"+\207" [save-selected-window--state next-head end maxpoint prefix = cand require helm-files internal--before-with-selected-window helm-window (= (internal--after-with-selected-window save-selected-window--state)) select-= window norecord helm-get-previous-header-pos helm-next-line helm-get-next-h= eader-pos -1 helm-mark-current-line get-text-property point-at-bol display = helm-get-selection helm-file-completion-source-p helm-basename assoc-defaul= t name helm-get-current-source helm-this-visible-mark "[?]" "[@]" "Files fr= om Current Directory" string-match "^[.]?#.*#?$\\|[^#]*[.]\\{1,2\\}$" file-= exists-p helm-make-visible-mark 1 nil message "%s candidates marked" bn src= helm-marked-candidates] 4 (#$ . 139184) nil]) --- > (defalias 'helm-mark-all #[nil "\306\307!\210\310 \311\312\313 \"=18=19r\= 314\216\315\316 \317\"\210\212\320 b\210\321 \210\322 \211=1A\205.=00\212\n= b\210\323y\210`)\211=1B\2064=00d=1C`\fW\203\223=00\324 \210\325\326 \327\"= =1D\330 =1E*\331 \205Q=00\332=0E*!=1E+\333\334\335 \"=1E,\336 \204\211=00= =0D\337\230\204\211=00=0D\340\230\204\211=00\331 \204w=00=0E,\341\232\203\2= 06=00\342\343=0E+\"\204\211=00\344=0E*!\203\211=00\345 \210,\346y\210\347\= 210\2025=00,\324 \210\350\351=0E-G\",\207" [save-selected-window-alist save= -selected-window-window next-head end maxpoint prefix require helm-files se= lected-window mapcar #[(frame) "\301!D\207" [frame frame-selected-window]= 3] frame-list ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\30= 7 \211=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\2= 03<=00\312\f\311\"\210\305\207" [save-selected-window-alist elt #1=3D#:--cl= -dolist-temp-- x save-selected-window-window nil frame-live-p window-live-p= set-frame-selected-window norecord select-window] 5)) select-window helm-w= indow norecord helm-get-previous-header-pos helm-next-line helm-get-next-he= ader-pos -1 helm-mark-current-line get-text-property point-at-bol display h= elm-get-selection helm-file-completion-source-p helm-basename assoc-default= name helm-get-current-source helm-this-visible-mark "[?]" "[@]" "Files fro= m Current Directory" string-match "^[.]?#.*#?$\\|[^#]*[.]\\{1,2\\}$" file-e= xists-p helm-make-visible-mark 1 nil message "%s candidates marked" cand bn= src helm-marked-candidates] 5 (#$ . 147682) nil]) 1121c1244 < (defalias 'helm-unmark-all #[nil "\303\304 !=18r\305\216\306@\307\"\210 = G=1A\212\310 \210)\311=11\312 \210\313\314\n\",\207" [save-selected-window-= -state helm-marked-candidates len internal--before-with-selected-window hel= m-window ((internal--after-with-selected-window save-selected-window--state= )) select-window norecord helm-clear-visible-mark nil helm-mark-current-lin= e message "%s candidates unmarked"] 3 (#$ . 140364) nil]) --- > (defalias 'helm-unmark-all #[nil "\304 \305\306\307 \"=18=19r\310\216\311= \312 \313\"\210\nG=1B\212\314 \210)\315=12\316 \210\317\320=0B\"-\207" [sav= e-selected-window-alist save-selected-window-window helm-marked-candidates = len selected-window mapcar #[(frame) "\301!D\207" [frame frame-selected-w= indow] 3] frame-list ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @!\203)= =00\307 \211=1BA@)!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\30= 7\f!\203<=00\312\f\311\"\210\305\207" [save-selected-window-alist elt #1=3D= #:--cl-dolist-temp-- x save-selected-window-window nil frame-live-p window-= live-p set-frame-selected-window norecord select-window] 5)) select-window = helm-window norecord helm-clear-visible-mark nil helm-mark-current-line mes= sage "%s candidates unmarked"] 4 (#$ . 149210) nil]) 1125c1248 < (defalias 'helm-toggle-all-marks #[nil "\303 \211=18G\304Y\203\"=00\305\3= 06 !=19r\307\216\310 @\311\"\210\n+\203\"=00\312 \202$=00\313 )\207" [marke= d save-selected-window--state helm-visible-mark-overlays helm-marked-candid= ates 1 internal--before-with-selected-window helm-window ((internal--after-= with-selected-window save-selected-window--state)) select-window norecord h= elm-unmark-all helm-mark-all] 4 (#$ . 140858) nil]) --- > (defalias 'helm-toggle-all-marks #[nil "\304 \211=18G\305Y\203&=00\306 \3= 07\310\311 \"=19=1Ar\312\216\313\314 \315\"\210=0B,\203&=00\316 \202(=00\31= 7 )\207" [marked save-selected-window-alist save-selected-window-window hel= m-visible-mark-overlays helm-marked-candidates 1 selected-window mapcar #[(= frame) "\301!D\207" [frame frame-selected-window] 3] frame-list ((byte-co= de "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\31= 0 @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\3= 05\207" [save-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-se= lected-window-window nil frame-live-p window-live-p set-frame-selected-wind= ow norecord select-window] 5)) select-window helm-window norecord helm-unma= rk-all helm-mark-all] 5 (#$ . 150046) nil]) 1128c1251 < (defalias 'helm-display-all-visible-marks #[nil "\304\305 !=18r\306\216\3= 07@\310\"\210\311\312!\211=19\211=1A\313=0B!L\210)\314\315\316\317\320\321= D\320 D\322FE!,\207" [save-selected-window--state #1=3D#:--cl-overlays-- #2= =3D#:v helm-visible-mark-overlays internal--before-with-selected-window hel= m-window ((internal--after-with-selected-window save-selected-window--state= )) select-window norecord make-symbol "--overlays--" reverse helm-run-after= -quit lambda (&rest --cl-rest--) apply quote #[(#3=3D#:G59427) "=19r\306\3= 07!q\210p\310 \210 =10\311\211=12=13\312\211=14\312=1D=1E=12\313 \210\314\3= 15!\210+\211=1E=13=1E=14=0E=15J\311=1E=16\211=1E=17\205I=00=0E=17@=16=16\31= 6\317=0E=16\320\"!\210=0E=17A\211=16=17\2042=00\311*\321=0E=13!\210+\207" [= default-directory #4=3D#:old-dir buffer-read-only buffer-file-name buffer-u= ndo-list inhibit-modification-hooks get-buffer-create "*helm visible marks*= " kill-all-local-variables nil t erase-buffer run-hooks temp-buffer-setup-h= ook princ overlay-get string internal-temp-output-buffer-show inhibit-read-= only #5=3D#:buf standard-output #3# o --dolist-tail--] 5] --cl-rest--] 8 (#= $ . 141428) nil]) --- > (defalias 'helm-display-all-visible-marks #[nil "\304 \305\306\307 \"=18= =19r\310\216\311\312 \313\"\210\314\315!\211=1A\316=0B!L\210\317\320\321\32= 2\323\324D\323\nD\325FE!-\207" [save-selected-window-alist save-selected-wi= ndow-window #1=3D#:--cl-overlays-- helm-visible-mark-overlays selected-wind= ow mapcar #[(frame) "\301!D\207" [frame frame-selected-window] 3] frame-l= ist ((byte-code "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@= )!\203)=00\310 @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\= f\311\"\210\305\207" [save-selected-window-alist elt #2=3D#:--cl-dolist-tem= p-- x save-selected-window-window nil frame-live-p window-live-p set-frame-= selected-window norecord select-window] 5)) select-window helm-window norec= ord make-symbol "--overlays--" reverse helm-run-after-quit lambda (&rest --= cl-rest--) apply quote #[(#3=3D#:G84930) "=19r\306\307!q\210p\310 \210 =10= \311\211=12=13\312\211=14\312=1D=1E=12\313 \210\314\315!\210+\211=1E=13=1E= =14=0E=15J\311=1E=16\211=1E=17\205I=00=0E=17@=16=16\316\317=0E=16\320\"!\21= 0=0E=17A\211=16=17\2042=00\311*\321=0E=13!\210+\207" [default-directory #4= =3D#:old-dir buffer-read-only buffer-file-name buffer-undo-list inhibit-mod= ification-hooks get-buffer-create "*helm visible marks*" kill-all-local-var= iables nil t erase-buffer run-hooks temp-buffer-setup-hook princ overlay-ge= t string internal-temp-output-buffer-show inhibit-read-only #5=3D#:buf stan= dard-output #3# o #6=3D#:--cl-dolist-temp--] 5] --cl-rest--] 8 (#$ . 150955= ) nil]) 1133c1256 < (defalias 'helm-marked-candidates #[nil "r\306 q\210\203>=00\307 =19\310= !=1A\311\211=1B=1C\311=1D\n:\2038=00\n@\211=13\211A=13@=14 \f\232\2031=00\= 312=0B\f\"=0DB=15\nA\211=12\202=17=00=0D\237-\202A=00\313 C=1E=0E\314\315!\= 210=0E=0E*\207" [helm-marked-candidates current-src #1=3D#:--cl-var-- real = source #2=3D#:--cl-var-- helm-buffer-get helm-get-current-source reverse ni= l helm-coerce-selection helm-get-selection helm-log-eval-internal (cands) c= ands] 4 (#$ . 142560)]) --- > (defalias 'helm-marked-candidates #[nil "r\306 q\210\203>=00\307 =19\310= !=1A\311\211=1B=1C\311=1D\n:\2038=00\n@\211=13\211A=13@=14 \f\232\2031=00\= 312=0B\f\"=0DB=15\nA\211=12\202=17=00=0D\237-\202A=00\313 C=1E=0E\314\315!\= 210=0E=0E*\207" [helm-marked-candidates current-src #1=3D#:--cl-var-- real = source #2=3D#:--cl-var-- helm-buffer-get helm-get-current-source reverse ni= l helm-coerce-selection helm-get-selection helm-log-eval-internal (cands) c= ands] 4 (#$ . 152425)]) 1138c1261 < (defalias 'helm-revive-visible-mark #[nil "rq\210 \305=1A\211=1B\205_=00= =0B@=12eb\210\306\307\n\310\"\305\311#\203W=00\312\307\n\313\"!\203W=00\314= \315\316!\317\"\211=1C\203H=00\307\n\304\"\f\230\203S=00\320\n\315\316!\321= \316!T#\210\202S=00\320\n\315\316!\321\316!T#\210)\202=12=00=0BA\211=13\204= \f=00\305+\207" [helm-buffer helm-visible-mark-overlays o --dolist-tail-- r= eal nil search-forward overlay-get string t helm-current-source-name=3D sou= rce get-text-property point-at-bol 0 helm-realvalue move-overlay point-at-e= ol] 6 (#$ . 143504)]) --- > (defalias 'helm-revive-visible-mark #[nil "rq\210 \305=1A\211=1B\205_=00= =0B@=12eb\210\306\307\n\310\"\305\311#\203W=00\312\307\n\313\"!\203W=00\314= \315\316!\317\"\211=1C\203H=00\307\n\304\"\f\230\203S=00\320\n\315\316!\321= \316!T#\210\202S=00\320\n\315\316!\321\316!T#\210)\202=12=00=0BA\211=13\204= \f=00\305+\207" [helm-buffer helm-visible-mark-overlays o #1=3D#:--cl-dolis= t-temp-- real nil search-forward overlay-get string t helm-current-source-n= ame=3D source get-text-property point-at-bol 0 helm-realvalue move-overlay = point-at-eol] 6 (#$ . 153369)]) 1143c1266 < (defalias 'helm-next-visible-mark #[(&optional prev) "\301\302 !=18r\303\= 216\304@\305\"\210\306\307\310\217\210\311 +\207" [save-selected-window--s= tate internal--before-with-selected-window helm-window ((internal--after-wi= th-selected-window save-selected-window--state)) select-window norecord nil= (byte-code "\302`\303\304\305\"\306\" #b\207" [helm-visible-mark-overlays= prev helm-next-point-in-list sort mapcar overlay-start <] 6) ((error)) hel= m-mark-current-line] 3 (#$ . 144638) nil]) --- > (defalias 'helm-next-visible-mark #[(&optional prev) "\302 \303\304\305 \= "=18=19r\306\216\307\310 \311\"\210\312\313\314\217\210\315 ,\207" [save-se= lected-window-alist save-selected-window-window selected-window mapcar #[(f= rame) "\301!D\207" [frame frame-selected-window] 3] frame-list ((byte-cod= e "\305=19\211=1A\2030=00\n@=11\306 @!\203)=00\307 \211=1BA@)!\203)=00\310= @ \211=1BA@)\311#\210\nA\211=12\204=00*\307\f!\203<=00\312\f\311\"\210\30= 5\207" [save-selected-window-alist elt #1=3D#:--cl-dolist-temp-- x save-sel= ected-window-window nil frame-live-p window-live-p set-frame-selected-windo= w norecord select-window] 5)) select-window helm-window norecord nil (byte-= code "\302`\303\304\305\"\306\" #b\207" [helm-visible-mark-overlays prev h= elm-next-point-in-list sort mapcar overlay-start <] 6) ((error)) helm-mark-= current-line] 4 (#$ . 154511) nil]) 1145c1268 < (defalias 'helm-prev-visible-mark #[nil "\300\301!\207" [helm-next-visibl= e-mark t] 2 (#$ . 145200) nil]) --- > (defalias 'helm-prev-visible-mark #[nil "\300\301!\207" [helm-next-visibl= e-mark t] 2 (#$ . 155415) nil]) 1148c1271 < (defalias 'helm-yank-selection #[(arg) "\302\303?\"=19\304 !\210\305 !)\= 207" [arg str helm-get-selection nil kill-new helm-set-pattern] 3 (#$ . 145= 345) "P"]) --- > (defalias 'helm-yank-selection #[(arg) "\302\303?\"=19\304 !\210\305 !)\= 207" [arg str helm-get-selection nil kill-new helm-set-pattern] 3 (#$ . 155= 560) "P"]) 1151c1274 < (defalias 'helm-kill-selection-and-quit #[(arg) "\301\302\303\304?\"\"\2= 07" [arg helm-run-after-quit #[(sel) "\301!\210\302\303\"\207" [sel kill-= new message "Killed: %s"] 3] helm-get-selection nil] 5 (#$ . 145620) "P"]) --- > (defalias 'helm-kill-selection-and-quit #[(arg) "\301\302\303\304?\"\"\2= 07" [arg helm-run-after-quit #[(sel) "\301!\210\302\303\"\207" [sel kill-= new message "Killed: %s"] 3] helm-get-selection nil] 5 (#$ . 155835) "P"]) 1171c1294 < (defalias 'helm-follow-mode #[(&optional arg) "rq\210\306 =19\307\302 \"= =1A=0B=1C\310\211=1D=1E=16\311=1E=17\310=1E=18\f:\203J=00\f@\211=159\205+= =00\307\302=0DJ\"\211=16=16\2059=00=0E=16\n\230\2059=00=0D\211=16=18?\211= =16=17\203J=00\fA\211=14\202=1A=00=0E=18-=1E=19\312 \236=1E=1A=0E=1B\313W\2= 06`=00=0E=1AA\314=3D=1E=1C=0E=1AA\315=3D\203q=00\316\317!\210\202\232=00\32= 0\312=0E=1C\203|=00\321\202}=00\314 #\210\312 \236A\314=3D=16=1D\316\322=0E= =1D\203\223=00\323\202\224=00\324\"\210\325 !\210=0E=1E\205\252=00=0E=19\20= 5\252=00=0E=19C@ L.=06\207" [helm-buffer src name helm-sources #1=3D#:--cl-= var-- s helm-get-current-source assoc-default nil t follow 0 1 never messag= e "helm-follow-mode not allowed in this source" helm-attrset -1 "helm-follo= w-mode is %s" "enabled" "disabled" helm-display-mode-line sname #2=3D#:--cl= -flag-- #3=3D#:--cl-var-- sym fol-attr arg enabled helm-follow-mode helm-fo= llow-mode-persistent] 5 (#$ . 145946) "p"]) --- > (defalias 'helm-follow-mode #[(&optional arg) "rq\210\306 =19\307\302 \"= =1A=0B=1C\310\211=1D=1E=16\311=1E=17\310=1E=18\f:\203J=00\f@\211=159\205+= =00\307\302=0DJ\"\211=16=16\2059=00=0E=16\n\230\2059=00=0D\211=16=18?\211= =16=17\203J=00\fA\211=14\202=1A=00=0E=18-=1E=19\312 \236=1E=1A=0E=1B\313W\2= 06`=00=0E=1AA\314=3D=1E=1C=0E=1AA\315=3D\203q=00\316\317!\210\202\232=00\32= 0\312=0E=1C\203|=00\321\202}=00\314 #\210\312 \236A\314=3D=16=1D\316\322=0E= =1D\203\223=00\323\202\224=00\324\"\210\325 !\210=0E=1E\205\252=00=0E=19\20= 5\252=00=0E=19C@ L.=06\207" [helm-buffer src name helm-sources #1=3D#:--cl-= var-- s helm-get-current-source assoc-default nil t follow 0 1 never messag= e "helm-follow-mode not allowed in this source" helm-attrset -1 "helm-follo= w-mode is %s" "enabled" "disabled" helm-display-mode-line sname #2=3D#:--cl= -flag-- #3=3D#:--cl-var-- sym fol-attr arg enabled helm-follow-mode helm-fo= llow-mode-persistent] 5 (#$ . 156161) "p"]) 1174c1297 < (defalias 'helm-follow-execute-persistent-action-maybe #[nil "\302\303\"= ?\205,=00\304\305\306 \"\307=3D\205,=00\310 \205=1A=00 \311]!\205,=00\312 \= 205,=00\313 \205,=00\212\314 )\207" [helm-action-buffer helm-input-idle-del= ay get-buffer-window visible assoc-default follow helm-get-current-source 1= sit-for 0.01 helm-window helm-get-selection helm-execute-persistent-action= ] 3 (#$ . 147706)]) --- > (defalias 'helm-follow-execute-persistent-action-maybe #[nil "\302\303\"= ?\205,=00\304\305\306 \"\307=3D\205,=00\310 \205=1A=00 \311]!\205,=00\312 \= 205,=00\313 \205,=00\212\314 )\207" [helm-action-buffer helm-input-idle-del= ay get-buffer-window visible assoc-default follow helm-get-current-source 1= sit-for 0.01 helm-window helm-get-selection helm-execute-persistent-action= ] 3 (#$ . 157921)]) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 12:08:09 2013 Received: (at 15288) by debbugs.gnu.org; 6 Sep 2013 16:08:09 +0000 Received: from localhost ([127.0.0.1]:44468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHyZs-0001Dl-FS for submit@debbugs.gnu.org; Fri, 06 Sep 2013 12:08:08 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:58949) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHyZq-0001DB-LH for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 12:08:07 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MSP00100OOYPM00@a-mtaout20.012.net.il> for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 19:08:01 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MSP0016WOTCBIA0@a-mtaout20.012.net.il>; Fri, 06 Sep 2013 19:08:01 +0300 (IDT) Date: Fri, 06 Sep 2013 19:07:52 +0300 From: Eli Zaretskii Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled In-reply-to: <8761ue3qkd.fsf@gmail.com> X-012-Sender: halo1@inter.net.il To: Thierry Volpiatto Message-id: <83txhykk6f.fsf@gnu.org> References: <871u522jnn.fsf@gmail.com> <834n9ym5pa.fsf@gnu.org> <87hadyypgs.fsf@gmail.com> <8761ue3qkd.fsf@gmail.com> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 15288 Cc: monnier@iro.umontreal.ca, 15288@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Thierry Volpiatto > Cc: Eli Zaretskii , 15288@debbugs.gnu.org > Date: Fri, 06 Sep 2013 17:41:54 +0200 > > > "diff --text". After all .elc files are only somewhat binary. > > Thanks, attached the diff of GNU/Linux:helm.elc<=>Windows:helm.elc. Is this for the same bzr revision? From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 12:26:27 2013 Received: (at 15288) by debbugs.gnu.org; 6 Sep 2013 16:26:27 +0000 Received: from localhost ([127.0.0.1]:44538 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHyrZ-0001fO-G4 for submit@debbugs.gnu.org; Fri, 06 Sep 2013 12:26:25 -0400 Received: from mail-ee0-f52.google.com ([74.125.83.52]:36315) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHyrX-0001f9-JM for 15288@debbugs.gnu.org; Fri, 06 Sep 2013 12:26:24 -0400 Received: by mail-ee0-f52.google.com with SMTP id c41so1740268eek.11 for <15288@debbugs.gnu.org>; Fri, 06 Sep 2013 09:26:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=E4iP0JJ7+c8KztEi0P4eoz+nUHgi1dXy96PaO/3iGhM=; b=Ly9sFPO7GDlBHuaj7oXEfDLDKfJDVHDXNosoQu/Jgatsk+3qnABvUpxJYNvoqVkaXy lxSFBbyAdnYCwRE/sc+6uwNY0b/KfTl+WphxuOLn5GcsBKrSCnqqYA61EyfOZKQbUPLP he2IJYBbQZm01ACoZWegg7ePp9rOtd93VqA+mn/MkCF9RHKSzlktBNTXehjJFdieQlRw cDOd7vNGJXU1XtFlkkVJ2UcOMec0l2/6Ydb+3mbSJOMXNI+frODvo4SyZgSRgkytxkUk KFdEC3bVzC0LjrqMwaBcgsiZRTmOui2KbqpAQiRkLm3f8slUnydeA+jATa2f9kVytbBa BOWw== X-Received: by 10.15.32.136 with SMTP id a8mr3866890eev.71.1378484777676; Fri, 06 Sep 2013 09:26:17 -0700 (PDT) Received: from dell-14z ([37.160.27.241]) by mx.google.com with ESMTPSA id x47sm1357657eea.16.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 06 Sep 2013 09:26:17 -0700 (PDT) From: Thierry Volpiatto To: Eli Zaretskii Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled Organization: Emacs Helm References: <871u522jnn.fsf@gmail.com> <834n9ym5pa.fsf@gnu.org> <87hadyypgs.fsf@gmail.com> <8761ue3qkd.fsf@gmail.com> <83txhykk6f.fsf@gnu.org> Date: Fri, 06 Sep 2013 18:26:09 +0200 In-Reply-To: <83txhykk6f.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 06 Sep 2013 19:07:52 +0300") Message-ID: <8738phsyqm.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 15288 Cc: monnier@iro.umontreal.ca, 15288@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Eli Zaretskii writes: >> From: Thierry Volpiatto >> Cc: Eli Zaretskii , 15288@debbugs.gnu.org >> Date: Fri, 06 Sep 2013 17:41:54 +0200 >> >> > "diff --text". After all .elc files are only somewhat binary. >> >> Thanks, attached the diff of GNU/Linux:helm.elc<=>Windows:helm.elc. > > Is this for the same bzr revision? Sorry, it is the wrong diff with a file compiled with 24.4.50.1. But forget it, I think I found what wrong for me and the others Emacs/windows users on this bug: If it is the same for them we are compiling with make that use the old PATH of emacs that is emacs-24.2.1, compiling with the good emacs (24.3.1) seems to solve the problem. I realize that reading the diff. I have no more time left now, but I will investigate more next week to confirm you that. Sorry for the noise and thanks for your help. Good week-end. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 10 08:22:12 2013 Received: (at 15288) by debbugs.gnu.org; 10 Sep 2013 12:22:13 +0000 Received: from localhost ([127.0.0.1]:52122 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VJMxP-0007Il-Oe for submit@debbugs.gnu.org; Tue, 10 Sep 2013 08:22:12 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:36532) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VJMxM-0007IV-Ln for 15288@debbugs.gnu.org; Tue, 10 Sep 2013 08:22:09 -0400 Received: by mail-ee0-f41.google.com with SMTP id d17so3886169eek.28 for <15288@debbugs.gnu.org>; Tue, 10 Sep 2013 05:22:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=Tvw40wKYeZMgVDNbBF6bMzgf3F7iugHxzf1cCnP9Cik=; b=cZk6COVxPdOn72aXi8D3RRVT7LUXonRIN5N3GF+NJeMvw2ABo5L9srHu3nDuz2TKWC Q4+CksEpL1S762kjjMLb2KMOkFmCmUzwrMrKcOr951pfkTimir/N7GoQTDLXXo2+uBwT GzRbqI3AoJe1kt0l5vYnFlkNkGD4+Y7KZtoaH13szpg5qEFhefN58DfTkNwio6BNRB8H 85cZqjSTA3E0xGjb18VRPIUM6RyALtAHbEdiCZAfieAs+Lgbkw8H8JI+dp+wFbzODQH3 Nz8pO8HHHarJjiDt19IM+1WixWzrdt+nKJaJNk+wesFKiSpPWIl1bt/oCwajRHiCqcaI mcmw== X-Received: by 10.15.48.67 with SMTP id g43mr39009903eew.17.1378815722596; Tue, 10 Sep 2013 05:22:02 -0700 (PDT) Received: from dell-14z ([37.160.182.172]) by mx.google.com with ESMTPSA id a6sm30910546eei.10.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 10 Sep 2013 05:22:01 -0700 (PDT) From: Thierry Volpiatto To: Stefan Monnier Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled Organization: Emacs Helm References: <871u522jnn.fsf@gmail.com> <834n9ym5pa.fsf@gnu.org> <87hadyypgs.fsf@gmail.com> Date: Tue, 10 Sep 2013 14:21:46 +0200 In-Reply-To: (Stefan Monnier's message of "Fri, 06 Sep 2013 11:04:54 -0400") Message-ID: <87r4cwvpd1.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 15288 Cc: Eli Zaretskii , 15288@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) This bug can be closed. Thanks. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 10 11:50:11 2013 Received: (at 15288-done) by debbugs.gnu.org; 10 Sep 2013 15:50:11 +0000 Received: from localhost ([127.0.0.1]:52791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VJQCg-0004MG-Jc for submit@debbugs.gnu.org; Tue, 10 Sep 2013 11:50:11 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:56853 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VJQCe-0004M8-8N for 15288-done@debbugs.gnu.org; Tue, 10 Sep 2013 11:50:08 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VJQCd-0005uh-3G; Tue, 10 Sep 2013 11:50:07 -0400 From: Glenn Morris To: 15288-done@debbugs.gnu.org Subject: Re: bug#15288: 24.3.50; Speedbar makes minibuffer lost focus when code is compiled References: <871u522jnn.fsf@gmail.com> <834n9ym5pa.fsf@gnu.org> <87hadyypgs.fsf@gmail.com> <87r4cwvpd1.fsf@gmail.com> X-Spook: CNCIS Rubin AVIP DES USCOI ASDIC InfoSec assassinate X-Ran: sMt$^r2fV3\s}!ekb%KuH>,dto{;7F$XL?d"~gElDlA (Thierry Volpiatto's message of "Tue, 10 Sep 2013 14:21:46 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: 15288-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) Thierry Volpiatto wrote: > This bug can be closed. Feel free to close your own bugs in future, by sending mail to ###-done@debbugs, as I did in this mail. From unknown Wed Sep 10 01:58:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 09 Oct 2013 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator