emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument str


From: David Maus
Subject: [PATCH] Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)
Date: Mon, 27 Sep 2010 07:36:00 +0200

> 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 `ö'.
> 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...)

Not necessary, following patch removed this sentence and added a
proper commit message (please see: Commit messages and ChangeLog
entries on http://orgmode.org/worg/org-contribute.php).

I took the new patch "under review" in patchtracker -- If someone else
wants to jump on it, just go ahead.

Best,
  -- David

Sebastian Rose (1):
  Decode single byte sequence if decoding unicode failed.

 lisp/org-protocol.el |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]