Re: mcedit bug



Matthias,

> > Moreover, I once tried to redefine my keys in emacs to get a working
> > insert,home,end,page up and so on. Need I say more? Ok, one word: LISP!
> 
> Creeeeepy!
;-))

> ())'? Typing this in isn't very amusing. So, why can't I use <CTRL-INS>
> to copy the text I want to find to `cooledit.clip' and then use
> <SHIFT-INS> in the `search'/`replace' window to paste this text? I offen
> have this problem and I think that this could be a useful improvement
> (above all, it shouldn't be very hard to implement ;-). What do you
> mean?

Well, indeed, I know what you mean and for these cases I usually hold a
shift button and grab for the mouse to fall back to the good old X/gpm
cut&paste.
But maybe that's a poor workaround. I don't see why those panels should
not be able to deal with the <SHIFT-INS>. The only reason may be that
<CTRL-INS> can store multiple lines, whereas the entry fields would
normally close when they receive a newline. These normally need to be
escaped with <CTRL-Q>

> p       > prefix
>         TEMPFILE="$(dirname %b)/cooledit.temp"
>         sed -e "s  *@> &@g" %b > $TEMPFILE
>         cat $TEMPFILE > %b
> Very simple, but it works fine. Ok, the name is crap, but I don't know a
> better one. Do you?

You mean instead of "prefix"/"dirname"/"TEMPFILE" ??? 
Ah well, as long as it works for you, I'm happy.

Steef



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]