From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 3/4] Implement cygw32 Date: Fri, 30 Dec 2011 10:49:50 +0100 Message-ID: References: <5624badc7ef2eea96f90da1a823144757a5f0290.1325166472.git.dancol@dancol.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325238608 27262 80.91.229.12 (30 Dec 2011 09:50:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2011 09:50:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 30 10:50:00 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 1RgZ67-00065e-C0 for ged-emacs-devel@m.gmane.org; Fri, 30 Dec 2011 10:49:59 +0100 Original-Received: from localhost ([::1]:59689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgZ66-0003lI-VG for ged-emacs-devel@m.gmane.org; Fri, 30 Dec 2011 04:49:58 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgZ64-0003lD-7U for emacs-devel@gnu.org; Fri, 30 Dec 2011 04:49:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgZ63-0000qE-5T for emacs-devel@gnu.org; Fri, 30 Dec 2011 04:49:56 -0500 Original-Received: from mail-out.m-online.net ([212.18.0.9]:46744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgZ63-0000q2-0y for emacs-devel@gnu.org; Fri, 30 Dec 2011 04:49:55 -0500 Original-Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id BDCED1C1DA02; Fri, 30 Dec 2011 10:49:51 +0100 (CET) X-Auth-Info: 6AWu7+0fVGZhhFYeS0fang2F3udsf6ZpJ6PQg73pbpM= Original-Received: from igel.home (ppp-88-217-124-89.dynamic.mnet-online.de [88.217.124.89]) by mail.mnet-online.de (Postfix) with ESMTPA id 3DA891C00056; Fri, 30 Dec 2011 10:49:51 +0100 (CET) Original-Received: by igel.home (Postfix, from userid 501) id A1E35CA29C; Fri, 30 Dec 2011 10:49:50 +0100 (CET) X-Yow: ... I live in a FUR-LINE FALLOUT SHELTER In-Reply-To: <5624badc7ef2eea96f90da1a823144757a5f0290.1325166472.git.dancol@dancol.org> (Daniel Colascione's message of "Thu, 29 Dec 2011 06:03:20 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 212.18.0.9 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:147045 Archived-At: Daniel Colascione writes: > +DEFUN ("cygwin-convert-path-to-windows", > + Fcygwin_convert_path_to_windows, Scygwin_convert_path_to_windows, > + 1, 2, 0, > + doc: /* Convert PATH to a Windows path. If ABSOLUTE-P if > + non-nil, return an absolute path.*/) > +DEFUN ("cygwin-convert-path-from-windows", > + Fcygwin_convert_path_from_windows, Scygwin_convert_path_from_windows, > + 1, 2, 0, > + doc: /* Convert a Windows path to a Cygwin path. If ABSOLUTE-P > + if non-nil, return an absolute path.*/) The first line of the doc string should contain a single complete sentence only. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."