zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: teg@redhat.com (Trond Eivind Glomsrød), zsh-workers@sunsite.auc.dk
Subject: Re: Zsh 3.0.8 and 3.1.9 released
Date: Tue, 6 Jun 2000 15:43:25 +0000	[thread overview]
Message-ID: <1000606154325.ZM565@candle.brasslantern.com> (raw)
In-Reply-To: <xuy1z2a53fx.fsf@hoser.devel.redhat.com>

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   


  reply	other threads:[~2000-06-06 15:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
2000-06-06 15:47     ` Bart Schaefer

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=1000606154325.ZM565@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=teg@redhat.com \
    --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).