From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id CF5F6385800E for ; Sun, 13 Dec 2020 14:41:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CF5F6385800E Received: by mail-wr1-x433.google.com with SMTP id 91so13831626wrj.7 for ; Sun, 13 Dec 2020 06:41:48 -0800 (PST) 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-language :content-transfer-encoding; bh=jz7MOJoE6ldQq7xcVormNsTMGtZcCeh4DN+bb5NDEV8=; b=Lb48Yq0vnoXUeYf+KPlotzFSMbf6NQOEZ4cYkhhOjQk6QayXy1CkAIyn1DRCiFu1F9 b8pCXzTho2rTKLqa4Sqjvk0EEHAw4xnjX5V3KhaI3ijZfYo9X+DN105GGhqbc4Ra3aJe kKJzdlLZdTqPluOmeP5JEwIgbFJQdGQBRGhplLghRthriYJW2WQAqWdVOx2W0PZvFgIT uuDpOzi98ej69TDSa32P7EK9nIT71NgI8BjSjzpvNAjrbtn9TdDL7jweHe9jM2LwMR8d 8aaUKw+LqUMd/dMt/xn0j+AfExo6Fd+WNOsBlDdlth4avrL0kf/y2Lpy/k8T4dm12ySB yz7w== X-Gm-Message-State: AOAM5309aTCG3723lVZmFKex1NIebRAkA8Mc8NbN+/j834YR3pox1vtr MhjUvdYyYo24kVNdSvCSnuwMQiEpjK4= X-Google-Smtp-Source: ABdhPJybZroPF0eQLNTZ7CBAGgm3Qf6ESt+FnJMLW1Ek6dGFZqlzXCknSN3dtJbp5H1faq97s0pqjA== X-Received: by 2002:a5d:5146:: with SMTP id u6mr6034881wrt.46.1607870507971; Sun, 13 Dec 2020 06:41:47 -0800 (PST) Received: from ?IPv6:2003:cc:9f10:5823:cdbf:5de7:a83c:7ac5? (p200300cc9f105823cdbf5de7a83c7ac5.dip0.t-ipconnect.de. [2003:cc:9f10:5823:cdbf:5de7:a83c:7ac5]) by smtp.gmail.com with ESMTPSA id x7sm18082724wmi.11.2020.12.13.06.41.47 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 13 Dec 2020 06:41:47 -0800 (PST) Subject: Re: BUG Report: rlwrap + cygwin (dll) + Windows 10 To: cygwin@cygwin.com References: <1482584461.28600.1607803505447.ref@mail.yahoo.com> <1482584461.28600.1607803505447@mail.yahoo.com> <20201213214320.8df94d4c4504700d15bb6e30@nifty.ne.jp> From: Marco Atzeri Message-ID: <78aecf18-084d-0bcc-0345-3cfbcfa69d10@gmail.com> Date: Sun, 13 Dec 2020 15:41:37 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 In-Reply-To: <20201213214320.8df94d4c4504700d15bb6e30@nifty.ne.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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@cygwin.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: , X-List-Received-Date: Sun, 13 Dec 2020 14:41:50 -0000 On 13.12.2020 13:43, Takashi Yano via Cygwin wrote: > On Sat, 12 Dec 2020 20:05:05 +0000 (UTC) > Alberto Moral Beneitez via Cygwin wrote: >> Hi, everybody > Please try: > env CYGWIN=disable_pcon rlwrap cmd > > Also, you can use alias like: > alias rlwrap="env CYGWIN=disable_pcon rlwrap" I had the impression the CYGWIN enviroment was used only by the first cygwin process to set global behaviour and following changes were uneffective Am I missing something ? Regards Marco