X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D724D3840C3F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1589059966; bh=ThxKV12Ca+LvAv9wEq+Pjf8t9CKrk5t7E5yPtoT67RI=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=EJbknyi2avTEgq9uUXCbEWf8+SK2MSxUI6U121WtQBaT15Vy/bd/9q8EohHo2D89N KRsWj4peUunq0YxgocsKSOcfCK7uq0ZT2uRKJ5z9lcfyFKLk6LhqqFiLhIGmPn+h8N qqa4xgCluL3GRNyzKxZDjTD6HvQ1saq7LmCpJivw= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CBC9A385DC0C X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=lc+8GykFGeQd3HTPfG4nSiUUuk/WeKllm1dzK3uD+ug=; b=K2ZrR6BBzzOePkX/s+oDxFjobc9v4Gu7B/FAgyd76Mj65pw3mfp3+6M+/Hx6Q9PIFI +sSqow72rFstian/wfrpA0xyOrfsJDGXFOUGGZXSYwLfX3Vo5Zwz0RjDW35pf1nxrEIX fpR4/eKN7VP3waT4fzzWqh8o1mQ5eDYRbPzhC80JKUWwjzm+pCaV40+lrTQGC5VDFbsT 3UQYdJsYfmlqWvXvOYj3jFH/YQUta7UpjBK7nFx/ejea1r2BAAtF5AxDIuOWErTqmJkA C3QBrVUtzPbts8LeMLHb2eE76TfbvffnXbS0EwbngjLW6VDh7UJElbifDjMNNagzlE2X PYTQ== X-Gm-Message-State: AGi0PuZnbMYlkIbTO6c+i2uSCqgrGEv35TXMnky/GhPIuvBJp3r5gFiv p2hRnrbH3HyKUvulOwEDS/ZAqxx5 X-Google-Smtp-Source: APiQypJFbmHrxcJsTPJ9Avr/jgkBb957MPu4GjCMU5SYdRcdwx2UY43XhVquY+jfplygc5/ZuPVF3Q== X-Received: by 2002:a1c:4d18:: with SMTP id o24mr21643011wmh.141.1589059961558; Sat, 09 May 2020 14:32:41 -0700 (PDT) Subject: Re: incorrect text mode graphic character display To: "cygwin AT cygwin DOT com" References: <20200507081832 DOT 54306879 AT quarternote> <27089b5c-ec97-8691-8780-753592d3ff03 AT gmail DOT com> <20200508131417 DOT 338a6649 AT quarternote> <20200509133721 DOT 71fda7dc AT quarternote> Message-ID: <4b8cca54-3e73-9863-52b2-099013290577@gmail.com> Date: Sat, 9 May 2020 23:32:40 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200509133721.71fda7dc@quarternote> X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 049LXC7k002117 Am 09.05.2020 um 22:37 schrieb briand AT pounceofcats DOT com: > On Sat, 9 May 2020 08:32:17 +0200 > Marco Atzeri via Cygwin wrote: > > >> >> Can you install a parallel Cygwin with only Base category ? >> I use C:\cygwin64T for my parallel Cygwin installation. >> This will help to check if a fresh version without any >> user customization and minimal packages works. > > oh good grief. now things have become really weird. > > the problem i am having is with my work machine. however i realized that i had not installed cygwin on my home machine, which is also W10. i did that... and no problem, everything displays correctly ! > > then i went back to my work machine and did a parallel installation as you recommended and that turned out to be a bit of a problem. > > I edited the path in the terminal icon to make sure it is running the mintty from the parallel installation, tried julia and ... it's still broken. > > however, being paranoid that i still wasn't running from the correct install directory i went and ran mintty directly from the parallel install directory and things were broken on start, it looks like the path was not set-up correctly. running 'ls' gives me a command not found error, and julia is trying to invoke stty and getting a command not found error. the path is usually incorrect if you are not running a login shell "mintty -" is the way to require mintty to run a login shell > > so i fixed PATH, that fixed those problems, ran julia, and still broken. > > BTW, this is how julia was trying to invoke stty: > > stty raw -echo onlcr -ocrnl opost > > i thought that might be helpful. > > Unfortunately, because it's a work machine, i don't really feel comfortable posting the cygcheck output. I tried to edit it, but there's just too much information that's specific to the directories and network that I would have to remove. > > given the results on my home machine i'm wondering if i should simply save off my home directory, kill both cygwin directories and start from scratch... compare the cygcheck outputs of the two machines, may be it will give an hint. you can also compare the outputs of "set" > > Thanks for your continued help. > > The only way I succeed to screw up the graphics is forcing mintty to use a NOT UTF-8 like ISO-8859-1 in the "Text Options" x=DataFrame([(1,2,3), (4,5,6)]) 2×3 DataFrame │ Row │ 1 │ 2 │ 3 │ │ │ Int64 │ Int64 │ Int64 │ ├─────┼───────┼───────┼───────┤ │ 1 │ 1 │ 2 │ 3 │ │ 2 │ 4 │ 5 │ 6 │ and probably does not like also a mismatch in locale between bash and mintty. I have not tested all the Terminal Type but it seems that the usual xterm is working fine. Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple