zsh-workers
 help / color / mirror / code / Atom feed
* Re: PATCH: "User Contributions" manual, & misc.
@ 2000-09-06 13:15 Sven Wischnowsky
  2000-09-06 13:28 ` Andrej Borsenkow
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sven Wischnowsky @ 2000-09-06 13:15 UTC (permalink / raw)
  To: zsh-workers


Just two more comments...

- Somehow I thought we agreed to avoid the word `wordcode' (at least
  Peter said that it might be non-existent). Yes, Functions/Misc/zrecompile
  is full of it and in builtins.yo there is one mention of it, too,
  but somehow I thought I had tried to replace them with `tt(.zwc) file'.

  I'll better leave the decision to anyone knowing English.

- My super-brand-new yodl 1.31 turns the ``interesting'' into
  "interesting'' in the info file. Looks kinda weird (and is used in
  other places, too).

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: PATCH: "User Contributions" manual, & misc.
  2000-09-06 13:15 PATCH: "User Contributions" manual, & misc Sven Wischnowsky
@ 2000-09-06 13:28 ` Andrej Borsenkow
  2000-09-06 14:38 ` PATCH: " Andrej Borsenkow
  2000-09-06 15:38 ` PATCH: "wordcode" (Re: PATCH: "User Contributions" manual, & misc.) Bart Schaefer
  2 siblings, 0 replies; 5+ messages in thread
From: Andrej Borsenkow @ 2000-09-06 13:28 UTC (permalink / raw)
  To: Sven Wischnowsky, zsh-workers

>
> - My super-brand-new yodl 1.31 turns the ``interesting'' into
>   "interesting'' in the info file. Looks kinda weird (and is used in
>   other places, too).
>

It is not yodl, it is makeinfo

bor@itsrm2% grep '``interesting' *
zsh.texi:to the next ``interesting@value{dsq} character position (usually the
end of the
zshcontrib.1:to the next ``interesting'' character position (usually the end
of the
bor@itsrm2% grep '"interesting' *
bor@itsrm2% yodl --version
1.31.18
bor@itsrm2% grep '``interesting' /tools/info/zsh*
bor@itsrm2% grep '"interesting' /tools/info/zsh*
/tools/info/zsh.info-17:     advance the cursor to the next "interesting''
character position
bor@itsrm2% makeinfo --version
makeinfo (GNU texinfo) 4.0

Hmm should we do a bug report?

-andrej


^ permalink raw reply	[flat|nested] 5+ messages in thread

* PATCH: RE: PATCH: "User Contributions" manual, & misc.
  2000-09-06 13:15 PATCH: "User Contributions" manual, & misc Sven Wischnowsky
  2000-09-06 13:28 ` Andrej Borsenkow
@ 2000-09-06 14:38 ` Andrej Borsenkow
  2000-09-06 15:38 ` PATCH: "wordcode" (Re: PATCH: "User Contributions" manual, & misc.) Bart Schaefer
  2 siblings, 0 replies; 5+ messages in thread
From: Andrej Borsenkow @ 2000-09-06 14:38 UTC (permalink / raw)
  To: zsh-workers


>
> - My super-brand-new yodl 1.31 turns the ``interesting'' into
>   "interesting'' in the info file. Looks kinda weird (and is used in
>   other places, too).
>

For all I can tell it always was so (just look in makeinfo source). This makes
it in line with Bart's patch in 7414; this also looks better in printed DVI
than before.

-andrej

Index: Doc/ztexi.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/ztexi.yo,v
retrieving revision 1.2
diff -u -r1.2 ztexi.yo
--- Doc/ztexi.yo        2000/04/01 20:43:44     1.2
+++ Doc/ztexi.yo        2000/09/06 14:35:54
@@ -25,6 +25,7 @@
 )
 USECHARTABLE(standard)
 SUBST('')(NOTRANS(@value{dsq}))
+SUBST(``)(NOTRANS(@value{dsbq}))

 def(STDPAR)(0)(redef(PARAGRAPH)(0)(NL()NL()NOTRANS(@noindent)NL()))

@@ -56,9 +57,11 @@
   NL()\
   NOTRANS(@ifinfo)NL()\
   NOTRANS(@set dsq '@:')NL()\
+  NOTRANS(@set dsbq `@:`)NL()\
   NOTRANS(@end ifinfo)NL()\
   NOTRANS(@iftex)NL()\
   NOTRANS(@set dsq '{}')NL()\
+  NOTRANS(@set dsbq `{}`)NL()\
   NOTRANS(@end iftex)NL()\
   NOTRANS(@ifinfo)NL()\
   NOTRANS(@dircategory Utilities)NL()\


^ permalink raw reply	[flat|nested] 5+ messages in thread

* PATCH: "wordcode" (Re: PATCH: "User Contributions" manual, & misc.)
  2000-09-06 13:15 PATCH: "User Contributions" manual, & misc Sven Wischnowsky
  2000-09-06 13:28 ` Andrej Borsenkow
  2000-09-06 14:38 ` PATCH: " Andrej Borsenkow
@ 2000-09-06 15:38 ` Bart Schaefer
  2000-09-06 15:48   ` Bart Schaefer
  2 siblings, 1 reply; 5+ messages in thread
From: Bart Schaefer @ 2000-09-06 15:38 UTC (permalink / raw)
  To: Sven Wischnowsky, zsh-workers

On Sep 6,  3:15pm, Sven Wischnowsky wrote:
} Subject: Re: PATCH: "User Contributions" manual, & misc.
}
} 
} Just two more comments...
} 
} - Somehow I thought we agreed to avoid the word `wordcode'

That's from cut'n'pasting the comments out of zrecompile.  Change follows.

} - My super-brand-new yodl 1.31 turns the ``interesting'' into
}   "interesting'' in the info file. Looks kinda weird (and is used in
}   other places, too).

Ah; we already have macros to handle '', but we didn't do ``.  Hmm, I see
Andrej has already made the change I was about to make.

Index: Doc/Zsh/contrib.yo
===================================================================
@@ -90,14 +90,14 @@
 findex(zrecompile)
 xitem(tt(zrecompile) [ tt(-qt) ] [ var(name) ... ])
 item(tt(zrecompile) [ tt(-qt) ] tt(-p) var(args) [ tt(-)tt(-) var(args) ... ])(
-This tries to find wordcode files and automatically re-compile them if at
-least one of the original files is newer than the wordcode file.  This
-works only if the names stored in the wordcode files are full paths or are
-relative to the directory that contains the wordcode file.
-
-In the first form, each var(name) is the name of a wordcode file or a
-directory containing wordcode files that should be checked. If no
-arguments are given, the directories and wordcode files in $fpath are
+This tries to find tt(*.zwc) files and automatically re-compile them if at
+least one of the original files is newer than the compiled file.  This
+works only if the names stored in the compiled files are full paths or are
+relative to the directory that contains the tt(.zwc) file.
+
+In the first form, each var(name) is the name of a compiled file or a
+directory containing tt(*.zwc) files that should be checked.  If no
+arguments are given, the directories and tt(*.zwc) files in tt(fpath) are
 used.
 
 When tt(-t) is given, no compilation is performed, but a return status of
@@ -105,9 +105,9 @@
 non-zero (false) otherwise.  The tt(-q) option quiets the chatty output
 that describes what tt(zrecompile) is doing.
 
-Without the tt(-t) option, the return status is zero if all wordcode files
-that needed re-compilation could be compiled and non-zero if compilation
-for at least one of the files failed.
+Without the tt(-t) option, the return status is zero if all files that
+needed re-compilation could be compiled and non-zero if compilation for at
+least one of the files failed.
 
 If the tt(-p) option is given, the var(args) are interepted as one
 or more sets of arguments for tt(zcompile), separated by `tt(-)tt(-)'.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PATCH: "wordcode" (Re: PATCH: "User Contributions" manual, & misc.)
  2000-09-06 15:38 ` PATCH: "wordcode" (Re: PATCH: "User Contributions" manual, & misc.) Bart Schaefer
@ 2000-09-06 15:48   ` Bart Schaefer
  0 siblings, 0 replies; 5+ messages in thread
From: Bart Schaefer @ 2000-09-06 15:48 UTC (permalink / raw)
  To: zsh-workers

On Sep 6,  3:38pm, Bart Schaefer wrote:
}
} On Sep 6,  3:15pm, Sven Wischnowsky wrote:
} } 
} } - Somehow I thought we agreed to avoid the word `wordcode'

Oops, there's been one in builtins.yo for a while ...

Index: Doc/Zsh/builtins.yo
===================================================================
@@ -1429,7 +1429,7 @@
 the version of the shell which compiled the file and how the file
 will be used (i.e. by reading it directly or by mapping it into memory).
 With arguments, nothing is output and the return value is set to zero if
-definitions for em(all) var(name)s name files were found in the wordcode
+definitions for em(all) var(name)s name files were found in the compiled
 file, and non-zero if the definition for at least one var(name) was not
 found.
 

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-09-06 15:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-06 13:15 PATCH: "User Contributions" manual, & misc Sven Wischnowsky
2000-09-06 13:28 ` Andrej Borsenkow
2000-09-06 14:38 ` PATCH: " Andrej Borsenkow
2000-09-06 15:38 ` PATCH: "wordcode" (Re: PATCH: "User Contributions" manual, & misc.) Bart Schaefer
2000-09-06 15:48   ` Bart Schaefer

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).