all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chetan Pandya <pandyacus@sbcglobal.net>
To: Chong Yidong <cyd@stupidchicken.com>,
	Juanma Barranquero <lekktu@gmail.com>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: (featurep 'multi-tty) => t on Windows
Date: Thu, 11 Dec 2008 09:35:19 -0800 (PST)	[thread overview]
Message-ID: <610112.22856.qm@web83202.mail.mud.yahoo.com> (raw)
In-Reply-To: <f7ccd24b0812110147o43f58e60ndcecb5e3bbb5b7b5@mail.gmail.com>

Wouldn't it make more sense for it to be DOS_NT?
In general, I like the idea of feature based defines to deal with any changes here.

Chetan

--- On Thu, 12/11/08, Juanma Barranquero <lekktu@gmail.com> wrote:

> From: Juanma Barranquero <lekktu@gmail.com>
> Subject: Re: (featurep 'multi-tty) => t on Windows
> To: "Chong Yidong" <cyd@stupidchicken.com>
> Cc: "Emacs Devel" <emacs-devel@gnu.org>
> Date: Thursday, December 11, 2008, 9:47 AM
> On Wed, Dec 10, 2008 at 17:16, Chong Yidong
> <cyd@stupidchicken.com> wrote:
> 
> >>    (if (featurep 'multi-tty) ",
> multi-tty" ""))
> >
> > I think this feature should be nil on Windows.  Go
> ahead and make the
> > change.
> 
> I hadn't thought of any specific change. We can wrap
> the Fprovide into #ifdefs
> 
> #ifndef WINDOWSNT
>   Fprovide (intern ("multi-tty"), Qnil);
> #endif
> 
> if nobody thinks of a better way.
> 
>     Juanma




  reply	other threads:[~2008-12-11 17:35 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-03 12:54 (featurep 'multi-tty) => t on Windows Juanma Barranquero
2008-12-03 13:29 ` dhruva
2008-12-10 10:47 ` Juanma Barranquero
2008-12-10 14:00   ` Chong Yidong
2008-12-10 14:05     ` Juanma Barranquero
2008-12-10 16:16       ` Chong Yidong
2008-12-11  9:47         ` Juanma Barranquero
2008-12-11 17:35           ` Chetan Pandya [this message]
2008-12-11 23:24             ` Eli Zaretskii
2008-12-11 23:39               ` Juanma Barranquero
2008-12-12 12:01                 ` Eli Zaretskii
2008-12-12 12:14                   ` Juanma Barranquero
2008-12-12 12:54                     ` Eli Zaretskii
2008-12-12 16:23                       ` Juanma Barranquero
2008-12-12 23:27                         ` Eli Zaretskii
2008-12-12 23:50                           ` Juanma Barranquero
2008-12-13  2:43                             ` Eli Zaretskii
2008-12-13  6:03                               ` mail
2008-12-13 10:24                                 ` Eli Zaretskii
2008-12-13 11:01                                   ` Juanma Barranquero
2008-12-13 16:13                                     ` Stefan Monnier
2008-12-13 16:59                                       ` Juanma Barranquero
2008-12-14  2:42                                         ` Stefan Monnier
2008-12-14  3:11                                           ` Juanma Barranquero
2008-12-13 11:40                             ` Richard M Stallman
2008-12-13 16:58                               ` Juanma Barranquero
2008-12-12  4:38               ` Chetan Pandya
2008-12-12 12:03                 ` Eli Zaretskii
2008-12-11 23:17           ` Eli Zaretskii
2008-12-11 23:35             ` Juanma Barranquero
2008-12-12 11:52               ` Eli Zaretskii
2008-12-12 12:08                 ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=610112.22856.qm@web83202.mail.mud.yahoo.com \
    --to=pandyacus@sbcglobal.net \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.