From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxd-1-a47.seznam.cz (mxd-1-a47.seznam.cz [IPv6:2a02:598:128:8a00::1000:a47]) by sourceware.org (Postfix) with ESMTPS id CD6523858D35 for ; Sat, 7 Jan 2023 19:00:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CD6523858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=seznam.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seznam.cz Received: from email.seznam.cz by smtpc-mxd-6db9f7765c-gcfsv (smtpc-mxd-6db9f7765c-gcfsv [2a02:598:128:8a00::1000:a47]) id 1b9c6a28beca68d71b9c6426; Sat, 07 Jan 2023 20:00:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seznam.cz; s=szn20221014; t=1673118047; bh=lPLas3XSxHxqtQqgERQtx8yOQz4zHurRqkkGbplkLrI=; h=Received:Message-ID:Date:MIME-Version:User-Agent:Subject:To: References:From:In-Reply-To:Content-Type: Content-Transfer-Encoding; b=WCfX6nfwz8FcnVHRMnxEVkFERvlOV0vVbd9mMb6y3mf2kRmXZ7pg8/7vjGl0nbyeo kepbTxBXLXcxB1wbLqWthiufxPuUCWsEP6ciCR4VSxvjiRlV/8lFBwt/9GU4o/olKf UF3TUBGZ0FKs6gfXibD8KHHfZFgiKp/Ges9VUu/ofShQ1To4feFJI1yrS8FWtfotjb pcI82s29v/mTbq4A01xSmatQvw6w64P0g1zedL30XYKaKjK+NGUUHB2cRGSgVpKaLU xjXlWs/ECS50AEMDNA/8Hw3Yvwwf9VVVvyG+/pLhhCCZ4RHpJzAB54MTUkKSYXN32d ov8y5H9L7syRA== Received: from [192.168.2.5] (brno.ccbr.com [77.240.178.2]) by email-relay10.ko.seznam.cz (Seznam SMTPD 1.3.140) with ESMTP; Sat, 07 Jan 2023 20:00:46 +0100 (CET) Message-ID: Date: Sat, 7 Jan 2023 19:59:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [ITP] picocom 3.1 To: cygwin-apps@cygwin.com References: <5d5a1cb9-0633-3eb8-7eea-5ab4b9c3f7eb@dronecode.org.uk> From: Libor Ukropec In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,KAM_NUMSUBJECT,NICE_REPLY_A,RCVD_IN_SBL_CSS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Dne 07.01.2023 v 18:58 Jon Turney via Cygwin-apps napsal(a): > On 07/01/2023 13:26, Jon Turney via Cygwin-apps wrote: >> On 03/01/2023 23:02, Libor Ukropec via Cygwin-apps wrote: > >>> DESCRIPTION="picocom was designed to serve as a simple, manual, modem >>>   configuration, testing, and debugging tool. It has also served (quite >>>   well) as a low-tech \"terminal-window\" to allow operator intervention >>>   in PPP connection scripts (something like the ms-windows \"open >>>   terminal window before / after dialing\" feature). It could also prove >>>   useful in many other similar tasks. It is ideal for embedded systems >>>   since its memory footprint is minimal." > Ah, I should have spotted: there is no quote character defined for these strings, so this > is invalid. Probably you should use embedded single quotes instead here. Yes, I changed them to apostrophes. Then I noticed your email. During writing I received info that it was accepted :) > > This could do with fixing, but I suspect that it's not totally straightforward (I think > the lexer in setup would need to be taught how to handle them, and then we'd need to > ensure these escapes pass through cygport and calm) I don't think it worth for the effort, if I'm one in the whole history > >