zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: Clint Adams <schizo@debian.org>
Cc: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: Re: completion problem with filename including # (and pathmax stuff)
Date: Thu, 3 Aug 2000 10:53:23 -0400	[thread overview]
Message-ID: <20000803105323.A16925@dman.com> (raw)
In-Reply-To: <20000803103809.A16681@dman.com>; from schizo@debian.org on Thu, Aug 03, 2000 at 10:38:09AM -0400

> I tested this, and it worked fine.  Perhaps this means that glibc 2.1.3 is

Yup, this is the relevant code in pathconf().

    case _PC_PATH_MAX:
#ifdef  PATH_MAX
      return PATH_MAX;
#else
      return -1;
#endif


  reply	other threads:[~2000-08-03 14:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-03 13:30 Sven Wischnowsky
2000-08-03 14:38 ` Clint Adams
2000-08-03 14:53   ` Clint Adams [this message]
2000-08-04 21:51 ` Tanaka Akira
2000-08-04  7:01 Sven Wischnowsky
2000-08-04  7:16 ` Bart Schaefer
2000-08-04  7:38   ` Bart Schaefer
2000-08-04 10:47   ` Andrej Borsenkow
2000-08-04 13:35     ` Clint Adams
2000-08-04  7:42 Sven Wischnowsky
2000-08-04 13:38 ` Clint Adams

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=20000803105323.A16925@dman.com \
    --to=schizo@debian.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /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 public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).