zsh-workers
 help / color / mirror / code / Atom feed
* Re: Zsh 3.0.8 and 3.1.9 released
       [not found] <E12z4Wp-0004ae-00.2000-06-05-22-35-24@cmailg1.svr.pol.co.uk>
@ 2000-06-06 13:44 ` Trond Eivind Glomsrød
  2000-06-06 15:43   ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Trond Eivind Glomsrød @ 2000-06-06 13:44 UTC (permalink / raw)
  To: zsh-workers

The info pages doesn't build:

make[1]: Leaving directory `/usr/local/src/zsh-3.0.8/Doc'
cd Doc && make CC='gcc' CPPFLAGS='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' DEFS='-DHAVE_CONFIG_H' CFLAGS='-Wall -Wno-implicit -Wmissing-prototypes -O2' LDFLAGS='' LIBS='-lnsl  -ltermcap' prefix='/usr' exec_prefix='/usr' bindir='/bin' infodir='/usr/share/info' mandir='/usr/share/man' manext='1' install.info
make[1]: Entering directory `/usr/local/src/zsh-3.0.8/Doc'
./zsh.texi:837: Use braces to give a command as an argument to @'.
./zsh.texi:1625: Use braces to give a command as an argument to @'.
./zsh.texi:5186: Use braces to give a command as an argument to @'.
./zsh.texi:7011: Use braces to give a command as an argument to @'.
./zsh.texi:7074: Use braces to give a command as an argument to @'.
makeinfo: Removing output file `/usr/local/src/zsh-3.0.8/Doc/zsh.info' due to errors; use --force to preserve.
info (GNU texinfo) 4.0
[root@hoser zsh-3.0.8]# makeinfo --version
makeinfo (GNU texinfo) 4.0

We've patched for this for ages (there's even a " @c Note to RedHat:
Do NOT change this to @{@}.  It really should be @'@'."  in there.)

The fix to this is to replace

@set dsq @'@'

with 

@set dsq ''

Someone else obviously thinks different, but I would like to know why:
What you ship does not work.
-- 
Trond Eivind Glomsrød
Red Hat, Inc.


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

* Re: Zsh 3.0.8 and 3.1.9 released
  2000-06-06 13:44 ` Zsh 3.0.8 and 3.1.9 released Trond Eivind Glomsrød
@ 2000-06-06 15:43   ` Bart Schaefer
  2000-06-06 15:47     ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Bart Schaefer @ 2000-06-06 15:43 UTC (permalink / raw)
  To: Trond Eivind Glomsrød, zsh-workers

On Jun 6,  9:44am, Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= wrote:
} Subject: Re: Zsh 3.0.8 and 3.1.9 released
}
} We've patched for this for ages (there's even a " @c Note to RedHat:
} Do NOT change this to @{@}.  It really should be @'@'."  in there.)
} 
} The fix to this is to replace
} 
} @set dsq @'@'
} 
} with 
} 
} @set dsq ''
} 
} Someone else obviously thinks different, but I would like to know why:

This was supposed to have been fixed; I apologize for it slipping through.

The problem is that @' previously expanded to ', but at some point this
was changed to make it an introducer for accented characters.

The problem is that when rendering into HTML, '' gets turned into a left
curly double quote.  So you can't use two ' without something between.

The correct change is the seemingly nonsensical:

@set dsq '@:'

which is what appears in the 3.1.9 zsh.texi.

} What you ship does not work.

It works fine with RedHat 5.2. :-}

And by the way, that gobbledygook in the "On ... wrote:" line is there
because either your MUA or some gateway between you and me is generating
invalid RFC2047 syntax in the comment part (real name) of your address.
There's supposed to be whitespace around each =?...?= token.  A correct
formulation would be either (Trond =?iso-8859-1?q?Eivind_Glomsr=F8d?=) or
(Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=).

-- 
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] 3+ messages in thread

* Re: Zsh 3.0.8 and 3.1.9 released
  2000-06-06 15:43   ` Bart Schaefer
@ 2000-06-06 15:47     ` Bart Schaefer
  0 siblings, 0 replies; 3+ messages in thread
From: Bart Schaefer @ 2000-06-06 15:47 UTC (permalink / raw)
  To: Trond Eivind Glomsrød, zsh-workers

} The problem is that when rendering into HTML, '' gets turned into a left
} curly double quote.

I of course meant "right curly ...".

-- 
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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E12z4Wp-0004ae-00.2000-06-05-22-35-24@cmailg1.svr.pol.co.uk>
2000-06-06 13:44 ` Zsh 3.0.8 and 3.1.9 released Trond Eivind Glomsrød
2000-06-06 15:43   ` Bart Schaefer
2000-06-06 15:47     ` 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).