summaryrefslogtreecommitdiff
path: root/translate/ppvernacnew.ml
diff options
context:
space:
mode:
Diffstat (limited to 'translate/ppvernacnew.ml')
-rw-r--r--translate/ppvernacnew.ml11
1 files changed, 7 insertions, 4 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml
index bfcbee43..2e921c4e 100644
--- a/translate/ppvernacnew.ml
+++ b/translate/ppvernacnew.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: ppvernacnew.ml,v 1.95.2.3 2004/10/12 10:10:29 herbelin Exp $ *)
+(* $Id: ppvernacnew.ml,v 1.95.2.4 2005/12/23 22:16:56 herbelin Exp $ *)
open Pp
open Names
@@ -48,9 +48,12 @@ let pr_module r =
Ident (loc,id_of_string s)
| Qualid (loc,qid) ->
Qualid (loc,make_qualid (fst (repr_qualid qid)) (id_of_string s)) in
- let (_,dir,_) =
+ let dir =
try
- Library.locate_qualified_library (snd (qualid_of_reference r))
+ Nametab.full_name_module (snd (qualid_of_reference r))
+ with _ ->
+ try
+ pi2 (Library.locate_qualified_library (snd (qualid_of_reference r)))
with _ ->
errorlabstrm "" (str"Translator cannot find " ++ Libnames.pr_reference r)
in
@@ -1032,7 +1035,7 @@ let rec pr_vernac = function
| PrintImplicit qid -> str"Print Implicit" ++ spc() ++ pr_reference qid
in pr_printable p
| VernacSearch (sea,sea_r) -> pr_search sea sea_r pr_pattern
- | VernacLocate loc ->
+ | VernacLocate loc ->
let pr_locate =function
| LocateTerm qid -> pr_reference qid
| LocateFile f -> str"File" ++ spc() ++ qsnew f