From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: termios tab expansion on darwin Date: Mon, 07 Jul 2008 21:28:15 -0400 Message-ID: References: <20080707230842.GE48604@orion.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215480518 10361 80.91.229.12 (8 Jul 2008 01:28:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2008 01:28:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Emanuele Giaquinta Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 08 03:29:24 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KG21D-0006xK-Ls for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2008 03:29:23 +0200 Original-Received: from localhost ([127.0.0.1]:45647 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KG20M-000057-CP for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 21:28:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KG20I-0008V1-4n for emacs-devel@gnu.org; Mon, 07 Jul 2008 21:28:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KG20H-0008UD-Fw for emacs-devel@gnu.org; Mon, 07 Jul 2008 21:28:25 -0400 Original-Received: from [199.232.76.173] (port=38383 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KG20H-0008U5-D9 for emacs-devel@gnu.org; Mon, 07 Jul 2008 21:28:25 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:11101) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KG20H-0002Mq-3t for emacs-devel@gnu.org; Mon, 07 Jul 2008 21:28:25 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmwDAH9fckjO+IfCdGdsb2JhbACBXJEHASeeAoF4 X-IronPort-AV: E=Sophos;i="4.30,320,1212379200"; d="scan'208";a="24077590" Original-Received: from 206-248-135-194.dsl.teksavvy.com (HELO pastel.home) ([206.248.135.194]) by ironport2-out.teksavvy.com with ESMTP; 07 Jul 2008 21:28:15 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 64C9E8116; Mon, 7 Jul 2008 21:28:15 -0400 (EDT) In-Reply-To: <20080707230842.GE48604@orion.lan> (Emanuele Giaquinta's message of "Tue, 8 Jul 2008 01:08:42 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100442 Archived-At: > diff --git a/src/s/darwin.h b/src/s/darwin.h > index aa509b7..0cc95f1 100644 > --- a/src/s/darwin.h > +++ b/src/s/darwin.h > @@ -216,6 +216,8 @@ along with GNU Emacs. If not, see . */ > /* System uses OXTABS instead of the expected TAB3. (Copied from > bsd386.h.) */ > +#include > +#undef TAB3 > #define TAB3 OXTABS > /* Darwin ld insists on the use of malloc routines in the System Thanks. Can someone write an autoconf rule for that instead? Stefan