Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-21 Thread vijayvithal jahagirdar
For vim/gvim check mouse options and gui options as it impacts some of the selection behavior. On Thu, Jun 22, 2017 at 11:01 AM, Jan Ingvoldstad wrote: > Hah, I see that my original response only went to ToddAndMargo, how > dull-witted I must have been. > > On Wed, Jun 21, 2017 at 10:13 PM, The

Re: parameters from the command line: how do they do that?

2017-06-21 Thread Brandon Allbery
On Thu, Jun 22, 2017 at 1:51 AM, Todd Chester wrote: > You want named parameters. >> >> sub MAIN(:$fixed-string, :$extended-regex, ...) { >> # $fixed-string and $extended-regex are Bools here, >> # True if the corresponding option specified >> } >> >> You should recognize this

Re: parameters from the command line: how do they do that?

2017-06-21 Thread Todd Chester
On 06/21/2017 10:26 PM, Brandon Allbery wrote: On Thu, Jun 22, 2017 at 1:18 AM, Todd Chester mailto:toddandma...@zoho.com>> wrote: > On 22/06/17 14:49, Todd Chester wrote: >> I know how to read things on the command line. But >> how to other's figure out what goes together when th

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-21 Thread Jan Ingvoldstad
Hah, I see that my original response only went to ToddAndMargo, how dull-witted I must have been. On Wed, Jun 21, 2017 at 10:13 PM, The Sidhekin wrote: > > On Wed, Jun 21, 2017 at 1:35 PM, Luca Ferrari wrote: >> >> > I like Geany, but it does not support the "Secondary Selection" >> > clipboard.

Re: parameters from the command line: how do they do that?

2017-06-21 Thread Brandon Allbery
On Thu, Jun 22, 2017 at 1:18 AM, Todd Chester wrote: > > On 22/06/17 14:49, Todd Chester wrote: > >> I know how to read things on the command line. But > >> how to other's figure out what goes together when things > >> don't arrive in order? > > > On 06/21/2017 10:03 PM, Francis (Grizzly) Smit w

Re: parameters from the command line: how do they do that?

2017-06-21 Thread Todd Chester
> On 22/06/17 14:49, Todd Chester wrote: >> Hi All, >> >> I know how to read things on the command line. But >> how to other's figure out what goes together when things >> don't arrive in order? >> >> For instance, from "man grep" >> >> -E, --extended-regexp >> Interpret PATTERN as

Re: parameters from the command line: how do they do that?

2017-06-21 Thread Francis (Grizzly) Smit
look into function MAIN in perl6 https://docs.perl6.org/language/functions https://perl6advent.wordpress.com/2010/12/02/day-2-interacting-with-the-command-line-with-main-subs/ http://perl6maven.com/parsing-command-line-arguments-perl6 On 22/06/17 14:49, Todd Chester wrote: Hi All, I know

parameters from the command line: how do they do that?

2017-06-21 Thread Todd Chester
Hi All, I know how to read things on the command line. But how to other's figure out what goes together when things don't arrive in order? For instance, from "man grep" -E, --extended-regexp Interpret PATTERN as ... -F, --fixed-strings Interpret PATTERN as ... T

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-21 Thread The Sidhekin
On Wed, Jun 21, 2017 at 1:35 PM, Luca Ferrari wrote: > > I like Geany, but it does not support the "Secondary Selection" > > clipboard. This clipboard would save me a bunch of time as > > I would not lose my cursor hot spot. > > Emacs

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-21 Thread Luca Ferrari
On Tue, Jun 20, 2017 at 10:32 PM, ToddAndMargo wrote: > Hi All, > > I like Geany, but it does not support the "Secondary Selection" > clipboard. This clipboard would save me a bunch of time as > I would not lose my cursor hot spot. Emacs