Vegard Øye <[email protected]> writes:

> On 2010-07-03 11:54, Štěpán Němec wrote:
>
>> Yes. I was OT1H just stating a principle :-), OTOH I was speaking
>> about this:
>
> Your attachment didn't make it through. I've disabled content filtering.
> Please resend.

Uhm... what content filtering? I remember sending patches in the past
without problems... or not?

>From 562b60d2279bec006d1852154086d3c6b9c39024 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= <[email protected]>
Date: Sat, 3 Jul 2010 11:49:52 +0200
Subject: [PATCH] Remove unnecessary global C-c C-o binding.

We only rebind C-o in `viper-vi-basic-map' (and in Info), so this did not even
solve the problem it was supposed to solve (there is no problem at all).
---
 vimpulse-misc-keybindings.el |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/vimpulse-misc-keybindings.el b/vimpulse-misc-keybindings.el
index b7cef03..eca488d 100644
--- a/vimpulse-misc-keybindings.el
+++ b/vimpulse-misc-keybindings.el
@@ -565,8 +565,6 @@ (define-key viper-vi-basic-map [tab] (or (key-binding [tab])
                                          (key-binding "\C-i")))
 (define-key viper-vi-basic-map "\C-i" 'vimpulse-jump-forward)
 (define-key viper-vi-basic-map "\C-o" 'vimpulse-jump-backward)
-(unless (key-binding "\C-c\C-o")
-  (global-set-key "\C-c\C-o" 'open-line)) ; some may miss this command
 
 ;;; Replace backspace
 
-- 
1.7.1

_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Reply via email to