Re: Last matching text was not replaced by %s

2015-05-23 Thread Linus Arver
On Sun, May 24, 2015 at 10:35:08AM +0800, LiuXiaogang wrote: > Hi, > I isntalled evil-mode version 20150511.146 from melpa yesterday. I tried the > following command line > :%s/get-line/getLine/ > As you can see from the attached picture, the last match was not highlighted > (and not replaced whe

Re: Copy/paste from terminal [WAS: visual selection and X primary behavior]

2015-01-26 Thread Linus Arver
e this behavior? I'm using Emacs 24.4.1 and Evil evil-20150121.106 from MELPA. I imagine this has something to do with some core underlying Emacs mechanism... At the same time, I don't think it's a high priority because I don't press and hold down 'x' or 

Re: visual selection and X primary behavior

2014-11-12 Thread Linus Arver
On Sun, Jul 27, 2014 at 03:00:10PM +0200, Sanel Zukan wrote: > Here is nice post how to do it: > http://hugoheden.wordpress.com/2009/03/08/copypaste-with-emacs-in-terminal/ > > Good thing about above approach is that all Evil yanks and cuts will > work with clipboard out of the box (no need to cha

cursor: make underlying letter bold

2014-08-09 Thread Linus Arver
Hello, In GVim, when I move my cursor around in normal mode, the letter underneath the cursor position becomes bolded. Is there a simple way to do the same thing in Evil? Or, is this is more of a syntax highlighting issue? While I'm not a Lisp expert, I can see that my request involves `evil-set

Re: visual selection and X primary behavior

2014-07-26 Thread Linus Arver
, I get the error message X selection unavailable for this frame . -L > > On 7/26/14, Linus Arver wrote: > > Hello all, > > > > In regular Emacs (with Evil mode turned on, of course), I can (1) do > > visual selection of a region, and it will automatically c

visual selection and X primary behavior

2014-07-26 Thread Linus Arver
Hello all, In regular Emacs (with Evil mode turned on, of course), I can (1) do visual selection of a region, and it will automatically copy that selection into the X primary selection buffer. This way, I can simply do SHIFT+INSERT in another X program (e.g., Firefox) and I will paste the selectio

Re: Fundamental mode and undo-tree-mode

2014-01-04 Thread Linus Arver
On Sat, Jan 04, 2014 at 09:40:16AM +0100, Frank Fischer wrote: > Am 04.01.2014 02:13, schrieb Linus Arver: > > My problem is that undo-tree is loaded, but disabled when I open a file > > with an unrecognized extension (e.g., a file named "foo", > > but not "fo

Re: Fundamental mode and undo-tree-mode

2014-01-03 Thread Linus Arver
quot;foo", but not "foo.txt"). Again, the strange thing is that undo-tree is enabled on the *Messages* buffer, but disabled (turned off) in the "foo" buffer. -L >On Mon, Dec 30, 2013 at 3:49 PM, Linus Arver wrote: > > Hello list, > > When I

Fundamental mode and undo-tree-mode

2013-12-30 Thread Linus Arver
Hello list, When I open a file with an unrecognized extension, my Emacs opens it in Fundamental mode (which is what I want). I have Evil enabled with (require 'evil) (evil-mode 1) but the file's buffer does not have undo-tree-mode enabled. I have to manually enable it with M-x undo-

Re: can't use "S" in normal mode with haskell-mode

2013-03-20 Thread Linus Arver
On Wed, Mar 20, 2013 at 09:25:03AM +0100, Michael Markert wrote: > On Wed, Mar 20 2013 (01:52), Linus Arver wrote: > > > On Tue, Mar 19, 2013 at 06:32:24PM +0100, Michael Markert wrote: > >> Actually not direct, but when it does when entering insert-state, this > >&g

Re: can't use "S" in normal mode with haskell-mode

2013-03-19 Thread Linus Arver
On Tue, Mar 19, 2013 at 06:32:24PM +0100, Michael Markert wrote: > On Tue, Mar 19 2013 (18:13), Linus Arver wrote: > > So I guess haskell-mode-hook is responsible for this. I've looked at > > haskell-mode.el and it appears that this function is responsible: > > &

Re: can't use "S" in normal mode with haskell-mode

2013-03-19 Thread Linus Arver
On Mon, Mar 18, 2013 at 08:25:32PM +0100, Michael Markert wrote: > On Mon, Mar 18 2013 (19:34), Linus Arver wrote: > > > Hello all, > > > > I use emacs-evil with haskell-mode. Whenever I enter the "S" > > hotkey a new buffer (haskell-mode's "

can't use "S" in normal mode with haskell-mode

2013-03-18 Thread Linus Arver
Hello all, I use emacs-evil with haskell-mode. Whenever I enter the "S" hotkey a new buffer (haskell-mode's "Help" file) is opened on a split window and it gets stuck in state. I can use the "S" hotkey fine when haskell-mode is not active, though. Any pointers? Thanks, -L _

Re: evil-mode has led my cursor to the dark side!

2012-07-16 Thread Linus Arver
On Mon, Jul 16, 2012 at 10:12:22AM +0800, Keshav Kini wrote: > How can I fix this? Is it a bug in evil-mode, or am I just doing > something wrong? I'm not 100% sure, but google for the "evil-default-cursor" variable, and also maybe "set-cursor-color". Actually, here is a very relevant link http:/

Re: vimpulse: imap "jk" to ESC

2011-02-11 Thread Linus Arver
On Fri, Feb 11, 2011 at 10:51:43AM -0700, Tim Harper wrote: > On Fri, Feb 11, 2011 at 10:06 AM, Tim Harper wrote: > > On Fri, Feb 11, 2011 at 10:01 AM, Tim Harper wrote: > >> On Thu, Feb 10, 2011 at 11:28 PM, Linus Arver wrote: > >>> Hello, I'd like to know ho

vimpulse: imap "jk" to ESC

2011-02-10 Thread Linus Arver
Hello, I'd like to know how to map "jk" to act as the ESC key in insert mode. I have tried (vimpulse-imap "jk" 'viper-intercept-ESC-key) without success. -Linus ___ implementations-list mailing list implementations-list@lists.ourproject.org https://l