[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to escape a string which will be added as a ?key=value parameter
From: |
Emanuel Berg |
Subject: |
Re: How to escape a string which will be added as a ?key=value parameter in a url? |
Date: |
Tue, 29 Sep 2015 02:47:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Yuri Khan <yuri.v.khan@gmail.com> writes:
> Blindly substituting the value for %s in a format
> string, as Emanuel suggests, is definitely not the
> right thing.
Here is another example:
1. Load this file:
http://user.it.uu.se/~embe8573/conf/emacs-init/isbn.el
2. Then, with the below Biblatex entry, put point at
the beginning of the ISBN data field (i.e.,
at/before the "0").
3. Do
M-x isbn RET RET
...and observe what cool things you can do outside the
realm of schoolbook scholasticism!
@book{artificial-intelligence-and-the-design,
title = {Artificial Intelligence and the Design of Expert Systems},
author = {George Luger and William Stubblefield},
publisher = {Benjamin-Cummings},
year = 1989,
ISBN = 0805301399
}
--
underground experts united
http://user.it.uu.se/~embe8573