Re: Tab Completion Broken

2016-11-05 Thread Samuel Sieb
On 11/05/2016 06:59 PM, stan wrote: This characteristic of X is a pain in gvim where it pastes at the copy point instead of the last insertion point, unlike vim in a console, where it pastes at the current insertion point. i.e. in gvim, X moves the current insertion point to the double click, wh

Re: Tab Completion Broken

2016-11-05 Thread Michael B Allen
On Sat, Nov 5, 2016 at 6:13 PM, Andras Simon wrote: > On Nov 5, 2016 20:41, "Michael B Allen" wrote: >> Can someone tell me how to disable this "helpful" behavior? > > Maybe the second half of this post: > > https://blog.onetechnical.com/2012/06/19/disable-bash-autocompletion-on-ubunt/ Perfect.

Re: Tab Completion Broken

2016-11-05 Thread stan
On Sun, 06 Nov 2016 00:40:20 + Patrick O'Callaghan wrote: > I think the X server does that directly. It works in every text pane, > not just Shell terminals. No need to install gpm. You are right. gpm is 'A mouse server for the Linux console'. This characteristic of X is a pain in gvim whe

Re: Tab Completion Broken

2016-11-05 Thread Patrick O'Callaghan
On Sat, 2016-11-05 at 16:57 -0700, stan wrote: > On Sat, 5 Nov 2016 15:40:54 -0400 > Michael B Allen wrote: > > > > > I have two files: > > > > SUM-12_schematic.pdf > > VMware-Workstation-Full-10.0.1-1379776.x86_64.txt > > > > Doing: > > > > # ls SUM > > > > works as expected and completes t

Re: Tab Completion Broken

2016-11-05 Thread stan
On Sat, 5 Nov 2016 15:40:54 -0400 Michael B Allen wrote: > I have two files: > > SUM-12_schematic.pdf > VMware-Workstation-Full-10.0.1-1379776.x86_64.txt > > Doing: > > # ls SUM > > works as expected and completes the filename but doing: > > # sh -f VMw > > does not work. The filename is no

Re: Tab Completion Broken

2016-11-05 Thread Andras Simon
On Nov 5, 2016 20:41, "Michael B Allen" wrote: > > I have two files: > > SUM-12_schematic.pdf > VMware-Workstation-Full-10.0.1-1379776.x86_64.txt > > Doing: > > # ls SUM > > works as expected and completes the filename but doing: > > # sh -f VMw > > does not work. The filename is not completed. >

Re: Tab Completion Broken

2016-11-05 Thread Samuel Sieb
On 11/05/2016 12:40 PM, Michael B Allen wrote: Clearly someone is trying to "help" me and not complete a file that sh is not normally known to be used with sh. /usr/share/bash-completion/completions/sh Can someone tell me how to disable this "helpful" behavior? Either delete that file or fix

Re: Does mDNS play well in regular DNS env?

2016-11-05 Thread Mike Wright
On 11/05/2016 09:49 AM, Michael B Allen wrote: I think there should be a TLD that ICANN specifically excludeds from registration or use on the Internet but specifically allows private use. The RFC 6761 reserves the DNS TLDs ".example", ".invalid", ".localhost", and ".test" so that they may not

Re: go-compiler package

2016-11-05 Thread Samuel Sieb
On 11/05/2016 05:10 AM, arnaud gaboury wrote: I am writing a .spec file to build an app written in GO. $ fedpkg --dist f24 local error: Failed build dependencies: compiler(go-compiler) is needed by mattermost-3.4-0.1.gitf79f607.fc24.x86_64 Could not execute local: Non zero exit # dnf insta

Tab Completion Broken

2016-11-05 Thread Michael B Allen
I have two files: SUM-12_schematic.pdf VMware-Workstation-Full-10.0.1-1379776.x86_64.txt Doing: # ls SUM works as expected and completes the filename but doing: # sh -f VMw does not work. The filename is not completed. Clearly someone is trying to "help" me and not complete a file that sh is

Re: go-compiler package

2016-11-05 Thread arnaud gaboury
On Sat, Nov 5, 2016 at 2:15 PM Jon Ingason wrote: > Den 2016-11-05 kl. 13:23, skrev arnaud gaboury: > > > > > > On Sat, Nov 5, 2016 at 1:10 PM arnaud gaboury > > wrote: > > > > I am writing a .spec file to build an app written in GO. > > > > $ fedpkg --di

Re: Does mDNS play well in regular DNS env?

2016-11-05 Thread Michael B Allen
On Sat, Nov 5, 2016 at 7:11 AM, Louis Lagendijk wrote: > It is a best practice to leave .local for mDNS. Even Microsoft > recommends now against using .local https://en.wikipedia.org/wiki/.loca > l offers some good information on the subject. > > And for DNS-domains you better use only officially

Re: fortran coarray

2016-11-05 Thread Jon Ingason
Den 2016-11-05 kl. 14:09, skrev poubell...@laposte.net: > Is it possible to have in fedora the full fortran 2008 GCC with the coarray > library (with mpich) to make parallelism calculus ? > > I am not (young !) informaticien (mathematicien and physicien frm sixties > years) and need this coarray

Re: go-compiler package

2016-11-05 Thread Jon Ingason
Den 2016-11-05 kl. 13:23, skrev arnaud gaboury: > > > On Sat, Nov 5, 2016 at 1:10 PM arnaud gaboury > wrote: > > I am writing a .spec file to build an app written in GO. > > $ fedpkg --dist f24 local > error: Failed build dependencies: > com

fortran coarray

2016-11-05 Thread poubelle83
Is it possible to have in fedora the full fortran 2008 GCC with the coarray library (with mpich) to make parallelism calculus ? I am not (young !) informaticien (mathematicien and physicien frm sixties years) and need this coarray functionnality for teach to my student scientific calculuus with

Re: go-compiler package

2016-11-05 Thread arnaud gaboury
On Sat, Nov 5, 2016 at 1:10 PM arnaud gaboury wrote: > I am writing a .spec file to build an app written in GO. > > $ fedpkg --dist f24 local > error: Failed build dependencies: > compiler(go-compiler) is needed by > mattermost-3.4-0.1.gitf79f607.fc24.x86_64 > > Could not execute local: Non z

go-compiler package

2016-11-05 Thread arnaud gaboury
I am writing a .spec file to build an app written in GO. $ fedpkg --dist f24 local error: Failed build dependencies: compiler(go-compiler) is needed by mattermost-3.4-0.1.gitf79f607.fc24.x86_64 Could not execute local: Non zero exit # dnf install go-compiler Last metadata expiration check: 0

Re: Does mDNS play well in regular DNS env?

2016-11-05 Thread Louis Lagendijk
On Fri, 2016-11-04 at 23:47 +0200, Tom H wrote: > On Fri, Nov 4, 2016 at 11:26 PM, Samuel Sieb wrote: > > > > On 11/04/2016 02:12 PM, Tom H wrote: > > > > > > On Fri, Nov 4, 2016 at 9:58 PM, Michael B Allen > > > wrote: > > > > > > > > > > > > Of course my local network is a .local domain so

building .rpm for a GO app

2016-11-05 Thread arnaud gaboury
I am writing a .spec file for an app writen in GO. I am a litle confused how to indicate revision and release, following this wiki[0]. The app is in a git repo. When cloning and cd the dir app, I run this command: $ git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/. This gives me for examp