zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@thelonious.new.ox.ac.uk>
To: zsh workers mailing list <zsh-workers@sunsite.auc.dk>
Subject: PATCH: include Prompts/* and Misc/* in default functions install
Date: Wed, 6 Oct 1999 20:43:19 +0100	[thread overview]
Message-ID: <19991006204319.C10308@thelonious.new.ox.ac.uk> (raw)

This one will probably be controversial, although of course personally
I think it should be included :-)

If Prompts/* is part of the default functions install then Misc/* will
need to be too, since `promptinit' loads `colors'.

Incidentally, having FUNCTIONS_INSTALL contain wildcards applying to
two subdirectories at once is a bit evil; what if you wanted to
install Functions/Zle/* but not Completion/Zle/*, or vice-versa?

P.S. Peter, if you've already decided that my prompts stuff will not
be included ever, let me know and I'll shut up about prompts :-)

Index: INSTALL
===================================================================
RCS file: /usr/local/cvsroot/zsh/INSTALL,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 INSTALL
--- INSTALL	1999/09/21 12:15:38	1.1.1.2
+++ INSTALL	1999/10/06 19:11:13
@@ -253,7 +253,7 @@
 Completion or Functions subdirectories.  By default, all the functions for
 the Completion system will be installed (see the zshcompsys manual page),
 plus those provide functions for the line editor, i.e.
-  FUNCTIONS_INSTALL='Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* X/* Zle/*'
+  FUNCTIONS_INSTALL='Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* X/* Zle/* Prompts/* Misc/*'
 and if the --enable-dynamic option was given, the functions in
 Functions/Zftp, which require the zftp module to be available (see the
 zshzftpsys manual page), will be included as well.  Note, however, that
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/zsh/configure.in,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 configure.in
--- configure.in	1999/09/21 12:17:46	1.1.1.4
+++ configure.in	1999/10/06 19:10:58
@@ -215,7 +215,7 @@
 [  --enable-function-subdirs  install functions in subdirectories])
 
 if test "x${FUNCTIONS_INSTALL+set}" != xset; then
-  FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* X/* Zle/*"
+  FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* X/* Zle/* Prompts/* Misc/*"
   if test $dynamic != no; then
     FUNCTIONS_INSTALL="${FUNCTIONS_INSTALL} Zftp/*"
   fi


                 reply	other threads:[~1999-10-06 19:43 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=19991006204319.C10308@thelonious.new.ox.ac.uk \
    --to=adam@thelonious.new.ox.ac.uk \
    --cc=adam@spiers.net \
    --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).