From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: [bug] org-link-escape and (wrong-type-argument stringp nil) Date: Mon, 27 Sep 2010 00:51:15 +0200 Message-ID: <8739swi0f0.fsf@gmx.de> References: <87tylkwpq0.fsf@mundaneum.com> <87mxrc1bwj.wl%dmaus@ictsoc.de> <87sk14rz3t.fsf@gmx.de> <87sk128cuk.wl%dmaus@ictsoc.de> <87fwx1yhw5.fsf@gmx.de> <87aan8xpzy.wl%dmaus@ictsoc.de> <87d3s48c8c.fsf@gmx.de> <87bp7kicuh.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38368 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0044-0006Bb-P5 for emacs-orgmode@gnu.org; Sun, 26 Sep 2010 18:51:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0043-0001fw-L6 for emacs-orgmode@gnu.org; Sun, 26 Sep 2010 18:51:24 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:48532 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1P0043-0001fq-2y for emacs-orgmode@gnu.org; Sun, 26 Sep 2010 18:51:23 -0400 In-Reply-To: <87bp7kicuh.wl%dmaus@ictsoc.de> (David Maus's message of "Sun, 26 Sep 2010 20:22:46 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: =?utf-8?Q?S=C3=A9bastien?= Vauban , emacs-orgmode@gnu.org Also I guess the decoding is secure. Means we could change the comment of this function: (defun org-protocol-unhex-compound (hex) "Unhexify unicode hex-chars. E.g. `%C3%B6' is the German Umlaut `=C3=B6'. Note: this function falls back on single byte decoding if a character sequence is not valid utf-8. See `org-protocol-unhex-single-byte-sequence'." Should I send another patch against master? (Too late here... for me...) Sebastian