From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: viper-ESC-moves-cursor-back affected by Vimpulse Date: Tue, 28 Jul 2009 15:46:38 +0200 Message-ID: References: <5e709a8f-81db-45e9-8300-abcc1669977c@v20g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1248788857 15857 80.91.229.12 (28 Jul 2009 13:47:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Jul 2009 13:47:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Elena Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 28 15:47:31 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MVn1M-0002gj-6v for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Jul 2009 15:47:12 +0200 Original-Received: from localhost ([127.0.0.1]:54857 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVn1L-0008S8-M1 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Jul 2009 09:47:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVn0q-0008Ka-Fp for help-gnu-emacs@gnu.org; Tue, 28 Jul 2009 09:46:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVn0p-0008JO-IR for help-gnu-emacs@gnu.org; Tue, 28 Jul 2009 09:46:40 -0400 Original-Received: from [199.232.76.173] (port=54671 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVn0p-0008JD-BF for help-gnu-emacs@gnu.org; Tue, 28 Jul 2009 09:46:39 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.241]:43027) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVn0o-0001LI-MR for help-gnu-emacs@gnu.org; Tue, 28 Jul 2009 09:46:38 -0400 Original-Received: by an-out-0708.google.com with SMTP id b6so25988ana.21 for ; Tue, 28 Jul 2009 06:46:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=FsG9AKi/Zqspa0PTRAdurgq4nw08WwfXwj93LUvfwBI=; b=fcQRdKb4In0wVfNI6rECMTpkAVMzjqPMSNRsHBN+LaFAMcwww4e6HyT1YC/dBLZB3H jxSPRcrYhftyE1ySXi8uDrqEYUBFllhklpxhtNWNhowAoLUKOputyh5S1CR3EvaMTz5J XnHMBqndMMKCPXLnPiB7qkeu7nZ3qbiy75+Jo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ZEfN+LojDEdbZUqB0RfjNEuObL50yKEtIupUpFjBlhifG6Zz7N20ZF0taE84QSMwz+ 3wJlBLLlk1OSi6GOX6FIyqdMTj/jSU51tybfAE85xUeBYJKsofLGTgXMcNiKCmYt/+/g tel7q7tamF5nJnBisg6ZSeqYu6fi71+t/tpFE= Original-Received: by 10.100.134.16 with SMTP id h16mr9981803and.0.1248788798091; Tue, 28 Jul 2009 06:46:38 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66463 Archived-At: On Tue, Jul 28, 2009 at 3:03 PM, Elena wrote: > Furthermore, I had to put: > > (setq viper-ESC-moves-cursor-back nil) > > before: > > (require 'viper) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ; load Viper > > because nil-ing it by Customize didn't last, even when saved for > future sessions. That sounds like a possible bug in Viper. Can you try to nail it down?