X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 730613983A63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1603940388; bh=4IvCzh8Ww1SVdCJ/xCJlDgPxOzMYPTsp7mCTL6csjFQ=; h=In-Reply-To:References:Date:To:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=J0p15maAj/l4hLJQwK3Sb6n5lHBhdQf3K1IcE9mr6elqIrQe+02hXrMo3LZxLRfPT xmEboI57MuxtX4j3EcupPpBWnADU4v9ajqSZovAWhujhFeLKU9eu7TFpkta2C+s4UB kUlJ+UckMqs8ldWIep6AWDr0w43l0dngLIkaBrDM= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D2BEA3858012 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrledvgdektdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvufgtsehttdertderredtnecuhfhrohhmpehnohhoshhp hhgvrhgvsehmrghilhgtrdhnvghtnecuggftrfgrthhtvghrnhepieetheeuhedvfefgud fhieehveejvdfhgfejhefftdekkeejkeevteetgffgvedtnecuvehluhhsthgvrhfuihii vgeptdenucfrrghrrghmpehmrghilhhfrhhomhepnhhoohhsphhhvghrvgesmhgrihhltg drnhgvth X-ME-Proxy: X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-529-g69105b1-fm-20201021.003-g69105b13 Mime-Version: 1.0 Message-Id: <9561e654-299e-4ecc-8272-3a8f63f3353c@www.fastmail.com> In-Reply-To: References: Date: Wed, 28 Oct 2020 19:59:21 -0700 To: "Ken Brown" , cygwin AT cygwin DOT com Subject: Re: Emacs 27.1 - Invalid function: make-local-variable X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, JMQ_SPF_NEUTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, 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: noosphere--- via Cygwin Reply-To: noosphere AT mailc DOT net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On Wed, Oct 28, 2020, at 7:09 PM, Ken Brown wrote: > > I won't have time to check this until tomorrow, but I'm guessing that the > following patch will fix the problem: > > --- a/src/emacs.c > +++ b/src/emacs.c > @@ -170,7 +170,7 @@ #define MAIN_PROGRAM > We mark being in the exec'd process by a daemon name argument of > form "--daemon=\nFD0,FD1\nNAME" where FD are the pipe file descriptors, > NAME is the original daemon name, if any. */ > -#if defined NS_IMPL_COCOA || (defined HAVE_NTGUI && defined CYGWIN) > +#if defined NS_IMPL_COCOA || defined CYGWIN > # define DAEMON_MUST_EXEC > #endif > > My guess is based mostly on the fact that the problem doesn't occur in > emacs-w32 > (i.e., when HAVE_NTGUI is defined). Please give this a try if you have > a chance > before I get to it. Thank you. That worked for me. -- 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