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-change-project


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: emacs-wiki-change-project
Date: Mon, 19 Jul 2004 12:53:39 +0800
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

address@hidden writes:

emacs-wiki-project is a temporary variable used in let-bindings to
force a project value in a buffer. It should only be set in let-bindings.
Example:

(let ((emacs-wiki-project planner-project))
  (planner-mode))

The following code might not reliably work:

(emacs-wiki-change-project planner-mode)
(planner-mode)

as the switch to planner-mode zaps local variables.

This was the cause of the old bug with indexes not being properly
highlighted and stuff. =)

-- 
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]