From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: master 7e3c2b5: Allow NS to handle non-text clipboard contents Date: Sun, 28 Nov 2021 20:55:03 +0000 Message-ID: References: <20211124104224.5126.85421@vcs0.savannah.gnu.org> <20211124104225.EF9AC207EF@vcs0.savannah.gnu.org> <87r1b4ihsz.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24621"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 28 21:57:29 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mrREn-0006G3-AJ for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Nov 2021 21:57:29 +0100 Original-Received: from localhost ([::1]:56328 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mrREl-0006pg-Dc for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Nov 2021 15:57:27 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36660) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mrRCg-0005Yg-WC for emacs-devel@gnu.org; Sun, 28 Nov 2021 15:55:19 -0500 Original-Received: from outbound.soverin.net ([116.202.126.228]:39785) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mrRCe-0005BK-JO; Sun, 28 Nov 2021 15:55:18 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id C988F1DE; Sun, 28 Nov 2021 20:55:05 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1638132905; bh=kfaYUUwHu13P93ue4irPvL9WSpH512TqsIBRlMfFt9g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kMY2PC+9U0XrWQONrSQMpb/RRePGbm0kF7EBoFPmG+yEmjCs64Ioz1VhGbwFkVzzx ntErvlHK9nHjH0vSWnj6uh/omsREkHycTFp4rj5hhACRfV/n6ypc4isf5qoh2VXCmj A038kLKyVPozI3QwPmOkz4QfP+uzr+Z0BC3cmEeSPB1SGTQL05kHqr+JnokMTZ7yPr SkjutzV62k4ZaMyMOWheuSm02UhstUV8ly8CUVB52btod3ULG7850VFo78r89mwEcv 20hE7BBCgf0MXAQUG4Ey+E/e/5WLfTGlyBHOqYbvJL1griI5kmS42zK9w4bqhvM3NL QvC+thL0dwH0Q== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1mrRCR-000o4x-GH; Sun, 28 Nov 2021 20:55:03 +0000 Mail-Followup-To: Alan Third , Richard Stallman , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:280441 Archived-At: On Fri, Nov 26, 2021 at 11:10:30PM -0500, Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > *sigh* I'm looking forward to the day when we can use Objective C > > features from this millennium in GCC. > > I am looking for someone who would like to implement them. > Can you help find someone? Unfortunately I don't know anyone who uses Objective C. I've only ever used it on Emacs. These problems arise because examples of usage usually assume clang and I don't know the language well enough to spot when it's a problem. -- Alan Third