zsh-workers
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: zsh workers <zsh-workers@zsh.org>
Subject: PATCH: mod_langinfo not listed in MODDOCSRC so it's not included in the docs
Date: Tue, 4 Oct 2011 00:38:45 +0200	[thread overview]
Message-ID: <CAHYJk3RagFNKJ6WJzJT1sVzsB=t6Lis0FBOA99a_cOTsZEKF2w@mail.gmail.com> (raw)

Checked that it's the only one like this,
% ls Zsh/mod_*~(${(j:|:)~a})
Zsh/mod_langinfo.yo
where $a is an array where i pasted MODDOCSRC.

I tried this too, adding also YODLSRC,
% ls */*.yo(e:'! (( ${+b[(r)$REPLY]} )) ':)
Zsh/mod_langinfo.yo  Zsh/roadmap.yo

roadmap.yo is explicitly included in zsh.yo so that makes it.

--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -59,7 +59,7 @@
 Zsh/mod_compctl.yo Zsh/mod_complete.yo Zsh/mod_complist.yo \
 Zsh/mod_computil.yo Zsh/mod_curses.yo \
 Zsh/mod_datetime.yo Zsh/mod_deltochar.yo \
-Zsh/mod_example.yo Zsh/mod_files.yo \
+Zsh/mod_example.yo Zsh/mod_files.yo Zsh/mod_langinfo.yo \
 Zsh/mod_mapfile.yo Zsh/mod_mathfunc.yo Zsh/mod_newuser.yo \
 Zsh/mod_parameter.yo Zsh/mod_pcre.yo Zsh/mod_regex.yo \
 Zsh/mod_sched.yo Zsh/mod_socket.yo \


-- 
Mikael Magnusson


                 reply	other threads:[~2011-10-03 22:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAHYJk3RagFNKJ6WJzJT1sVzsB=t6Lis0FBOA99a_cOTsZEKF2w@mail.gmail.com' \
    --to=mikachu@gmail.com \
    --cc=zsh-workers@zsh.org \
    /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).