From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuele Giaquinta Newsgroups: gmane.emacs.devel Subject: Re: termios tab expansion on darwin Date: Tue, 8 Jul 2008 12:39:43 +0200 Message-ID: <20080708103943.GC53215@orion.lan> 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 1215513611 6669 80.91.229.12 (8 Jul 2008 10:40:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2008 10:40:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 08 12:40:55 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 1KGAcw-0002fh-0h for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2008 12:40:54 +0200 Original-Received: from localhost ([127.0.0.1]:37028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGAc4-0008Gx-RG for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2008 06:40:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGAbv-0008ES-69 for emacs-devel@gnu.org; Tue, 08 Jul 2008 06:39:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGAbt-0008D1-KN for emacs-devel@gnu.org; Tue, 08 Jul 2008 06:39:49 -0400 Original-Received: from [199.232.76.173] (port=34696 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGAbt-0008CM-CF for emacs-devel@gnu.org; Tue, 08 Jul 2008 06:39:49 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]:40678) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGAbs-00008C-PZ for emacs-devel@gnu.org; Tue, 08 Jul 2008 06:39:49 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so946877fgb.30 for ; Tue, 08 Jul 2008 03:39:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to; bh=0Ui38rmcU9HQ9rMiDo/53h1u2tIcvnhz7Q7RP1w+PpE=; b=Yrmj8kNUG+plJ0VOPYRqk3yglidVl79bQJlvcwQDQHAR/TmO7yUNuMCvVwASwY2BbL iG/eCaHWdis/rYzK0YmB8uPibLUdt1SRWpT6LZOyeoAWfxQ7BDimvM3yJb/kEY2uKF0V BKtPbv2RBpvDcYN/FjOGNNglcW4i+L6G/Pc0c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=HMVGY7WskCW2PNBM3gRDNFOxlLl/pWbnKVY+Hbs36vlzfonJvwwktZ6d6e5twqIRoW jUGwvTWINgkPrnrNB7In3pSwU2FzDfWHtMh1ItJ/WPpCHc3yOKUjN9Gv+FqAJr/9vDVb dxa70gA/d9n0kJt7KdCbRTR5c39rLo98pzVsE= Original-Received: by 10.86.66.11 with SMTP id o11mr5359388fga.43.1215513587571; Tue, 08 Jul 2008 03:39:47 -0700 (PDT) Original-Received: from localhost ( [87.13.214.102]) by mx.google.com with ESMTPS id 3sm6761568fge.3.2008.07.08.03.39.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 08 Jul 2008 03:39:46 -0700 (PDT) Content-Disposition: inline In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:100448 Archived-At: On Mon, Jul 07, 2008 at 09:28:15PM -0400, Stefan Monnier wrote: > Thanks. Can someone write an autoconf rule for that instead? If TAB3 is defined, only a runtime test can reveal if it is indeed the correct flag. Or do you mean defining a macro depending on the host?