emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cbc5121: ; project-library-roots-function: Update t


From: Dmitry Gutov
Subject: [Emacs-diffs] master cbc5121: ; project-library-roots-function: Update the FIXME
Date: Tue, 10 Nov 2015 11:31:57 +0000

branch: master
commit cbc51211f9e4f8f3d4b8a1feaa6cbfd2fd4ac1ca
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; project-library-roots-function: Update the FIXME
---
 lisp/progmodes/project.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 58d5335..295e544 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -38,8 +38,9 @@ Each functions on this hook is called in turn with one
 argument (the directory) and should return either nil to mean
 that it is not applicable, or a project instance.")
 
-;; FIXME: Using the current approach, we don't have access to the
-;; "library roots" of language A from buffers of language B, which
+;; FIXME: Using the current approach, major modes are supposed to set
+;; this variable to a buffer-local value.  So we don't have access to
+;; the "library roots" of language A from buffers of language B, which
 ;; seems desirable in multi-language projects, at least for some
 ;; potential uses, like "jump to a file in project or library".
 ;;



reply via email to

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