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

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

[emacs-wiki-discuss] Re: can you help me with some formatting issues


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: can you help me with some formatting issues
Date: Wed, 24 Mar 2004 14:36:20 +0800
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Joe Corneli <address@hidden> writes:

> This doesn't seem to be right.  This 

Whoops, got it reversed. Remove the space to get spaces to match. Try

emacs-wiki-extended-link-regexp
"\\[\\[\\([^][\t\n]+\\)\\]\\(\\[\\([^][\n]+\\)\\]\\)?\\]"

You should use customize for this so that all the derived variables
are updated properly. setq alone won't update the others. However, I
think this sets it and does the right thing:

(customize-set-variable
   'emacs-wiki-extended-link-regexp
   "\\[\\[\\([^][\t\n]+\\)\\]\\(\\[\\([^][\n]+\\)\\]\\)?\\]")
(emacs-wiki-configure-highlighting 'emacs-wiki-highlight-markup
                                   emacs-wiki-highlight-markup)
(planner-update-wiki-project)

You may need to close/reopen plan buffers if they were opened
previously.

-- 
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: BE2D08EC




reply via email to

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