Re: Edit selected/hilighted text

2005-08-03 Thread Gergely Szasz
On Mon, Aug 01, 2005 at 09:39:39PM +0200, Roland Illig wrote: Michelle Konzack wrote: Am 2005-08-01 18:42:37, schrieb Roland Illig: It had been possible for a short while, somewhere in 2004. I had replaced some parts of the editor with code that did exactly what you want. But because some

Re: Edit selected/hilighted text

2005-08-01 Thread Roland Illig
Michelle Konzack wrote: Hello, if I am in 'mcedit' and edit a text, I like to select a text and sned it via STDIN into a command and past the output (STDOUT) into the selection. Exactly I want to remplace the selection. How is this possibel ? It had been possible for a short while,

Re: Edit selected/hilighted text

2005-08-01 Thread Roland Illig
Michelle Konzack wrote: Am 2005-08-01 18:42:37, schrieb Roland Illig: It had been possible for a short while, somewhere in 2004. I had replaced some parts of the editor with code that did exactly what you want. But because some developers told me not to replace working code with your poorly

Edit selected/hilighted text

2005-07-27 Thread Michelle Konzack
Hello, if I am in 'mcedit' and edit a text, I like to select a text and sned it via STDIN into a command and past the output (STDOUT) into the selection. Exactly I want to remplace the selection. How is this possibel ? Ii I select text and use F11i I can past anything into the selection but I

Re: Edit selected/hilighted text

2005-07-27 Thread Frank Dietrich
Hi Michelle, Michelle Konzack [EMAIL PROTECTED] wrote: if I am in 'mcedit' and edit a text, I like to select a text and sned it via STDIN into a command and past the output (STDOUT) into the selection. Exactly I want to remplace the selection. How is this possibel ? If you don't need an

Re: Edit selected/hilighted text

2005-07-27 Thread Michelle Konzack
Hello Frank, Am 2005-07-27 21:03:23, schrieb Frank Dietrich: Hi Michelle, If you don't need an spell checker then you can solve it this way: - first create this file touch ~/.mc/cedit/edit.spell.rc chmod 700 ~/.mc/cedit/edit.spell.rc - edit this file to do the stuff you like - the