emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] Re: emacs-wiki-make-link and [[foo]]


From: Romain Francoise
Subject: [emacs-wiki-discuss] Re: emacs-wiki-make-link and [[foo]]
Date: Mon, 27 Jun 2005 20:35:42 +0200

Sacha Chua <address@hidden> writes:

> --- orig/emacs-wiki.el
> +++ mod/emacs-wiki.el
> @@ -1066,6 +1066,8 @@
>    (let ((case-fold-search nil))
>      (unless name
>        (setq name (emacs-wiki-wiki-visible-name link)))
> +    (when (string-match "^\\[\\[\\([^]]+\\)\\]" link)
> +      (setq link (match-string 1 link)))
>      (when (equal name link)
>        (setq name nil))
>      (if name

That fixes the bug indeed.  Thanks, Sacha!

-- 
Romain Francoise <address@hidden> | I just thought I'd go out
it's a miracle -- http://orebokech.com/ | with a little bit more style.





reply via email to

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