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

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

[emacs-wiki-discuss] Re: Bug report: Planner links somewhat broken


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: Bug report: Planner links somewhat broken
Date: Thu, 01 Apr 2004 02:24:09 +0800
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

address@hidden (Thomas Gehrlein) writes:

>> How odd! emacs-wiki-name-regexp was
>> "\\<[A-Z][a-z]+\\([A-Z][a-z]+\\)+\\(#\\S-[A-Za-z0-9]+\\)?" "\\)")

Strange, where did that extra space come in?

AH! Silly me. That's part of the concat, see:

  (concat "\\(" emacs-wiki-extended-link-regexp "\\|"
          "\\<[A-Z][a-z]+\\([A-Z][a-z]+\\)+\\(#[A-Za-z0-9]+\\)?" "\\)")

> (setq emacs-wiki-name-regexp 
> "\\<[A-Z][a-z]+\\([A-Z][a-z]+\\)+\\(#[A-Za-z0-9]+\\)?\\)")

setq by itself won't work. There's a fairly complicated set of derived
regular expressions... Customizing it will work, though, I think.
You'll also need to call (planner-update-wiki-project) and... Oh, what
the heck. If you change this variable, do it before you load the other
files, and just restart Emacs. =)

However, --dev and --stable should be patched now.

-- 
Sacha Chua <address@hidden> - Ateneo CS faculty geekette
interests: emacs, gnu/linux, making computer science education fun
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C




reply via email to

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