[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: UUIDGEN in lisp
From: |
Eli Zaretskii |
Subject: |
Re: UUIDGEN in lisp |
Date: |
Mon, 16 Feb 2004 21:48:41 +0200 |
> Newsgroups: gnu.emacs.help
> From: Jesper Harder <harder@myrealbox.com>
> Date: Mon, 16 Feb 2004 17:30:10 +0100
>
> Binding coding-system-for-read is definitely necessary. I'm reading
> random bytes, and I don't want Emacs to convert any of the values. If
> I don't bind it, `uuid-random' can return a list like:
>
> (159 92 2210 119 150 148 2275 2265 2290 2220 2240 62 84 2235 150 18)
>
> which is wrong, since it's not a list of bytes.
Do you have an actual example where that happens?
> Uhm, I don't think there's anything strange about having to bind
> coding-system-for-read to binary -- I _am_ reading binary data, after
> all.
raw-text is probably a better candidate.
- UUIDGEN in lisp, Brad Collins, 2004/02/13
- Re: UUIDGEN in lisp, Jesper Harder, 2004/02/13
- Re: UUIDGEN in lisp, Brad Collins, 2004/02/14
- Message not available
- Message not available
- Re: UUIDGEN in lisp, Jesper Harder, 2004/02/15
- Re: UUIDGEN in lisp, Eli Zaretskii, 2004/02/16
- Re: UUIDGEN in lisp, Brad Collins, 2004/02/16
- Message not available
- Re: UUIDGEN in lisp, Jesper Harder, 2004/02/16
- Re: UUIDGEN in lisp,
Eli Zaretskii <=
- Message not available
- Re: UUIDGEN in lisp, Jesper Harder, 2004/02/16
- Re: UUIDGEN in lisp, Eli Zaretskii, 2004/02/17
- Message not available
- Re: UUIDGEN in lisp, Jesper Harder, 2004/02/17
- Re: UUIDGEN in lisp, Eli Zaretskii, 2004/02/17
- Message not available
- Re: UUIDGEN in lisp, Jesper Harder, 2004/02/17
- Re: UUIDGEN in lisp, Eli Zaretskii, 2004/02/18
- Message not available
- Re: UUIDGEN in lisp, Stefan Monnier, 2004/02/19
- Message not available
- Re: UUIDGEN in lisp, Jesper Harder, 2004/02/16
Re: UUIDGEN in lisp, Kai Grossjohann, 2004/02/14