From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Manuel Giraud Newsgroups: gmane.emacs.devel Subject: machine specific patch (OpenBSD) Date: Wed, 13 Jul 2011 16:12:10 +0200 Message-ID: <871uxucls5.fsf@univ-nantes.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310566367 7956 80.91.229.12 (13 Jul 2011 14:12:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jul 2011 14:12:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 13 16:12:43 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qh0B7-0003lb-BT for ged-emacs-devel@m.gmane.org; Wed, 13 Jul 2011 16:12:41 +0200 Original-Received: from localhost ([::1]:58100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0B5-0005KI-SD for ged-emacs-devel@m.gmane.org; Wed, 13 Jul 2011 10:12:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0Aj-0005J1-En for emacs-devel@gnu.org; Wed, 13 Jul 2011 10:12:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qh0Af-0001br-9r for emacs-devel@gnu.org; Wed, 13 Jul 2011 10:12:17 -0400 Original-Received: from smtp-tls1.univ-nantes.fr ([193.52.101.145]:42019 helo=smtp-tls.univ-nantes.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0Ae-0001bd-MJ for emacs-devel@gnu.org; Wed, 13 Jul 2011 10:12:12 -0400 Original-Received: from localhost (debian [127.0.0.1]) by smtp-tls.univ-nantes.fr (Postfix) with ESMTP id 73F1194DB3 for ; Wed, 13 Jul 2011 16:12:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at univ-nantes.fr Original-Received: from smtp-tls.univ-nantes.fr ([127.0.0.1]) by localhost (smtp-tls1.d101.univ-nantes.fr [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Lc+3B3vLR8z1 for ; Wed, 13 Jul 2011 16:12:10 +0200 (CEST) Original-Received: from K (unknown [172.16.13.134]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp-tls.univ-nantes.fr (Postfix) with ESMTPSA id 5894694DB2 for ; Wed, 13 Jul 2011 16:12:10 +0200 (CEST) User-Agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/23.3 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 193.52.101.145 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141998 Archived-At: Hi, I'd like to know if machine specific patches are something that can go in the repo before officially releasing emacs 24 ? In my case, I'd like to push some of the patches for OpenBSD^1. For instance, the following patch avoid emacs 24 to freeze at start under X: --8<---------------cut here---------------start------------->8--- === modified file 'src/s/openbsd.h' --- src/s/openbsd.h 2011-01-15 23:16:57 +0000 +++ src/s/openbsd.h 2011-07-13 13:28:30 +0000 @@ -3,3 +3,4 @@ /* The same as NetBSD. Note there are differences in configure. */ #include "netbsd.h" +#define BROKEN_SIGIO --8<---------------cut here---------------end--------------->8--- Best regards, 1: http://www.openbsd.org/cgi-bin/cvsweb/ports/editors/emacs23/patches/ -- Manuel Giraud